|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.engine.Phase org.apache.axis2.engine.DispatchPhase
public class DispatchPhase
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 | |
---|---|
DispatchPhase()
|
|
DispatchPhase(java.lang.String phaseName)
|
Method Summary | |
---|---|
void |
checkPostConditions(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, cleanup, flowComplete, getHandlerCount, getHandlerDesc, getHandlers, getName, getParameter, getPhaseName, init, invoke, removeHandler, setName, setPhaseFirst, setPhaseLast, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DispatchPhase()
public DispatchPhase(java.lang.String phaseName)
Method Detail |
---|
public void checkPostConditions(MessageContext msgContext) throws AxisFault
Phase
checkPostConditions
in class Phase
msgContext
- the active MessageContext
AxisFault
- if a post-condition has not been met, or other problems occur
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |