org.apache.axis2.deployment.util
Class PhasesInfo
java.lang.Object
org.apache.axis2.deployment.util.PhasesInfo
public class PhasesInfo
- extends java.lang.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.axiom.om.OMElement phaseElement)
throws PhaseException
- Throws:
PhaseException
getGlobalInflow
public java.util.ArrayList getGlobalInflow()
throws DeploymentException
- Throws:
DeploymentException
getGlobalOutPhaseList
public java.util.ArrayList getGlobalOutPhaseList()
throws DeploymentException
- Throws:
DeploymentException
getINPhases
public java.util.ArrayList getINPhases()
getIN_FaultPhases
public java.util.ArrayList getIN_FaultPhases()
getOUTPhases
public java.util.ArrayList getOUTPhases()
getOutFaultPhaseList
public java.util.ArrayList getOutFaultPhaseList()
getOUT_FaultPhases
public java.util.ArrayList getOUT_FaultPhases()
throws DeploymentException
- Throws:
DeploymentException
getOperationInFaultPhases
public java.util.ArrayList getOperationInFaultPhases()
throws DeploymentException
- Throws:
DeploymentException
getGlobalInFaultPhases
public java.util.ArrayList getGlobalInFaultPhases()
throws DeploymentException
- Throws:
DeploymentException
getOperationInPhases
public java.util.ArrayList getOperationInPhases()
throws DeploymentException
- Throws:
DeploymentException
getOperationOutFaultPhases
public java.util.ArrayList getOperationOutFaultPhases()
throws DeploymentException
- Throws:
DeploymentException
getOperationOutPhases
public java.util.ArrayList getOperationOutPhases()
throws DeploymentException
- Throws:
DeploymentException
setINPhases
public void setINPhases(java.util.ArrayList INPhases)
setIN_FaultPhases
public void setIN_FaultPhases(java.util.ArrayList IN_FaultPhases)
setOUTPhases
public void setOUTPhases(java.util.ArrayList OUTPhases)
setOUT_FaultPhases
public void setOUT_FaultPhases(java.util.ArrayList OUT_FaultPhases)
setOperationPhases
public void setOperationPhases(AxisOperation axisOperation)
throws AxisFault
- Throws:
AxisFault
Copyright © 2007 Apache Web Services Project. All Rights Reserved.