Interface JettyHttp12EndpointBuilderFactory.JettyHttp12Builders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
JettyHttp12EndpointBuilderFactory

public static interface JettyHttp12EndpointBuilderFactory.JettyHttp12Builders
  • Method Details

    • jetty

      Jetty (camel-jetty) Expose HTTP endpoints using Jetty 12. Category: http Since: 1.2 Maven coordinates: org.apache.camel:camel-jetty
      Returns:
      the dsl builder for the headers' name.
    • jetty

      Jetty (camel-jetty) Expose HTTP endpoints using Jetty 12. Category: http Since: 1.2 Maven coordinates: org.apache.camel:camel-jetty Syntax: jetty:httpUri Path parameter: httpUri (required) The url of the HTTP endpoint to call.
      Parameters:
      path - httpUri
      Returns:
      the dsl builder
    • jetty

      Jetty (camel-jetty) Expose HTTP endpoints using Jetty 12. Category: http Since: 1.2 Maven coordinates: org.apache.camel:camel-jetty Syntax: jetty:httpUri Path parameter: httpUri (required) The url of the HTTP endpoint to call.
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - httpUri
      Returns:
      the dsl builder