Interface JettyHttp12EndpointBuilderFactory.JettyHttp12Builders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
,EndpointRouteConfigurationBuilder
- Enclosing interface:
JettyHttp12EndpointBuilderFactory
public static interface JettyHttp12EndpointBuilderFactory.JettyHttp12Builders
-
Method Summary
Modifier and TypeMethodDescriptionjetty()
Jetty (camel-jetty) Expose HTTP endpoints using Jetty 12.Jetty (camel-jetty) Expose HTTP endpoints using Jetty 12.Jetty (camel-jetty) Expose HTTP endpoints using Jetty 12.
-
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
default JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder jetty(String componentName, String path) 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 namepath
- httpUri- Returns:
- the dsl builder
-