org.apache.axis2.deployment.util
Class PhasesInfo

java.lang.Object
  extended by org.apache.axis2.deployment.util.PhasesInfo

public class PhasesInfo
extends Object


Constructor Summary
PhasesInfo()
           
 
Method Summary
 ArrayList getGlobalInFaultPhases()
           
 ArrayList getGlobalInflow()
           
 ArrayList getGlobalOutPhaseList()
           
 ArrayList getIN_FaultPhases()
           
 ArrayList getINPhases()
           
 ArrayList getOperationInFaultPhases()
           
 ArrayList getOperationInPhases()
           
 ArrayList getOperationOutFaultPhases()
           
 ArrayList getOperationOutPhases()
           
 ArrayList getOUT_FaultPhases()
           
 ArrayList getOUTPhases()
           
 Phase makePhase(org.apache.axiom.om.OMElement phaseElement)
           
 void setIN_FaultPhases(ArrayList IN_FaultPhases)
           
 void setINPhases(ArrayList INPhases)
           
 void setOperationPhases(AxisOperation axisOperation)
           
 void setOUT_FaultPhases(ArrayList OUT_FaultPhases)
           
 void setOUTPhases(ArrayList OUTPhases)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhasesInfo

public PhasesInfo()
Method Detail

makePhase

public Phase makePhase(org.apache.axiom.om.OMElement phaseElement)
                throws PhaseException
Throws:
PhaseException

getGlobalInflow

public ArrayList getGlobalInflow()
                          throws DeploymentException
Throws:
DeploymentException

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

getGlobalInFaultPhases

public ArrayList getGlobalInFaultPhases()
                                 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