Uses of Class
org.apache.axis2.engine.Phase
Packages that use Phase
Package
Description
-
Uses of Phase in org.apache.axis2.deployment.util
Methods in org.apache.axis2.deployment.util that return PhaseModifier and TypeMethodDescriptionPhasesInfo.makePhase(org.apache.axiom.om.OMElement phaseElement) Methods in org.apache.axis2.deployment.util that return types with arguments of type PhaseModifier and TypeMethodDescriptionPhasesInfo.getGlobalInFaultPhases()PhasesInfo.getGlobalInflow()PhasesInfo.getGlobalOutPhaseList()PhasesInfo.getIN_FaultPhases()PhasesInfo.getINPhases()PhasesInfo.getOperationInFaultPhases()PhasesInfo.getOperationInPhases()PhasesInfo.getOperationOutFaultPhases()PhasesInfo.getOperationOutPhases()PhasesInfo.getOUT_FaultPhases()PhasesInfo.getOutFaultPhaseList()PhasesInfo.getOUTPhases()Method parameters in org.apache.axis2.deployment.util with type arguments of type PhaseModifier and TypeMethodDescriptionvoidPhasesInfo.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 PhaseModifier and TypeMethodDescriptionTransportInDescription.getFaultPhase()TransportOutDescription.getFaultPhase()TransportInDescription.getInPhase()TransportOutDescription.getOutPhase()Methods in org.apache.axis2.description with parameters of type PhaseModifier and TypeMethodDescriptionvoidTransportInDescription.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.engineMethods in org.apache.axis2.engine that return types with arguments of type PhaseModifier and TypeMethodDescriptionAxisConfiguration.getInFaultFlowPhases()AxisConfiguration.getInFlowPhases()AxisConfiguration.getOutFaultFlowPhases()AxisConfiguration.getOutFlowPhases()Method parameters in org.apache.axis2.engine with type arguments of type PhaseModifier and TypeMethodDescriptionvoidAxisConfiguration.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.