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 FlowDescriptionBuilder. 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 voidUtils. 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 FlowTransportInDescription. getFaultFlow()FlowTransportOutDescription. getFaultFlow()FlowAxisModule. getFaultInFlow()FlowFlowInclude. getFaultInFlow()Method getFaultInFlow.FlowAxisModule. getFaultOutFlow()FlowFlowInclude. getFaultOutFlow()FlowAxisModule. getInFlow()FlowFlowInclude. getInFlow()Method getInFlow.FlowTransportInDescription. getInFlow()FlowAxisModule. getOutFlow()FlowFlowInclude. getOutFlow()Method getOutFlow.FlowTransportOutDescription. getOutFlow()Methods in org.apache.axis2.description with parameters of type Flow Modifier and Type Method Description voidTransportInDescription. setFaultFlow(Flow faultFlow)voidTransportOutDescription. setFaultFlow(Flow faultFlow)voidAxisModule. setFaultInFlow(Flow faultFlow)voidFlowInclude. setFaultInFlow(Flow flow)Method setFaultInFlow.voidAxisModule. setFaultOutFlow(Flow faultFlow)voidFlowInclude. setFaultOutFlow(Flow faultFlow)voidAxisModule. setInFlow(Flow inFlow)voidFlowInclude. setInFlow(Flow flow)Method setInFlow.voidTransportInDescription. setInFlow(Flow inFlow)voidAxisModule. setOutFlow(Flow outFlow)voidFlowInclude. setOutFlow(Flow flow)Method setOutFlow.voidTransportOutDescription. 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 voidUtils. addHandler(Flow flow, Handler handler, String phaseName)
-