Package | Description |
---|---|
org.apache.camel.component.http |
Defines the HTTP Component
|
org.apache.camel.component.http.helper |
Modifier and Type | Method and Description |
---|---|
HttpEndpoint |
HttpProducer.getEndpoint() |
HttpEndpoint |
HttpConsumer.getEndpoint() |
Constructor and Description |
---|
DefaultHttpBinding(HttpEndpoint endpoint) |
HttpConsumer(HttpEndpoint endpoint,
org.apache.camel.Processor processor) |
HttpPollingConsumer(HttpEndpoint endpoint) |
HttpProducer(HttpEndpoint endpoint) |
Constructor and Description |
---|
HttpComponent(Class<? extends HttpEndpoint> endpointClass) |
Modifier and Type | Method and Description |
---|---|
static HttpMethods |
HttpHelper.createMethod(org.apache.camel.Exchange exchange,
HttpEndpoint endpoint,
boolean hasPayload)
Creates the HttpMethod to use to call the remote server, often either its GET or POST.
|
static URI |
HttpHelper.createURI(org.apache.camel.Exchange exchange,
String url,
HttpEndpoint endpoint)
Creates the URI to invoke.
|
static String |
HttpHelper.createURL(org.apache.camel.Exchange exchange,
HttpEndpoint endpoint)
Creates the URL to invoke.
|
static String |
HttpHelper.urlRewrite(org.apache.camel.Exchange exchange,
String url,
HttpEndpoint endpoint,
org.apache.camel.Producer producer)
Processes any custom
UrlRewrite . |
Apache Camel