Uses of Class
org.apache.axis2.engine.Phase
-
Packages that use Phase Package Description org.apache.axis2.deployment.util org.apache.axis2.description org.apache.axis2.engine -
-
Uses of Phase in org.apache.axis2.deployment.util
Methods in org.apache.axis2.deployment.util that return Phase Modifier and Type Method Description Phase
PhasesInfo. makePhase(OMElement phaseElement)
Methods in org.apache.axis2.deployment.util that return types with arguments of type Phase Modifier and Type Method Description List<Phase>
PhasesInfo. getGlobalInFaultPhases()
List<Phase>
PhasesInfo. getGlobalInflow()
List<Phase>
PhasesInfo. getGlobalOutPhaseList()
List<Phase>
PhasesInfo. getIN_FaultPhases()
List<Phase>
PhasesInfo. getINPhases()
List<Phase>
PhasesInfo. getOperationInFaultPhases()
ArrayList<Phase>
PhasesInfo. getOperationInPhases()
ArrayList<Phase>
PhasesInfo. getOperationOutFaultPhases()
ArrayList<Phase>
PhasesInfo. getOperationOutPhases()
List<Phase>
PhasesInfo. getOUT_FaultPhases()
List<Phase>
PhasesInfo. getOutFaultPhaseList()
List<Phase>
PhasesInfo. getOUTPhases()
Method parameters in org.apache.axis2.deployment.util with type arguments of type Phase Modifier and Type Method Description void
PhasesInfo. setIN_FaultPhases(List<Phase> IN_FaultPhases)
void
PhasesInfo. setINPhases(List<Phase> INPhases)
void
PhasesInfo. setOUT_FaultPhases(List<Phase> OUT_FaultPhases)
void
PhasesInfo. setOUTPhases(List<Phase> OUTPhases)
-
Uses of Phase in org.apache.axis2.description
Methods in org.apache.axis2.description that return Phase Modifier and Type Method Description Phase
TransportInDescription. getFaultPhase()
Phase
TransportOutDescription. getFaultPhase()
Phase
TransportInDescription. getInPhase()
Phase
TransportOutDescription. getOutPhase()
Methods in org.apache.axis2.description with parameters of type Phase Modifier and Type Method Description void
TransportInDescription. setFaultPhase(Phase faultPhase)
void
TransportOutDescription. setFaultPhase(Phase faultPhase)
void
TransportInDescription. setInPhase(Phase inPhase)
void
TransportOutDescription. setOutPhase(Phase outPhase)
-
Uses of Phase in org.apache.axis2.engine
Subclasses of Phase in org.apache.axis2.engine Modifier and Type Class Description class
DispatchPhase
Methods in org.apache.axis2.engine that return types with arguments of type Phase Modifier and Type Method Description List<Phase>
AxisConfiguration. getInFaultFlowPhases()
List<Phase>
AxisConfiguration. getInFlowPhases()
List<Phase>
AxisConfiguration. getOutFaultFlowPhases()
List<Phase>
AxisConfiguration. getOutFlowPhases()
Method parameters in org.apache.axis2.engine with type arguments of type Phase Modifier and Type Method Description void
AxisConfiguration. setGlobalOutPhase(List<Phase> outPhases)
void
AxisConfiguration. setInFaultPhases(List<Phase> list)
Set the inbound fault phases TODO: Passing mutable lists like this and using them directly is bad practice.void
AxisConfiguration. setInPhasesUptoAndIncludingPostDispatch(List<Phase> inPhasesUptoAndIncludingPostDispatch)
void
AxisConfiguration. setOutFaultPhases(List<Phase> list)
Set the outbound fault phases TODO: Passing mutable lists like this and using them directly is bad practice.
-