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 PhasePhasesInfo. 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 voidPhasesInfo. setIN_FaultPhases(List<Phase> IN_FaultPhases)voidPhasesInfo. setINPhases(List<Phase> INPhases)voidPhasesInfo. setOUT_FaultPhases(List<Phase> OUT_FaultPhases)voidPhasesInfo. 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 PhaseTransportInDescription. getFaultPhase()PhaseTransportOutDescription. getFaultPhase()PhaseTransportInDescription. getInPhase()PhaseTransportOutDescription. getOutPhase()Methods in org.apache.axis2.description with parameters of type Phase Modifier and Type Method Description voidTransportInDescription. setFaultPhase(Phase faultPhase)voidTransportOutDescription. setFaultPhase(Phase faultPhase)voidTransportInDescription. setInPhase(Phase inPhase)voidTransportOutDescription. setOutPhase(Phase outPhase) -
Uses of Phase in org.apache.axis2.engine
Subclasses of Phase in org.apache.axis2.engine Modifier and Type Class Description classDispatchPhaseMethods 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 voidAxisConfiguration. setGlobalOutPhase(List<Phase> outPhases)voidAxisConfiguration. setInFaultPhases(List<Phase> list)Set the inbound fault phases TODO: Passing mutable lists like this and using them directly is bad practice.voidAxisConfiguration. setInPhasesUptoAndIncludingPostDispatch(List<Phase> inPhasesUptoAndIncludingPostDispatch)voidAxisConfiguration. setOutFaultPhases(List<Phase> list)Set the outbound fault phases TODO: Passing mutable lists like this and using them directly is bad practice.
-