Uses of Class
org.apache.axis2.phaseresolver.PhaseException

Packages that use PhaseException
org.apache.axis2.deployment.util   
org.apache.axis2.engine   
org.apache.axis2.phaseresolver   
 

Uses of PhaseException in org.apache.axis2.deployment.util
 

Methods in org.apache.axis2.deployment.util that throw PhaseException
 Phase PhasesInfo.makePhase(OMElement phaseElement)
           
 

Uses of PhaseException in org.apache.axis2.engine
 

Methods in org.apache.axis2.engine that throw PhaseException
 void Phase.addHandler(HandlerDescription handler)
          Method addHandler.
 void Phase.setPhaseFirst(Handler phaseFirst)
          Method setPhaseFirst.
 void Phase.setPhaseLast(Handler phaseLast)
          Method setPhaseLast.
 

Uses of PhaseException in org.apache.axis2.phaseresolver
 

Methods in org.apache.axis2.phaseresolver that throw PhaseException
 void PhaseHolder.addHandler(HandlerDescription handlerDesc)
          Method addHandler
 void PhaseHolder.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
 void PhaseResolver.buildTranspotsChains()
          Method buildTranspotsChains
 void PhaseResolver.engageModuleToOperation(AxisOperation axisOperation, ModuleDescription module)