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

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

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

Methods in org.apache.camel.component.http that return HttpConsumer
protected  HttpConsumer CamelServlet.resolve(javax.servlet.http.HttpServletRequest request)
           
 

Methods in org.apache.camel.component.http with parameters of type HttpConsumer
 void HttpComponent.connect(HttpConsumer consumer)
          Connects the URL specified on the endpoint to the specified processor.
 void CamelServlet.connect(HttpConsumer consumer)
           
 void HttpEndpoint.connect(HttpConsumer consumer)
           
 void HttpComponent.disconnect(HttpConsumer consumer)
          Disconnects the URL specified on the endpoint from the specified processor.
 void CamelServlet.disconnect(HttpConsumer consumer)
           
 void HttpEndpoint.disconnect(HttpConsumer consumer)
           
 



Apache Camel