|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Phase | |
|---|---|
| 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 | |
|---|---|
Phase |
PhasesInfo.makePhase(org.apache.axiom.om.OMElement phaseElement)
|
| Methods in org.apache.axis2.deployment.util that return types with arguments of type Phase | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
Phase |
TransportInDescription.getFaultPhase()
|
Phase |
TransportOutDescription.getFaultPhase()
|
Phase |
TransportInDescription.getInPhase()
|
Phase |
TransportOutDescription.getOutPhase()
|
| Methods in org.apache.axis2.description with parameters of type Phase | |
|---|---|
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 | |
|---|---|
class |
DispatchPhase
|
| Methods in org.apache.axis2.engine that return types with arguments of type Phase | |
|---|---|
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 | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||