org.apache.axis2.description
Class FlowImpl

java.lang.Object
  extended byorg.apache.axis2.description.FlowImpl
All Implemented Interfaces:
Flow

public class FlowImpl
extends Object
implements Flow

Class FlowImpl


Field Summary
protected  List list
          Field list
 
Constructor Summary
FlowImpl()
          Constructor FlowImpl
 
Method Summary
 void addHandler(HandlerDescription handler)
          Method addHandler.
 HandlerDescription getHandler(int index)
          Method getHandler.
 int getHandlerCount()
          Method getHandlerCount.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

list

protected final List list
Field list

Constructor Detail

FlowImpl

public FlowImpl()
Constructor FlowImpl

Method Detail

addHandler

public void addHandler(HandlerDescription handler)
Method addHandler.

Specified by:
addHandler in interface Flow
Parameters:
handler -

getHandler

public HandlerDescription getHandler(int index)
Method getHandler.

Specified by:
getHandler in interface Flow
Parameters:
index -
Returns:
Returns HandlerDescription.

getHandlerCount

public int getHandlerCount()
Method getHandlerCount.

Specified by:
getHandlerCount in interface Flow
Returns:
Returns int.