org.apache.axis2.engine
Class InstanceDispatcher
java.lang.Object
org.apache.axis2.handlers.AbstractHandler
org.apache.axis2.engine.InstanceDispatcher
- All Implemented Interfaces:
- Handler, Serializable
- public class InstanceDispatcher
- extends AbstractHandler
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.
- See Also:
- Serialized Form
Method Summary |
void |
invoke(MessageContext msgContext)
Post Condition : All the Contexts must be populated. |
InstanceDispatcher
public InstanceDispatcher()
invoke
public void invoke(MessageContext msgContext)
throws AxisFault
- Post Condition : All the Contexts must be populated.
- Parameters:
msgContext
-
- Throws:
AxisFault