Modifier and Type | Method and Description |
---|---|
HttpCommonEndpoint |
HttpConsumer.getEndpoint() |
Modifier and Type | Method and Description |
---|---|
static HttpMethods |
HttpHelper.createMethod(org.apache.camel.Exchange exchange,
HttpCommonEndpoint 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,
HttpCommonEndpoint endpoint)
Creates the URI to invoke.
|
static String |
HttpHelper.createURL(org.apache.camel.Exchange exchange,
HttpCommonEndpoint endpoint)
Creates the URL to invoke.
|
Constructor and Description |
---|
DefaultHttpBinding(HttpCommonEndpoint endpoint)
Deprecated.
|
HttpConsumer(HttpCommonEndpoint endpoint,
org.apache.camel.Processor processor) |
HttpMessage(org.apache.camel.Exchange exchange,
HttpCommonEndpoint endpoint,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Apache Camel