org.apache.axis2.engine
Class RequestURIBasedDispatcher
java.lang.Object
org.apache.axis2.handlers.AbstractHandler
org.apache.axis2.engine.AbstractDispatcher
org.apache.axis2.engine.RequestURIBasedDispatcher
- All Implemented Interfaces:
- Handler, java.io.Serializable
- public class RequestURIBasedDispatcher
- extends AbstractDispatcher
Dispatches the service based on the information from the traget endpoint URL
- See Also:
- Serialized Form
Field Summary |
static javax.xml.namespace.QName |
NAME
Field NAME |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NAME
public static final javax.xml.namespace.QName NAME
- Field NAME
RequestURIBasedDispatcher
public RequestURIBasedDispatcher()
findOperation
public OperationDescription findOperation(ServiceDescription service,
MessageContext messageContext)
throws AxisFault
- Description copied from class:
AbstractDispatcher
- Give the diaptacher turn to find the Operation
- Specified by:
findOperation
in class AbstractDispatcher
- Parameters:
service
- messageContext
-
- Returns:
-
- Throws:
AxisFault
findService
public ServiceDescription findService(MessageContext messageContext)
throws AxisFault
- Description copied from class:
AbstractDispatcher
- Give the diaptacher turn to find the Service
- Specified by:
findService
in class AbstractDispatcher
- Parameters:
messageContext
-
- Returns:
-
- Throws:
AxisFault
initDispatcher
public void initDispatcher()
- Specified by:
initDispatcher
in class AbstractDispatcher