Package | Description |
---|---|
org.apache.camel.http.common |
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.
|
static String |
HttpHelper.urlRewrite(org.apache.camel.Exchange exchange,
String url,
HttpCommonEndpoint endpoint,
org.apache.camel.Producer producer)
Processes any custom
UrlRewrite . |
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) |
Constructor and Description |
---|
HttpCommonComponent(Class<? extends HttpCommonEndpoint> endpointClass) |
Apache Camel