Uses of Class
org.apache.axis2.engine.Phase

Packages that use Phase
org.apache.axis2.deployment.util   
org.apache.axis2.description   
org.apache.axis2.engine   
org.apache.axis2.phaseresolver   
 

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

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

Uses of Phase in org.apache.axis2.description
 

Methods in org.apache.axis2.description that return Phase
 Phase TransportOutDescription.getFaultPhase()
           
 Phase TransportOutDescription.getOutPhase()
           
 Phase TransportInDescription.getFaultPhase()
           
 Phase TransportInDescription.getInPhase()
           
 

Methods in org.apache.axis2.description with parameters of type Phase
 void TransportOutDescription.setFaultPhase(Phase faultPhase)
           
 void TransportOutDescription.setOutPhase(Phase outPhase)
           
 void TransportInDescription.setFaultPhase(Phase faultPhase)
           
 void TransportInDescription.setInPhase(Phase inPhase)
           
 

Uses of Phase in org.apache.axis2.engine
 

Subclasses of Phase in org.apache.axis2.engine
 class DispatchPhase
           
 

Uses of Phase in org.apache.axis2.phaseresolver
 

Methods in org.apache.axis2.phaseresolver with parameters of type Phase
 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