Package org.apache.axis2.engine
Class SOAPActionBasedDispatcher
java.lang.Object
org.apache.axis2.handlers.AbstractHandler
org.apache.axis2.engine.AbstractDispatcher
org.apache.axis2.dispatchers.SOAPActionBasedDispatcher
org.apache.axis2.engine.SOAPActionBasedDispatcher
- All Implemented Interfaces:
Handler
Deprecated.
use org.apache.axis2.dispatchers.SOAPActionBasedDispatcher
Dispatches based on the SOAPAction.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.axis2.engine.Handler
Handler.InvocationResponse -
Field Summary
Fields inherited from class org.apache.axis2.dispatchers.SOAPActionBasedDispatcher
NAMEFields inherited from class org.apache.axis2.handlers.AbstractHandler
handlerDesc -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.axis2.dispatchers.SOAPActionBasedDispatcher
findOperation, findService, initDispatcherMethods inherited from class org.apache.axis2.engine.AbstractDispatcher
invokeMethods inherited from class org.apache.axis2.handlers.AbstractHandler
cleanup, flowComplete, getHandlerDesc, getName, getParameter, init, toString
-
Constructor Details
-
SOAPActionBasedDispatcher
public SOAPActionBasedDispatcher()Deprecated.
-