Package org.apache.axis2.dispatchers
Class ActionBasedOperationDispatcher
java.lang.Object
org.apache.axis2.handlers.AbstractHandler
org.apache.axis2.dispatchers.AbstractOperationDispatcher
org.apache.axis2.dispatchers.ActionBasedOperationDispatcher
- All Implemented Interfaces:
Handler
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.axis2.engine.Handler
Handler.InvocationResponse -
Field Summary
FieldsFields inherited from class org.apache.axis2.handlers.AbstractHandler
handlerDesc -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindOperation(AxisService service, MessageContext messageContext) Called by Axis Engine to find the operation.voidMethods inherited from class org.apache.axis2.dispatchers.AbstractOperationDispatcher
invokeMethods inherited from class org.apache.axis2.handlers.AbstractHandler
flowComplete, getHandlerDesc, getName, getParameter, init, toString
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
ActionBasedOperationDispatcher
public ActionBasedOperationDispatcher()
-
-
Method Details
-
findOperation
public AxisOperation findOperation(AxisService service, MessageContext messageContext) throws AxisFault Description copied from class:AbstractOperationDispatcherCalled by Axis Engine to find the operation.- Specified by:
findOperationin classAbstractOperationDispatcher- Returns:
- Returns AxisOperation.
- Throws:
AxisFault
-
initDispatcher
public void initDispatcher()- Specified by:
initDispatcherin classAbstractOperationDispatcher
-