|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.handlers.AbstractHandler
org.apache.axis2.engine.InstanceDispatcher
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 inherited from class org.apache.axis2.engine.Handler |
Handler.InvocationResponse |
Field Summary |
Fields inherited from class org.apache.axis2.handlers.AbstractHandler |
handlerDesc |
Constructor Summary | |
InstanceDispatcher()
|
Method Summary | |
Handler.InvocationResponse |
invoke(MessageContext msgContext)
Post Condition : All the Contexts must be populated. |
Methods inherited from class org.apache.axis2.handlers.AbstractHandler |
cleanup, flowComplete, getHandlerDesc, getName, getParameter, init, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public InstanceDispatcher()
Method Detail |
public Handler.InvocationResponse invoke(MessageContext msgContext) throws AxisFault
msgContext
- MessageContext
AxisFault
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |