Package org.apache.axis2.engine
Class InstanceDispatcher
java.lang.Object
org.apache.axis2.handlers.AbstractHandler
org.apache.axis2.engine.InstanceDispatcher
- All Implemented Interfaces:
Handler
Deprecated.
The functionality of this class has moved into the DispatchPhase postconditions
By the time the control comes to this handler, the dispatching must have happened
so that the message context contains the AxisServiceGroup, AxisService and
AxisOperation.
This will then try to find the Contexts of ServiceGroup, Service and the Operation.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.axis2.engine.Handler
Handler.InvocationResponse -
Field Summary
Fields inherited from class org.apache.axis2.handlers.AbstractHandler
handlerDesc -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninvoke(MessageContext msgContext) Deprecated.This doesn't do anything, as the functionality is now in DispatchPhase.checkPostConditions() The class remains for backwards compatibility of axis2.xml files, but it should go away after 1.3.Methods inherited from class org.apache.axis2.handlers.AbstractHandler
cleanup, flowComplete, getHandlerDesc, getName, getParameter, init, toString
-
Constructor Details
-
InstanceDispatcher
public InstanceDispatcher()Deprecated.
-
-
Method Details
-
invoke
Deprecated.This doesn't do anything, as the functionality is now in DispatchPhase.checkPostConditions() The class remains for backwards compatibility of axis2.xml files, but it should go away after 1.3.- Parameters:
msgContext- theMessageContextto process with thisHandler.- Returns:
- An InvocationResponse that indicates what the next step in the message processing should be.
- Throws:
AxisFault- if the handler encounters an error
-