Package org.apache.axis2.dispatchers
Class SOAPActionBasedDispatcher
java.lang.Object
org.apache.axis2.handlers.AbstractHandler
org.apache.axis2.engine.AbstractDispatcher
org.apache.axis2.dispatchers.SOAPActionBasedDispatcher
- All Implemented Interfaces:
Handler
Dispatches based on the SOAPAction.
-
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.findService(MessageContext messageContext) Called by Axis Engine to find the service.voidMethods inherited from class org.apache.axis2.engine.AbstractDispatcher
invokeMethods inherited from class org.apache.axis2.handlers.AbstractHandler
flowComplete, getHandlerDesc, getName, getParameter, init, toString
-
Field Details
-
NAME
Field NAME- See Also:
-
-
Constructor Details
-
SOAPActionBasedDispatcher
public SOAPActionBasedDispatcher()
-
-
Method Details
-
findOperation
public AxisOperation findOperation(AxisService service, MessageContext messageContext) throws AxisFault Description copied from class:AbstractDispatcherCalled by Axis Engine to find the operation.- Specified by:
findOperationin classAbstractDispatcher- Returns:
- Returns AxisOperation.
- Throws:
AxisFault
-
findService
Description copied from class:AbstractDispatcherCalled by Axis Engine to find the service.- Specified by:
findServicein classAbstractDispatcher- Returns:
- Returns AxisService.
- Throws:
AxisFault
-
initDispatcher
public void initDispatcher()- Specified by:
initDispatcherin classAbstractDispatcher
-