org.apache.axis2.description
Interface Flow

All Known Implementing Classes:
FlowImpl

public interface Flow

Represents logical collection of handlers. The order of Handlers do not have any symantics.


Method Summary
 void addHandler(HandlerDescription handler)
          Method addHandler.
 HandlerDescription getHandler(int index)
          Method getHandler.
 int getHandlerCount()
          Method getHandlerCount
 

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.