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   
 

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

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

Uses of Phase in org.apache.axis2.description
 

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

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

Uses of Phase in org.apache.axis2.engine
 

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



Copyright © 2007 Apache Web Services Project. All Rights Reserved.