org.apache.axis2.description
Class Flow

java.lang.Object
  extended by org.apache.axis2.description.Flow

public class Flow
extends java.lang.Object

Class FlowImpl


Field Summary
protected  java.util.List list
          Field list
 
Constructor Summary
Flow()
          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 java.util.List list
Field list

Constructor Detail

Flow

public Flow()
Constructor FlowImpl

Method Detail

addHandler

public void addHandler(HandlerDescription handler)
Method addHandler.

Parameters:
handler -

getHandler

public HandlerDescription getHandler(int index)
Method getHandler.

Parameters:
index -
Returns:
Returns HandlerDescription.

getHandlerCount

public int getHandlerCount()
Method getHandlerCount.

Returns:
Returns int.


Copyright © 2007 Apache Web Services Project. All Rights Reserved.