Package org.apache.axis2.dispatchers
Class RelatesToBasedServiceDispatcher
java.lang.Object
org.apache.axis2.handlers.AbstractHandler
org.apache.axis2.dispatchers.AbstractServiceDispatcher
org.apache.axis2.dispatchers.RelatesToBasedServiceDispatcher
- 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 TypeMethodDescriptionfindService(MessageContext messageContext) Called by Axis Engine to find the service.voidMethods inherited from class org.apache.axis2.dispatchers.AbstractServiceDispatcher
invokeMethods inherited from class org.apache.axis2.handlers.AbstractHandler
flowComplete, getHandlerDesc, getName, getParameter, init, toString
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
RelatesToBasedServiceDispatcher
public RelatesToBasedServiceDispatcher()
-
-
Method Details
-
findService
Description copied from class:AbstractServiceDispatcherCalled by Axis Engine to find the service.- Specified by:
findServicein classAbstractServiceDispatcher- Returns:
- Returns AxisService.
- Throws:
AxisFault
-
initDispatcher
public void initDispatcher()- Specified by:
initDispatcherin classAbstractServiceDispatcher
-