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 Flow
getFaultInFlow()
Method getFaultInFlow.Flow
getFaultOutFlow()
Flow
getInFlow()
Method getInFlow.Flow
getOutFlow()
Method getOutFlow.void
setFaultInFlow(Flow flow)
Method setFaultInFlow.void
setFaultOutFlow(Flow faultFlow)
void
setInFlow(Flow flow)
Method setInFlow.void
setOutFlow(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
-
-
-