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

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

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

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

Constructors in org.apache.camel.component.http with parameters of type HttpEndpoint
HttpConsumer(HttpEndpoint endpoint, Processor processor)
           
HttpExchange(HttpEndpoint endpoint, ExchangePattern pattern)
           
HttpExchange(HttpEndpoint endpoint, HttpServletRequest request, HttpServletResponse response)
           
HttpPollingConsumer(HttpEndpoint endpoint)
           
HttpProducer(HttpEndpoint endpoint)
           
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.