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

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

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

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

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



Apache CAMEL