Package org.apache.axis2.dispatchers
Class SOAPMessageBodyBasedOperationDispatcher
- java.lang.Object
-
- org.apache.axis2.handlers.AbstractHandler
-
- org.apache.axis2.dispatchers.AbstractOperationDispatcher
-
- org.apache.axis2.dispatchers.SOAPMessageBodyBasedOperationDispatcher
-
- All Implemented Interfaces:
Handler
public class SOAPMessageBodyBasedOperationDispatcher extends AbstractOperationDispatcher
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.axis2.engine.Handler
Handler.InvocationResponse
-
-
Field Summary
Fields Modifier and Type Field Description static String
NAME
-
Fields inherited from class org.apache.axis2.handlers.AbstractHandler
handlerDesc
-
-
Constructor Summary
Constructors Constructor Description SOAPMessageBodyBasedOperationDispatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AxisOperation
findOperation(AxisService service, MessageContext messageContext)
Called by Axis Engine to find the operation.void
initDispatcher()
-
Methods inherited from class org.apache.axis2.dispatchers.AbstractOperationDispatcher
invoke
-
Methods inherited from class org.apache.axis2.handlers.AbstractHandler
flowComplete, getHandlerDesc, getName, getParameter, init, toString
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
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 classAbstractOperationDispatcher
- Returns:
- Returns AxisOperation.
- Throws:
AxisFault
-
initDispatcher
public void initDispatcher()
- Specified by:
initDispatcher
in classAbstractOperationDispatcher
-
-