org.apache.axis2.dispatchers
Class RequestURIBasedOperationDispatcher
java.lang.Object
org.apache.axis2.handlers.AbstractHandler
org.apache.axis2.dispatchers.AbstractOperationDispatcher
org.apache.axis2.dispatchers.RequestURIBasedOperationDispatcher
- All Implemented Interfaces:
- Handler
public class RequestURIBasedOperationDispatcher
- extends AbstractOperationDispatcher
Dispatches the operation based on the information from the target endpoint URL.
NAME
public static final String NAME
- See Also:
- Constant Field Values
RequestURIBasedOperationDispatcher
public RequestURIBasedOperationDispatcher()
findOperation
public AxisOperation findOperation(AxisService service,
MessageContext messageContext)
throws AxisFault
- Description copied from class:
AbstractOperationDispatcher
- Called by Axis Engine to find the operation.
- Specified by:
findOperation
in class AbstractOperationDispatcher
- Returns:
- Returns AxisOperation.
- Throws:
AxisFault
initDispatcher
public void initDispatcher()
- Specified by:
initDispatcher
in class AbstractOperationDispatcher
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.