org.apache.axis2
Class InstanceDispatcher

java.lang.Object
  extended byorg.apache.axis2.handlers.AbstractHandler
      extended byorg.apache.axis2.InstanceDispatcher
All Implemented Interfaces:
Handler, java.io.Serializable

public class InstanceDispatcher
extends AbstractHandler

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.axis2.handlers.AbstractHandler
handlerDesc
 
Constructor Summary
InstanceDispatcher()
           
 
Method Summary
 void invoke(MessageContext msgContext)
          Post Condition : All the Contexts must be populated.
 
Methods inherited from class org.apache.axis2.handlers.AbstractHandler
cleanup, getHandlerDesc, getName, getParameter, init, revoke, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InstanceDispatcher

public InstanceDispatcher()
Method Detail

invoke

public void invoke(MessageContext msgContext)
            throws AxisFault
Post Condition : All the Contexts must be populated.

Parameters:
msgContext -
Throws:
AxisFault