@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface JettyHttpEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder
Advanced builder for endpoint for the Jetty component.
|
static interface |
JettyHttpEndpointBuilderFactory.JettyHttpBuilders |
static interface |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder
Builder for endpoint for the Jetty component.
|
| Modifier and Type | Method and Description |
|---|---|
static JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
jetty(String path)
Jetty (camel-jetty)
To use Jetty as a HTTP server as consumer for Camel routes.
|
static JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder jetty(String path)
jetty:httpUri
Path parameter: httpUri (required)
The url of the HTTP endpoint to call.Apache Camel