Uses of Class
org.apache.axis2.handlers.AbstractHandler
Packages that use AbstractHandler
Package
Description
-
Uses of AbstractHandler in org.apache.axis2.clustering
Subclasses of AbstractHandler in org.apache.axis2.clustering -
Uses of AbstractHandler in org.apache.axis2.dispatchers
Subclasses of AbstractHandler in org.apache.axis2.dispatchersModifier and TypeClassDescriptionclassclassclassclassDispatcher based on the WS-Addressing properties.classDispatches the operation based on the information from the target endpoint URL.classDispatches based on JSON requests by using the first name of the message.classclassclassDispatches the service based on the information from the target endpoint URL.classDispatches the operation based on the information from the target endpoint URL.classclassDispatches the operation based on the information from the target endpoint URL.classDispatches based on the SOAPAction.classDispatches based on the namespace URI of the first child of the body.classclass -
Uses of AbstractHandler in org.apache.axis2.engine
Subclasses of AbstractHandler in org.apache.axis2.engineModifier and TypeClassDescriptionclassThis the base class for all dispatchers. -
Uses of AbstractHandler in org.apache.axis2.handlers
Subclasses of AbstractHandler in org.apache.axis2.handlersModifier and TypeClassDescriptionclassThis 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.