Class DispatchPhase

java.lang.Object
org.apache.axis2.engine.Phase
org.apache.axis2.engine.DispatchPhase
All Implemented Interfaces:
Handler

public class DispatchPhase extends Phase
  • Constructor Details

    • DispatchPhase

      public DispatchPhase()
    • DispatchPhase

      public DispatchPhase(String phaseName)
  • Method Details

    • checkPostConditions

      public void checkPostConditions(MessageContext msgContext) throws AxisFault
      Description copied from class: Phase
      Confirm that all post-conditions of this Phase are met. After all Handlers in a Phase are invoke()d, this method will be called. Subclasses should override it in order to confirm that the purpose of the given Phase has been acheived.
      Overrides:
      checkPostConditions in class Phase
      Parameters:
      msgContext - the active MessageContext
      Throws:
      AxisFault - if a post-condition has not been met, or other problems occur