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 HttpProducer.getEndpoint()
           
 HttpEndpoint HttpConsumer.getEndpoint()
           
 

Constructors in org.apache.camel.component.http with parameters of type HttpEndpoint
HttpConsumer(HttpEndpoint endpoint, 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 HttpProducerHelper.createMethod(Exchange exchange, HttpEndpoint endpoint, boolean hasPayload)
          Creates the HttpMethod to use to call the remote server, often either its GET or POST.
static String HttpProducerHelper.createURL(Exchange exchange, HttpEndpoint endpoint)
          Creates the URL to invoke.
 



Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.