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

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

Uses of PhaseException in org.apache.axis2.context
 

Methods in org.apache.axis2.context that throw PhaseException
static void ConfigurationContextFactory.createChains(ServiceDescription service, AxisConfiguration configurationContextVal, java.util.ArrayList modules)
          Here the Phases are resolved and the Order of the Handlers are established
 

Uses of PhaseException in org.apache.axis2.engine
 

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

Uses of PhaseException in org.apache.axis2.phaseresolver
 

Methods in org.apache.axis2.phaseresolver that throw PhaseException
 void PhaseHolder.addHandler(HandlerDescription handler)
          Method addHandler
 void PhaseHolder.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
 void PhaseResolver.buildchains()
          Method buildchains
 void PhaseResolver.buildTranspotsChains()
          Method buildTranspotsChains
 void PhaseResolver.engageModuleToServiceFromGlobal(ServiceDescription service, ModuleDescription module)
          To engage modules come form global
 void PhaseResolver.engageModuleToOperation(OperationDescription operation, ModuleDescription module)
           
 

Uses of PhaseException in org.apache.axis2.util
 

Methods in org.apache.axis2.util that throw PhaseException
static void Utils.resolvePhases(AxisConfiguration axisconfig, ServiceDescription serviceDesc)