Package org.apache.axis2.deployment.util
Class PhasesInfo
- java.lang.Object
-
- org.apache.axis2.deployment.util.PhasesInfo
-
public class PhasesInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description PhasesInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Phase>getGlobalInFaultPhases()List<Phase>getGlobalInflow()List<Phase>getGlobalOutPhaseList()List<Phase>getIN_FaultPhases()List<Phase>getINPhases()List<Phase>getOperationInFaultPhases()ArrayList<Phase>getOperationInPhases()ArrayList<Phase>getOperationOutFaultPhases()ArrayList<Phase>getOperationOutPhases()List<Phase>getOUT_FaultPhases()List<Phase>getOutFaultPhaseList()List<Phase>getOUTPhases()PhasemakePhase(OMElement phaseElement)voidsetIN_FaultPhases(List<Phase> IN_FaultPhases)voidsetINPhases(List<Phase> INPhases)voidsetOperationPhases(AxisOperation axisOperation)voidsetOUT_FaultPhases(List<Phase> OUT_FaultPhases)voidsetOUTPhases(List<Phase> OUTPhases)
-
-
-
Method Detail
-
makePhase
public Phase makePhase(OMElement phaseElement) throws PhaseException
- Throws:
PhaseException
-
getGlobalInflow
public List<Phase> getGlobalInflow() throws DeploymentException
- Throws:
DeploymentException
-
getGlobalOutPhaseList
public List<Phase> getGlobalOutPhaseList() throws DeploymentException
- Throws:
DeploymentException
-
getOUT_FaultPhases
public List<Phase> getOUT_FaultPhases() throws DeploymentException
- Throws:
DeploymentException
-
getOperationInFaultPhases
public List<Phase> getOperationInFaultPhases() throws DeploymentException
- Throws:
DeploymentException
-
getGlobalInFaultPhases
public List<Phase> getGlobalInFaultPhases() throws DeploymentException
- Throws:
DeploymentException
-
getOperationInPhases
public ArrayList<Phase> getOperationInPhases() throws DeploymentException
- Throws:
DeploymentException
-
getOperationOutFaultPhases
public ArrayList<Phase> getOperationOutFaultPhases() throws DeploymentException
- Throws:
DeploymentException
-
getOperationOutPhases
public ArrayList<Phase> getOperationOutPhases() throws DeploymentException
- Throws:
DeploymentException
-
setOperationPhases
public void setOperationPhases(AxisOperation axisOperation) throws AxisFault
- Throws:
AxisFault
-
-