|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.engine.Phase
This is Phase, a orderd collection of Handlers. seems this is Handler Chain with order.
Should this exttends Hanlders?
Constructor Summary | |
Phase(java.lang.String phaseName)
Constructor Phase |
Method Summary | |
void |
addHandler(Handler handler)
add to next empty handler |
void |
addHandler(HandlerDescription handler)
Method addHandler |
void |
addHandler(Handler handler,
int index)
Method addHandler |
int |
getHandlerCount()
|
java.util.ArrayList |
getHandlers()
To get the all the handlers in the phase |
java.lang.String |
getPhaseName()
|
void |
invoke(MessageContext msgctx)
If need to see how this works look at the stack! |
void |
invokeStartFromHandler(javax.xml.namespace.QName name,
MessageContext msgctx)
|
void |
setPhaseFirst(Handler phaseFirst)
Method setPhaseFirst |
void |
setPhaseLast(Handler phaseLast)
Method setPhaseLast |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Phase(java.lang.String phaseName)
phaseName
- Method Detail |
public void addHandler(Handler handler, int index)
handler
- index
- public void addHandler(Handler handler)
handler
- public void invoke(MessageContext msgctx) throws AxisFault
msgctx
-
AxisFault
public java.lang.String getPhaseName()
public int getHandlerCount()
public void setPhaseFirst(Handler phaseFirst) throws PhaseException
phaseFirst
-
PhaseException
public void setPhaseLast(Handler phaseLast) throws PhaseException
phaseLast
-
PhaseException
public void addHandler(HandlerDescription handler) throws PhaseException
handler
-
PhaseException
public java.util.ArrayList getHandlers()
public void invokeStartFromHandler(javax.xml.namespace.QName name, MessageContext msgctx) throws AxisFault
AxisFault
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |