|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.phaseresolver.PhaseHolder
This class hold all the phases found in the services.xml and server.xml
Constructor Summary | |
PhaseHolder()
|
|
PhaseHolder(java.util.ArrayList phases)
|
Method Summary | |
void |
addHandler(HandlerDescription handler)
Method addHandler |
void |
buildTransportHandlerChain(Phase phase,
java.util.ArrayList handlers)
This method is to build the transport phase , here load the corresponding handlers and added them in to correct phase |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PhaseHolder(java.util.ArrayList phases)
public PhaseHolder()
Method Detail |
public void addHandler(HandlerDescription handler) throws PhaseException
handler
-
PhaseException
public void buildTransportHandlerChain(Phase phase, java.util.ArrayList handlers) throws PhaseException
phase
- handlers
-
PhaseException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |