Package org.apache.axis2.description
Class FlowInclude
java.lang.Object
org.apache.axis2.description.FlowInclude
Class FlowIncludeImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethod getFaultInFlow.Method getInFlow.Method getOutFlow.voidsetFaultInFlow(Flow flow) Method setFaultInFlow.voidsetFaultOutFlow(Flow faultFlow) voidMethod setInFlow.voidsetOutFlow(Flow flow) Method setOutFlow.
-
Constructor Details
-
FlowInclude
public FlowInclude()
-
-
Method Details
-
getFaultInFlow
Method getFaultInFlow.- Returns:
- Returns Flow.
-
getFaultOutFlow
-
getInFlow
Method getInFlow.- Returns:
- Returns Flow.
-
getOutFlow
Method getOutFlow.- Returns:
- Returns Flow.
-
setFaultInFlow
Method setFaultInFlow.- Parameters:
flow-
-
setFaultOutFlow
-
setInFlow
Method setInFlow.- Parameters:
flow-
-
setOutFlow
Method setOutFlow.- Parameters:
flow-
-