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