Package | Description |
---|---|
org.apache.axis2.deployment.util | |
org.apache.axis2.description | |
org.apache.axis2.engine |
Modifier and Type | Method and Description |
---|---|
Phase |
PhasesInfo.makePhase(org.apache.axiom.om.OMElement phaseElement) |
Modifier and Type | Method and 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() |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Phase |
TransportOutDescription.getFaultPhase() |
Phase |
TransportInDescription.getFaultPhase() |
Phase |
TransportInDescription.getInPhase() |
Phase |
TransportOutDescription.getOutPhase() |
Modifier and Type | Method and Description |
---|---|
void |
TransportOutDescription.setFaultPhase(Phase faultPhase) |
void |
TransportInDescription.setFaultPhase(Phase faultPhase) |
void |
TransportInDescription.setInPhase(Phase inPhase) |
void |
TransportOutDescription.setOutPhase(Phase outPhase) |
Modifier and Type | Class and Description |
---|---|
class |
DispatchPhase |
Modifier and Type | Method and Description |
---|---|
List<Phase> |
AxisConfiguration.getInFaultFlowPhases() |
List<Phase> |
AxisConfiguration.getInFlowPhases() |
List<Phase> |
AxisConfiguration.getOutFaultFlowPhases() |
List<Phase> |
AxisConfiguration.getOutFlowPhases() |
Modifier and Type | Method and 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.
|
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.