org.apache.axis2.phaseresolver
Class PhaseHolder

java.lang.Object
  extended byorg.apache.axis2.phaseresolver.PhaseHolder

public class PhaseHolder
extends Object

This class hold all the phases found in the services.xml and server.xml


Constructor Summary
PhaseHolder()
           
PhaseHolder(ArrayList phases)
           
 
Method Summary
 void addHandler(HandlerDescription handlerDesc)
          Method addHandler
 void buildTransportHandlerChain(Phase phase, 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

PhaseHolder

public PhaseHolder()

PhaseHolder

public PhaseHolder(ArrayList phases)
Method Detail

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