Uses of Class
org.apache.axis2.description.Flow
-
Packages that use Flow Package Description org.apache.axis2.deployment org.apache.axis2.deployment.util org.apache.axis2.description org.apache.axis2.util -
-
Uses of Flow in org.apache.axis2.deployment
Methods in org.apache.axis2.deployment that return Flow Modifier and Type Method Description protected Flow
DescriptionBuilder. processFlow(OMElement flowelement, ParameterInclude parent)
Processes flow elements in services.xml . -
Uses of Flow in org.apache.axis2.deployment.util
Methods in org.apache.axis2.deployment.util with parameters of type Flow Modifier and Type Method Description static void
Utils. addFlowHandlers(Flow flow, ClassLoader clsLoader)
-
Uses of Flow in org.apache.axis2.description
Methods in org.apache.axis2.description that return Flow Modifier and Type Method Description Flow
TransportInDescription. getFaultFlow()
Flow
TransportOutDescription. getFaultFlow()
Flow
AxisModule. getFaultInFlow()
Flow
FlowInclude. getFaultInFlow()
Method getFaultInFlow.Flow
AxisModule. getFaultOutFlow()
Flow
FlowInclude. getFaultOutFlow()
Flow
AxisModule. getInFlow()
Flow
FlowInclude. getInFlow()
Method getInFlow.Flow
TransportInDescription. getInFlow()
Flow
AxisModule. getOutFlow()
Flow
FlowInclude. getOutFlow()
Method getOutFlow.Flow
TransportOutDescription. getOutFlow()
Methods in org.apache.axis2.description with parameters of type Flow Modifier and Type Method Description void
TransportInDescription. setFaultFlow(Flow faultFlow)
void
TransportOutDescription. 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
FlowInclude. setInFlow(Flow flow)
Method setInFlow.void
TransportInDescription. setInFlow(Flow inFlow)
void
AxisModule. setOutFlow(Flow outFlow)
void
FlowInclude. setOutFlow(Flow flow)
Method setOutFlow.void
TransportOutDescription. setOutFlow(Flow outFlow)
-
Uses of Flow in org.apache.axis2.util
Methods in org.apache.axis2.util with parameters of type Flow Modifier and Type Method Description static void
Utils. addHandler(Flow flow, Handler handler, String phaseName)
-