Uses of Class
org.apache.camel.component.http.HttpEndpoint

Packages that use HttpEndpoint
org.apache.camel.component.http Defines the HTTP Component 
org.apache.camel.component.http.helper   
 

Uses of HttpEndpoint in org.apache.camel.component.http
 

Methods in org.apache.camel.component.http that return HttpEndpoint
 HttpEndpoint HttpConsumer.getEndpoint()
           
 HttpEndpoint HttpProducer.getEndpoint()
           
 

Constructors in org.apache.camel.component.http with parameters of type HttpEndpoint
DefaultHttpBinding(HttpEndpoint endpoint)
           
HttpConsumer(HttpEndpoint endpoint, org.apache.camel.Processor processor)
           
HttpPollingConsumer(HttpEndpoint endpoint)
           
HttpProducer(HttpEndpoint endpoint)
           
 

Uses of HttpEndpoint in org.apache.camel.component.http.helper
 

Methods in org.apache.camel.component.http.helper with parameters of type HttpEndpoint
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