Uses of Class
org.apache.axis2.deployment.util.PhasesInfo

Packages that use PhasesInfo
org.apache.axis2.deployment   
org.apache.axis2.engine   
 

Uses of PhasesInfo in org.apache.axis2.deployment
 

Methods in org.apache.axis2.deployment that return PhasesInfo
 PhasesInfo DeploymentEngine.getPhasesinfo()
           
 

Methods in org.apache.axis2.deployment with parameters of type PhasesInfo
 void DeploymentEngine.setPhasesinfo(PhasesInfo phasesinfo)
           
 

Uses of PhasesInfo in org.apache.axis2.engine
 

Fields in org.apache.axis2.engine declared as PhasesInfo
protected  PhasesInfo AxisConfigurationImpl.phasesinfo
           
 

Methods in org.apache.axis2.engine that return PhasesInfo
 PhasesInfo AxisConfigurationImpl.getPhasesinfo()
           
 

Methods in org.apache.axis2.engine with parameters of type PhasesInfo
 void AxisConfigurationImpl.setPhasesinfo(PhasesInfo phasesinfo)