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   
org.apache.axis2.handlers.addressing   
org.apache.axis2.handlers.soapmonitor   
org.apache.axis2.jaxws.client.dispatch   
org.apache.axis2.jaxws.dispatchers   
org.apache.axis2.mtompolicy   
org.apache.axis2.saaj.util   
org.apache.axis2.transport.http   
org.apache.axis2.transport.java   
org.apache.axis2.transport.local   
 

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.
 

Uses of AbstractHandler in org.apache.axis2.handlers.addressing
 

Subclasses of AbstractHandler in org.apache.axis2.handlers.addressing
 class AddressingInFaultHandler
          This class is used to extract WS-Addressing Spec defined Faults and FaultDetail and convert them into understandable AxisFault objects.
 class AddressingInHandler
           
 class AddressingOutHandler
           
 class AddressingValidationHandler
           
 

Uses of AbstractHandler in org.apache.axis2.handlers.soapmonitor
 

Subclasses of AbstractHandler in org.apache.axis2.handlers.soapmonitor
 class SOAPMonitorHandler
           
 

Uses of AbstractHandler in org.apache.axis2.jaxws.client.dispatch
 

Subclasses of AbstractHandler in org.apache.axis2.jaxws.client.dispatch
 class DispatchOperationHandler
           
 

Uses of AbstractHandler in org.apache.axis2.jaxws.dispatchers
 

Subclasses of AbstractHandler in org.apache.axis2.jaxws.dispatchers
 class GenericProviderDispatcher
          This dispatcher will look for a specific operation on the AxisService and return it if found.
 class MustUnderstandChecker
          Plugin to remove "understood" headers for the JAXWS related headers.
 class MustUnderstandValidationDispatcher
          Do JAXWS MustUnderstand header processing per the JAXWS 2.0 specification.
 

Uses of AbstractHandler in org.apache.axis2.mtompolicy
 

Subclasses of AbstractHandler in org.apache.axis2.mtompolicy
 class MTOMInHandler
          This class does a MTOM validation of the message.
 class MTOMOutHandler
          This out handler does a check of the effective policy set.
 

Uses of AbstractHandler in org.apache.axis2.saaj.util
 

Subclasses of AbstractHandler in org.apache.axis2.saaj.util
 class UnderstandAllHeadersHandler
          Marks all SOAP headers as processed.
 

Uses of AbstractHandler in org.apache.axis2.transport.http
 

Subclasses of AbstractHandler in org.apache.axis2.transport.http
 class CommonsHTTPTransportSender
           
 

Uses of AbstractHandler in org.apache.axis2.transport.java
 

Subclasses of AbstractHandler in org.apache.axis2.transport.java
 class JavaTransportSender
           
 

Uses of AbstractHandler in org.apache.axis2.transport.local
 

Subclasses of AbstractHandler in org.apache.axis2.transport.local
 class LocalResponder
          LocalResponder
 class LocalTransportSender
           
 



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