org.apache.axis2.engine
Class DispatchPhase

java.lang.Object
  extended byorg.apache.axis2.engine.Phase
      extended byorg.apache.axis2.engine.DispatchPhase
All Implemented Interfaces:
Handler, Serializable

public class DispatchPhase
extends Phase

See Also:
Serialized Form

Constructor Summary
DispatchPhase()
           
DispatchPhase(String phaseName)
           
 
Method Summary
 void checkPostConditions(MessageContext msgContext)
           
 
Methods inherited from class org.apache.axis2.engine.Phase
addHandler, addHandler, addHandler, checkPreconditions, cleanup, getHandlerCount, getHandlerDesc, getHandlers, getName, getParameter, getPhaseName, init, invoke, setName, setPhaseFirst, setPhaseLast, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DispatchPhase

public DispatchPhase()

DispatchPhase

public DispatchPhase(String phaseName)
Method Detail

checkPostConditions

public void checkPostConditions(MessageContext msgContext)
                         throws AxisFault
Overrides:
checkPostConditions in class Phase
Throws:
AxisFault