org.apache.axis2.description
Class FlowIncludeImpl

java.lang.Object
  extended byorg.apache.axis2.description.FlowIncludeImpl
All Implemented Interfaces:
FlowInclude

public class FlowIncludeImpl
extends Object
implements FlowInclude

Class FlowIncludeImpl


Constructor Summary
FlowIncludeImpl()
           
 
Method Summary
 Flow getFaultInFlow()
          Method getFaultInFlow.
 Flow getFaultOutFlow()
           
 Flow getInFlow()
          Method getInFlow.
 Flow getOutFlow()
          Method getOutFlow.
 void setFaultInFlow(Flow flow)
          Method setFaultInFlow.
 void setFaultOutFlow(Flow faultFlow)
          Method setFaultOutFlow.
 void setInFlow(Flow flow)
          Method setInFlow.
 void setOutFlow(Flow flow)
          Method setOutFlow.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowIncludeImpl

public FlowIncludeImpl()
Method Detail

getFaultInFlow

public Flow getFaultInFlow()
Method getFaultInFlow.

Specified by:
getFaultInFlow in interface FlowInclude
Returns:
Returns Flow.

getFaultOutFlow

public Flow getFaultOutFlow()
Specified by:
getFaultOutFlow in interface FlowInclude

getInFlow

public Flow getInFlow()
Method getInFlow.

Specified by:
getInFlow in interface FlowInclude
Returns:
Returns Flow.

getOutFlow

public Flow getOutFlow()
Method getOutFlow.

Specified by:
getOutFlow in interface FlowInclude
Returns:
Returns Flow.

setFaultInFlow

public void setFaultInFlow(Flow flow)
Method setFaultInFlow.

Specified by:
setFaultInFlow in interface FlowInclude
Parameters:
flow -

setFaultOutFlow

public void setFaultOutFlow(Flow faultFlow)
Description copied from interface: FlowInclude
Method setFaultOutFlow.

Specified by:
setFaultOutFlow in interface FlowInclude
Parameters:
faultFlow -

setInFlow

public void setInFlow(Flow flow)
Method setInFlow.

Specified by:
setInFlow in interface FlowInclude
Parameters:
flow -

setOutFlow

public void setOutFlow(Flow flow)
Method setOutFlow.

Specified by:
setOutFlow in interface FlowInclude
Parameters:
flow -