| 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 |
|---|---|
java.util.List<Phase> |
PhasesInfo.getGlobalInFaultPhases() |
java.util.List<Phase> |
PhasesInfo.getGlobalInflow() |
java.util.List<Phase> |
PhasesInfo.getGlobalOutPhaseList() |
java.util.List<Phase> |
PhasesInfo.getIN_FaultPhases() |
java.util.List<Phase> |
PhasesInfo.getINPhases() |
java.util.List<Phase> |
PhasesInfo.getOperationInFaultPhases() |
java.util.ArrayList<Phase> |
PhasesInfo.getOperationInPhases() |
java.util.ArrayList<Phase> |
PhasesInfo.getOperationOutFaultPhases() |
java.util.ArrayList<Phase> |
PhasesInfo.getOperationOutPhases() |
java.util.List<Phase> |
PhasesInfo.getOUT_FaultPhases() |
java.util.List<Phase> |
PhasesInfo.getOutFaultPhaseList() |
java.util.List<Phase> |
PhasesInfo.getOUTPhases() |
| Modifier and Type | Method and Description |
|---|---|
void |
PhasesInfo.setIN_FaultPhases(java.util.List<Phase> IN_FaultPhases) |
void |
PhasesInfo.setINPhases(java.util.List<Phase> INPhases) |
void |
PhasesInfo.setOUT_FaultPhases(java.util.List<Phase> OUT_FaultPhases) |
void |
PhasesInfo.setOUTPhases(java.util.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 |
|---|---|
java.util.List<Phase> |
AxisConfiguration.getInFaultFlowPhases() |
java.util.List<Phase> |
AxisConfiguration.getInFlowPhases() |
java.util.List<Phase> |
AxisConfiguration.getOutFaultFlowPhases() |
java.util.List<Phase> |
AxisConfiguration.getOutFlowPhases() |
| Modifier and Type | Method and Description |
|---|---|
void |
AxisConfiguration.setGlobalOutPhase(java.util.List<Phase> outPhases) |
void |
AxisConfiguration.setInFaultPhases(java.util.List<Phase> list)
Set the inbound fault phases
TODO: Passing mutable lists like this and using them directly is bad practice.
|
void |
AxisConfiguration.setInPhasesUptoAndIncludingPostDispatch(java.util.List<Phase> inPhasesUptoAndIncludingPostDispatch) |
void |
AxisConfiguration.setOutFaultPhases(java.util.List<Phase> list)
Set the outbound fault phases
TODO: Passing mutable lists like this and using them directly is bad practice.
|
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.