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

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

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

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

Constructors in org.apache.camel.component.http4 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.http4.helper
 

Methods in org.apache.camel.component.http4.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 String HttpHelper.createURL(org.apache.camel.Exchange exchange, HttpEndpoint endpoint)
          Creates the URL to invoke.
 



Apache CAMEL