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

Packages that use Flow
org.apache.axis2.deployment   
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(OMElement flowelement, ParameterInclude parent)
          To process Flow elements in services.xml
 

Uses of Flow in org.apache.axis2.description
 

Classes in org.apache.axis2.description that implement Flow
 class FlowImpl
          Class FlowImpl
 

Methods in org.apache.axis2.description that return Flow
 Flow TransportOutDescription.getOutFlow()
           
 Flow TransportOutDescription.getFaultFlow()
           
 Flow ModuleDescription.getFaultInFlow()
           
 Flow ModuleDescription.getFaultOutFlow()
           
 Flow ModuleDescription.getInFlow()
           
 Flow ModuleDescription.getOutFlow()
           
 Flow FlowInclude.getInFlow()
          Method getInFlow
 Flow FlowInclude.getOutFlow()
          Method getOutFlow
 Flow FlowInclude.getFaultInFlow()
          Method getFaultInFlow
 Flow FlowInclude.getFaultOutFlow()
           
 Flow ServiceDescription.getInFlow()
          Method getInFlow
 Flow ServiceDescription.getOutFlow()
          Method getOutFlow
 Flow ServiceDescription.getFaultInFlow()
          Method getFaultInFlow
 Flow ServiceDescription.getFaultOutFlow()
           
 Flow TransportInDescription.getInFlow()
           
 Flow TransportInDescription.getFaultFlow()
           
 Flow FlowIncludeImpl.getFaultInFlow()
          Method getFaultInFlow
 Flow FlowIncludeImpl.getInFlow()
          Method getInFlow
 Flow FlowIncludeImpl.getOutFlow()
          Method getOutFlow
 Flow FlowIncludeImpl.getFaultOutFlow()
           
 

Methods in org.apache.axis2.description with parameters of type Flow
 void TransportOutDescription.setOutFlow(Flow outFlow)
           
 void TransportOutDescription.setFaultFlow(Flow faultFlow)
           
 void ModuleDescription.setFaultInFlow(Flow faultFlow)
           
 void ModuleDescription.setFaultOutFlow(Flow faultFlow)
           
 void ModuleDescription.setInFlow(Flow inFlow)
           
 void ModuleDescription.setOutFlow(Flow outFlow)
           
 void FlowInclude.setInFlow(Flow inFlow)
          Method setInFlow
 void FlowInclude.setOutFlow(Flow outFlow)
          Method setOutFlow
 void FlowInclude.setFaultInFlow(Flow faultFlow)
          Method setFaultInFlow
 void FlowInclude.setFaultOutFlow(Flow faultFlow)
          Method setFaultInFlow
 void ServiceDescription.setInFlow(Flow inFlow)
          Method setInFlow
 void ServiceDescription.setOutFlow(Flow outFlow)
          Method setOutFlow
 void ServiceDescription.setFaultInFlow(Flow faultFlow)
          Method setFaultInFlow
 void ServiceDescription.setFaultOutFlow(Flow faultFlow)
           
 void TransportInDescription.setInFlow(Flow inFlow)
           
 void TransportInDescription.setFaultFlow(Flow faultFlow)
           
 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
 

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, java.lang.String phaseName)