Package org.apache.axis2.description
Class Flow
- java.lang.Object
-
- org.apache.axis2.description.Flow
-
public class Flow extends Object
Class FlowImpl
-
-
Field Summary
Fields Modifier and Type Field Description protected List<HandlerDescription>
list
Field list
-
Constructor Summary
Constructors Constructor Description Flow()
Constructor FlowImpl
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addHandler(HandlerDescription handler)
Method addHandler.HandlerDescription
getHandler(int index)
Method getHandler.int
getHandlerCount()
Method getHandlerCount.
-
-
-
Field Detail
-
list
protected final List<HandlerDescription> list
Field list
-
-
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.
-
-