| java.lang.Object org.apache.axis2.handlers.AbstractHandler org.apache.axis2.engine.InstanceDispatcher
InstanceDispatcher | public class InstanceDispatcher extends AbstractHandler (Code) | | 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.
|
Method Summary | |
public InvocationResponse | invoke(MessageContext msgContext) 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 - the MessageContext to process with this Handler . |
invoke | public InvocationResponse invoke(MessageContext msgContext) throws AxisFault(Code) | | 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 - the MessageContext to process with this Handler . An InvocationResponse that indicates what the next step in the message processingshould be. throws: org.apache.axis2.AxisFault - if the handler encounters an error |
|
|