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