Uses of Class
org.apache.camel.http.common.HttpCommonEndpoint
-
-
Uses of HttpCommonEndpoint in org.apache.camel.http.common
Methods in org.apache.camel.http.common that return HttpCommonEndpoint Modifier and Type Method Description HttpCommonEndpoint
HttpConsumer. getEndpoint()
Methods in org.apache.camel.http.common with parameters of type HttpCommonEndpoint Modifier and Type Method 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.void
HttpMessage. init(org.apache.camel.Exchange exchange, HttpCommonEndpoint endpoint, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Constructors in org.apache.camel.http.common with parameters of type HttpCommonEndpoint Constructor 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)
-