org.apache.axis2.phaseresolver
Class PhaseHolder
java.lang.Object
org.apache.axis2.phaseresolver.PhaseHolder
- public class PhaseHolder
- extends Object
This class hold all the phases found in the services.xml and server.xml
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PhaseHolder
public PhaseHolder()
PhaseHolder
public PhaseHolder(ArrayList phases)
addHandler
public void addHandler(HandlerDescription handlerDesc)
throws PhaseException
- Method addHandler
- Parameters:
handlerDesc
-
- Throws:
PhaseException
buildTransportHandlerChain
public void buildTransportHandlerChain(Phase phase,
ArrayList handlers)
throws PhaseException
- This method is to build the transport phase , here load the corresponding handlers and added them
in to correct phase
- Parameters:
phase
- handlers
-
- Throws:
PhaseException