Uses of Interface
org.apache.servicemix.http.HttpProcessor

Packages that use HttpProcessor
org.apache.servicemix.http   
org.apache.servicemix.http.endpoints   
org.apache.servicemix.http.jetty   
org.apache.servicemix.http.processors   
 

Uses of HttpProcessor in org.apache.servicemix.http
 

Classes in org.apache.servicemix.http that implement HttpProcessor
protected  class ManagedContextManager.MainProcessor
           
 

Methods in org.apache.servicemix.http that return HttpProcessor
 HttpProcessor ContextManager.getMainProcessor()
           
 HttpProcessor ManagedContextManager.getMainProcessor()
           
 HttpProcessor HttpComponent.getMainProcessor()
          When servicemix-http is embedded inside a web application and configured to reuse the existing servlet container, this method will create and return the HTTPProcessor which will handle all servlet calls
 HttpProcessor HttpBridgeServlet.getProcessor()
           
 

Methods in org.apache.servicemix.http with parameters of type HttpProcessor
 java.lang.Object ContextManager.createContext(java.lang.String strUrl, HttpProcessor processor)
           
 java.lang.Object ManagedContextManager.createContext(java.lang.String strUrl, HttpProcessor processor)
           
 void HttpBridgeServlet.setProcessor(HttpProcessor processor)
           
 

Uses of HttpProcessor in org.apache.servicemix.http.endpoints
 

Classes in org.apache.servicemix.http.endpoints that implement HttpProcessor
 class HttpConsumerEndpoint
          Plain HTTP consumer endpoint.
 class HttpSoapConsumerEndpoint
           
 

Uses of HttpProcessor in org.apache.servicemix.http.jetty
 

Methods in org.apache.servicemix.http.jetty that return HttpProcessor
 HttpProcessor JettyContextManager.getMainProcessor()
           
 

Methods in org.apache.servicemix.http.jetty with parameters of type HttpProcessor
 java.lang.Object JettyContextManager.createContext(java.lang.String strUrl, HttpProcessor processor)
           
 

Uses of HttpProcessor in org.apache.servicemix.http.processors
 

Classes in org.apache.servicemix.http.processors that implement HttpProcessor
 class ConsumerProcessor
           
 



Copyright © 2005-2012 FuseSource. All Rights Reserved.