Package org.apache.axis2.description
Class FlowInclude
- java.lang.Object
-
- org.apache.axis2.description.FlowInclude
-
public class FlowInclude extends Object
Class FlowIncludeImpl
-
-
Constructor Summary
Constructors Constructor Description FlowInclude()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowgetFaultInFlow()Method getFaultInFlow.FlowgetFaultOutFlow()FlowgetInFlow()Method getInFlow.FlowgetOutFlow()Method getOutFlow.voidsetFaultInFlow(Flow flow)Method setFaultInFlow.voidsetFaultOutFlow(Flow faultFlow)voidsetInFlow(Flow flow)Method setInFlow.voidsetOutFlow(Flow flow)Method setOutFlow.
-
-
-
Method Detail
-
getFaultInFlow
public Flow getFaultInFlow()
Method getFaultInFlow.- Returns:
- Returns Flow.
-
getFaultOutFlow
public Flow getFaultOutFlow()
-
getInFlow
public Flow getInFlow()
Method getInFlow.- Returns:
- Returns Flow.
-
getOutFlow
public Flow getOutFlow()
Method getOutFlow.- Returns:
- Returns Flow.
-
setFaultInFlow
public void setFaultInFlow(Flow flow)
Method setFaultInFlow.- Parameters:
flow-
-
setFaultOutFlow
public void setFaultOutFlow(Flow faultFlow)
-
setInFlow
public void setInFlow(Flow flow)
Method setInFlow.- Parameters:
flow-
-
setOutFlow
public void setOutFlow(Flow flow)
Method setOutFlow.- Parameters:
flow-
-
-