Package | Description |
---|---|
org.apache.axis2.deployment | |
org.apache.axis2.deployment.util | |
org.apache.axis2.description | |
org.apache.axis2.util |
Modifier and Type | Method and Description |
---|---|
protected Flow |
DescriptionBuilder.processFlow(org.apache.axiom.om.OMElement flowelement,
ParameterInclude parent)
Processes flow elements in services.xml .
|
Modifier and Type | Method and Description |
---|---|
static void |
Utils.addFlowHandlers(Flow flow,
ClassLoader clsLoader) |
Modifier and Type | Method and Description |
---|---|
Flow |
TransportOutDescription.getFaultFlow() |
Flow |
TransportInDescription.getFaultFlow() |
Flow |
AxisModule.getFaultInFlow() |
Flow |
FlowInclude.getFaultInFlow()
Method getFaultInFlow.
|
Flow |
AxisModule.getFaultOutFlow() |
Flow |
FlowInclude.getFaultOutFlow() |
Flow |
AxisModule.getInFlow() |
Flow |
TransportInDescription.getInFlow() |
Flow |
FlowInclude.getInFlow()
Method getInFlow.
|
Flow |
AxisModule.getOutFlow() |
Flow |
TransportOutDescription.getOutFlow() |
Flow |
FlowInclude.getOutFlow()
Method getOutFlow.
|
Modifier and Type | Method and Description |
---|---|
void |
TransportOutDescription.setFaultFlow(Flow faultFlow) |
void |
TransportInDescription.setFaultFlow(Flow faultFlow) |
void |
AxisModule.setFaultInFlow(Flow faultFlow) |
void |
FlowInclude.setFaultInFlow(Flow flow)
Method setFaultInFlow.
|
void |
AxisModule.setFaultOutFlow(Flow faultFlow) |
void |
FlowInclude.setFaultOutFlow(Flow faultFlow) |
void |
AxisModule.setInFlow(Flow inFlow) |
void |
TransportInDescription.setInFlow(Flow inFlow) |
void |
FlowInclude.setInFlow(Flow flow)
Method setInFlow.
|
void |
AxisModule.setOutFlow(Flow outFlow) |
void |
TransportOutDescription.setOutFlow(Flow outFlow) |
void |
FlowInclude.setOutFlow(Flow flow)
Method setOutFlow.
|
Modifier and Type | Method and Description |
---|---|
static void |
Utils.addHandler(Flow flow,
Handler handler,
String phaseName) |
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.