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

Packages that use AbstractHandler
org.apache.axis2.engine   
org.apache.axis2.handlers.addressing   
org.apache.axis2.handlers.soapmonitor   
org.apache.axis2.transport   
org.apache.axis2.transport.http   
org.apache.axis2.transport.jms   
org.apache.axis2.transport.local   
org.apache.axis2.transport.mail   
org.apache.axis2.transport.tcp   
 

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 AddressingBasedDispatcher
          Dispatcher based on the WS-Addressing properties.
 class InstanceDispatcher
          By the time the control comes to this handler, the dispatching must have happened so that the message context contains the AxisServiceGroup, AxisService and AxisOperation.
 class RequestURIBasedDispatcher
          Dispatches the service 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.
 

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

Subclasses of AbstractHandler in org.apache.axis2.handlers.addressing
 class AddressingFinalInHandler
           
 class AddressingHandler
           
 class AddressingInHandler
           
 class AddressingOutHandler
           
 class AddressingSubmissionInHandler
           
 class AddressingWSDLValidationHandler
           
 

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.transport
 

Subclasses of AbstractHandler in org.apache.axis2.transport
 class AbstractTransportSender
          By the time this Class is invoked either the To EPR on the MessageContext should be set or TRANSPORT_WRITER property set in the message Context with a Writer.
 

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.jms
 

Subclasses of AbstractHandler in org.apache.axis2.transport.jms
 class JMSSender
          The TransportSender for JMS
 

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

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

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

Subclasses of AbstractHandler in org.apache.axis2.transport.mail
 class MailTransportSender
           
 

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

Subclasses of AbstractHandler in org.apache.axis2.transport.tcp
 class TCPTransportSender