Uses of Class
org.apache.axis2.description.Flow
Packages that use Flow
Package
Description
-
Uses of Flow in org.apache.axis2.deployment
Methods in org.apache.axis2.deployment that return FlowModifier and TypeMethodDescriptionprotected FlowDescriptionBuilder.processFlow(org.apache.axiom.om.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 FlowModifier and TypeMethodDescriptionstatic voidUtils.addFlowHandlers(Flow flow, ClassLoader clsLoader) -
Uses of Flow in org.apache.axis2.description
Methods in org.apache.axis2.description that return FlowModifier and TypeMethodDescriptionTransportInDescription.getFaultFlow()TransportOutDescription.getFaultFlow()AxisModule.getFaultInFlow()FlowInclude.getFaultInFlow()Method getFaultInFlow.AxisModule.getFaultOutFlow()FlowInclude.getFaultOutFlow()AxisModule.getInFlow()FlowInclude.getInFlow()Method getInFlow.TransportInDescription.getInFlow()AxisModule.getOutFlow()FlowInclude.getOutFlow()Method getOutFlow.TransportOutDescription.getOutFlow()Methods in org.apache.axis2.description with parameters of type FlowModifier and TypeMethodDescriptionvoidTransportInDescription.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) voidvoidMethod setInFlow.voidvoidAxisModule.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 FlowModifier and TypeMethodDescriptionstatic voidUtils.addHandler(Flow flow, Handler handler, String phaseName)