Package org.apache.axis2.engine
Class DispatchPhase
java.lang.Object
org.apache.axis2.engine.Phase
org.apache.axis2.engine.DispatchPhase
- All Implemented Interfaces:
Handler
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.axis2.engine.Handler
Handler.InvocationResponse -
Field Summary
Fields inherited from class org.apache.axis2.engine.Phase
ALL_PHASES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckPostConditions(MessageContext msgContext) Confirm that all post-conditions of this Phase are met.Methods inherited from class org.apache.axis2.engine.Phase
addHandler, addHandler, addHandler, checkPreconditions, flowComplete, getHandlerCount, getHandlerDesc, getHandlers, getName, getParameter, getPhaseName, init, invoke, removeHandler, setName, setPhaseFirst, setPhaseLast, toString
-
Constructor Details
-
DispatchPhase
public DispatchPhase() -
DispatchPhase
-
-
Method Details
-
checkPostConditions
Description copied from class:PhaseConfirm 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:
checkPostConditionsin classPhase- Parameters:
msgContext- the active MessageContext- Throws:
AxisFault- if a post-condition has not been met, or other problems occur
-