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

getHandlerCount

public int getHandlerCount()
Method getHandlerCount

Returns:

getHandler

public HandlerDescription getHandler(int index)
Method getHandler

Parameters:
index -
Returns:

addHandler

public void addHandler(HandlerDescription handler)
Method addHandler

Parameters:
handler -