Uses of Class
org.apache.axis2.description.Flow

Packages that use Flow
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
protected  Flow DescriptionBuilder.processFlow(org.apache.ws.commons.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 Flow
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
 Flow FlowIncludeImpl.getFaultInFlow()
          Method getFaultInFlow.
 Flow FlowIncludeImpl.getFaultOutFlow()
           
 Flow FlowIncludeImpl.getInFlow()
          Method getInFlow.
 Flow FlowIncludeImpl.getOutFlow()
          Method getOutFlow.
 Flow TransportOutDescription.getFaultFlow()
           
 Flow TransportOutDescription.getOutFlow()
           
 Flow TransportInDescription.getFaultFlow()
           
 Flow TransportInDescription.getInFlow()
           
 Flow FlowInclude.getFaultInFlow()
          Method getFaultInFlow.
 Flow FlowInclude.getFaultOutFlow()
           
 Flow FlowInclude.getInFlow()
          Method getInFlow.
 Flow FlowInclude.getOutFlow()
          Method getOutFlow.
 Flow AxisModule.getFaultInFlow()
           
 Flow AxisModule.getFaultOutFlow()
           
 Flow AxisModule.getInFlow()
           
 Flow AxisModule.getOutFlow()
           
 

Methods in org.apache.axis2.description with parameters of type Flow
 void FlowIncludeImpl.setFaultInFlow(Flow flow)
          Method setFaultInFlow.
 void FlowIncludeImpl.setFaultOutFlow(Flow faultFlow)
           
 void FlowIncludeImpl.setInFlow(Flow flow)
          Method setInFlow.
 void FlowIncludeImpl.setOutFlow(Flow flow)
          Method setOutFlow.
 void TransportOutDescription.setFaultFlow(Flow faultFlow)
           
 void TransportOutDescription.setOutFlow(Flow outFlow)
           
 void TransportInDescription.setFaultFlow(Flow faultFlow)
           
 void TransportInDescription.setInFlow(Flow inFlow)
           
 void FlowInclude.setFaultInFlow(Flow faultFlow)
          Method setFaultInFlow.
 void FlowInclude.setFaultOutFlow(Flow faultFlow)
          Method setFaultOutFlow.
 void FlowInclude.setInFlow(Flow inFlow)
          Method setInFlow.
 void FlowInclude.setOutFlow(Flow outFlow)
          Method setOutFlow.
 void AxisModule.setFaultInFlow(Flow faultFlow)
           
 void AxisModule.setFaultOutFlow(Flow faultFlow)
           
 void AxisModule.setInFlow(Flow inFlow)
           
 void AxisModule.setOutFlow(Flow outFlow)
           
 

Uses of Flow in org.apache.axis2.util
 

Methods in org.apache.axis2.util with parameters of type Flow
static void Utils.addHandler(Flow flow, Handler handler, String phaseName)