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 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
           
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.