Class DefaultMainHttpServerFactory

java.lang.Object
org.apache.camel.component.platform.http.main.DefaultMainHttpServerFactory
All Implemented Interfaces:
org.apache.camel.CamelContextAware, org.apache.camel.main.MainHttpServerFactory, org.apache.camel.spi.HasCamelContext

@JdkService("platform-http-server") public class DefaultMainHttpServerFactory extends Object implements org.apache.camel.CamelContextAware, org.apache.camel.main.MainHttpServerFactory
  • Constructor Details

    • DefaultMainHttpServerFactory

      public DefaultMainHttpServerFactory()
  • Method Details

    • getCamelContext

      public org.apache.camel.CamelContext getCamelContext()
      Specified by:
      getCamelContext in interface org.apache.camel.spi.HasCamelContext
    • setCamelContext

      public void setCamelContext(org.apache.camel.CamelContext camelContext)
      Specified by:
      setCamelContext in interface org.apache.camel.CamelContextAware
    • newHttpServer

      public org.apache.camel.Service newHttpServer(org.apache.camel.main.HttpServerConfigurationProperties configuration)
      Specified by:
      newHttpServer in interface org.apache.camel.main.MainHttpServerFactory