Package org.apache.axis2.engine
Class RequestURIOperationDispatcher
java.lang.Object
org.apache.axis2.handlers.AbstractHandler
org.apache.axis2.engine.AbstractDispatcher
org.apache.axis2.dispatchers.RequestURIOperationDispatcher
org.apache.axis2.engine.RequestURIOperationDispatcher
- All Implemented Interfaces:
Handler
Deprecated.
use org.apache.axis2.dispatchers.RequestURIOperationDispatcher
Dispatches the operation based on the information from the target endpoint URL.
-
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.RequestURIOperationDispatcher
NAMEFields inherited from class org.apache.axis2.handlers.AbstractHandler
handlerDesc -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.axis2.dispatchers.RequestURIOperationDispatcher
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
-
RequestURIOperationDispatcher
public RequestURIOperationDispatcher()Deprecated.
-