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

Packages that use AbstractHandler
org.apache.axis2.dispatchers   
org.apache.axis2.engine   
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.dispatchers
 

Subclasses of AbstractHandler in org.apache.axis2.dispatchers
 class AbstractOperationDispatcher
           
 class AbstractServiceDispatcher
           
 class ActionBasedOperationDispatcher
           
 class RelatesToBasedOperationDispatcher
           
 class RelatesToBasedServiceDispatcher
           
 class RequestURIBasedOperationDispatcher
          Dispatches the operation based on the information from the target endpoint URL.
 class RequestURIBasedServiceDispatcher
           
 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 AddressingBasedDispatcher
          Dispatcher based on the WS-Addressing properties.
 class HTTPLocationBasedDispatcher
          Dispatches the operation based on the information from the target endpoint URL.
 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 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.
 

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

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

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



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.