Uses of Class
org.apache.axis2.engine.AbstractDispatcher
-
Packages that use AbstractDispatcher Package Description org.apache.axis2.dispatchers org.apache.axis2.jaxws.dispatchers -
-
Uses of AbstractDispatcher in org.apache.axis2.dispatchers
Subclasses of AbstractDispatcher in org.apache.axis2.dispatchers Modifier and Type Class Description classAddressingBasedDispatcherDispatcher based on the WS-Addressing properties.classHTTPLocationBasedDispatcherDispatches the operation based on the information from the target endpoint URL.classRequestURIBasedDispatcherDispatches the service based on the information from the target endpoint URL.classRequestURIOperationDispatcherDispatches 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. -
Uses of AbstractDispatcher in org.apache.axis2.jaxws.dispatchers
Subclasses of AbstractDispatcher in org.apache.axis2.jaxws.dispatchers Modifier and Type Class Description classGenericProviderDispatcherThis dispatcher will look for a specific operation on the AxisService and return it if found.classMustUnderstandValidationDispatcherDo JAXWS MustUnderstand header processing per the JAXWS 2.0 specification.
-