Uses of Class
org.apache.axis2.handlers.AbstractHandler

Packages that use AbstractHandler
org.apache.axis2.clustering   
org.apache.axis2.dispatchers   
org.apache.axis2.engine   
org.apache.axis2.handlers   
 

Uses of AbstractHandler in org.apache.axis2.clustering
 

Subclasses of AbstractHandler in org.apache.axis2.clustering
 class RequestBlockingHandler
           
 

Uses of AbstractHandler in org.apache.axis2.dispatchers
 

Subclasses of AbstractHandler in org.apache.axis2.dispatchers
 class AbstractOperationDispatcher
           
 class AbstractServiceDispatcher
           
 class ActionBasedOperationDispatcher
           
 class AddressingBasedDispatcher
          Dispatcher based on the WS-Addressing properties.
 class HTTPLocationBasedDispatcher
          Dispatches the operation based on the information from the target endpoint URL.
 class RelatesToBasedOperationDispatcher
           
 class RelatesToBasedServiceDispatcher
           
 class RequestURIBasedDispatcher
          Dispatches the service based on the information from the target endpoint URL.
 class RequestURIBasedOperationDispatcher
          Dispatches the operation based on the information from the target endpoint URL.
 class RequestURIBasedServiceDispatcher
           
 class RequestURIOperationDispatcher
          Dispatches the operation based on the information from the target endpoint URL.
 class SOAPActionBasedDispatcher
          Dispatches based on the SOAPAction.
 class SOAPMessageBodyBasedDispatcher
          Dispatches based on the namespace URI of the first child of the body.
 class SOAPMessageBodyBasedOperationDispatcher
           
 class SOAPMessageBodyBasedServiceDispatcher
           
 

Uses of AbstractHandler in org.apache.axis2.engine
 

Subclasses of AbstractHandler in org.apache.axis2.engine
 class AbstractDispatcher
          This the base class for all dispatchers.
 class InstanceDispatcher
          Deprecated. The functionality of this class has moved into the DispatchPhase postconditions
 

Uses of AbstractHandler in org.apache.axis2.handlers
 

Subclasses of AbstractHandler in org.apache.axis2.handlers
 class AbstractTemplatedHandler
          This abstract class differentiates the concern of the conditional check to see whether this particular message needs to be handled by the handler implementation and the actual invocation logic.
 



Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.