org.apache.axis2.deployment.util
Class PhasesInfo
java.lang.Object
org.apache.axis2.deployment.util.PhasesInfo
- public class PhasesInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PhasesInfo
public PhasesInfo()
makePhase
public Phase makePhase(org.apache.ws.commons.om.OMElement phaseElement)
throws PhaseException
- Throws:
PhaseException
getGlobalInflow
public ArrayList getGlobalInflow()
getGlobalOutPhaseList
public ArrayList getGlobalOutPhaseList()
throws DeploymentException
- Throws:
DeploymentException
getINPhases
public ArrayList getINPhases()
getIN_FaultPhases
public ArrayList getIN_FaultPhases()
getOUTPhases
public ArrayList getOUTPhases()
getOUT_FaultPhases
public ArrayList getOUT_FaultPhases()
throws DeploymentException
- Throws:
DeploymentException
getOperationInFaultPhases
public ArrayList getOperationInFaultPhases()
throws DeploymentException
- Throws:
DeploymentException
getOperationInPhases
public ArrayList getOperationInPhases()
throws DeploymentException
- Throws:
DeploymentException
getOperationOutFaultPhases
public ArrayList getOperationOutFaultPhases()
throws DeploymentException
- Throws:
DeploymentException
getOperationOutPhases
public ArrayList getOperationOutPhases()
throws DeploymentException
- Throws:
DeploymentException
setINPhases
public void setINPhases(ArrayList INPhases)
setIN_FaultPhases
public void setIN_FaultPhases(ArrayList IN_FaultPhases)
setOUTPhases
public void setOUTPhases(ArrayList OUTPhases)
setOUT_FaultPhases
public void setOUT_FaultPhases(ArrayList OUT_FaultPhases)
setOperationPhases
public void setOperationPhases(AxisOperation axisOperation)
throws AxisFault
- Throws:
AxisFault