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

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

Uses of AbstractHandler in org.apache.axis2
 

Subclasses of AbstractHandler in org.apache.axis2
 class InstanceDispatcher
           
 

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, it is a Handler which has a one traget, that is to find the Service a given SOAP message is targeted to.
 class AddressingBasedDispatcher
          Dispatcher based on the WS-Addressing properties
 class DispatchingChecker
          This one is run after all the dispatchers and make a Operation and a Service is idenitified if the message to go any further
 class RequestURIBasedDispatcher
          Dispatches the service based on the information from the traget 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 SOAPProcessingModelChecker
          This handler checks that the SOAP processing model rules have been followed by the various modules and handlers.
 

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

Subclasses of AbstractHandler in org.apache.axis2.handlers.addressing
 class AddressingInHandler
           
 class AddressingOutHandler
           
 

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

Subclasses of AbstractHandler in org.apache.axis2.transport.local
 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