Uses of Class
org.apache.axis2.handlers.AbstractHandler
-
Packages that use AbstractHandler Package Description 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 Modifier and Type Class Description classRequestBlockingHandler -
Uses of AbstractHandler in org.apache.axis2.dispatchers
Subclasses of AbstractHandler in org.apache.axis2.dispatchers Modifier and Type Class Description classAbstractOperationDispatcherclassAbstractServiceDispatcherclassActionBasedOperationDispatcherclassAddressingBasedDispatcherDispatcher based on the WS-Addressing properties.classHTTPLocationBasedDispatcherDispatches the operation based on the information from the target endpoint URL.classRelatesToBasedOperationDispatcherclassRelatesToBasedServiceDispatcherclassRequestURIBasedDispatcherDispatches the service based on the information from the target endpoint URL.classRequestURIBasedOperationDispatcherDispatches the operation based on the information from the target endpoint URL.classRequestURIBasedServiceDispatcherclassRequestURIOperationDispatcherDispatches the operation based on the information from the target endpoint URL.classSOAPActionBasedDispatcherDispatches based on the SOAPAction.classSOAPMessageBodyBasedDispatcherDispatches based on the namespace URI of the first child of the body.classSOAPMessageBodyBasedOperationDispatcherclassSOAPMessageBodyBasedServiceDispatcher -
Uses of AbstractHandler in org.apache.axis2.engine
Subclasses of AbstractHandler in org.apache.axis2.engine Modifier and Type Class Description classAbstractDispatcherThis the base class for all dispatchers. -
Uses of AbstractHandler in org.apache.axis2.handlers
Subclasses of AbstractHandler in org.apache.axis2.handlers Modifier and Type Class Description classAbstractTemplatedHandlerThis 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.
-