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

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

Uses of Phase in org.apache.axis2.description
 

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

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

Uses of Phase in org.apache.axis2.engine
 

Methods in org.apache.axis2.engine with parameters of type Phase
 void AxisConfigurationImpl.setDispatchPhase(Phase dispatch)
          Setting the custom dispatching order
 

Uses of Phase in org.apache.axis2.phaseresolver
 

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