Package org.apache.axis2.description
Class Flow
java.lang.Object
org.apache.axis2.description.Flow
Class FlowImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddHandler(HandlerDescription handler) Method addHandler.getHandler(int index) Method getHandler.intMethod getHandlerCount.
-
Field Details
-
list
Field list
-
-
Constructor Details
-
Flow
public Flow()Constructor FlowImpl
-
-
Method Details
-
addHandler
Method addHandler.- Parameters:
handler-
-
getHandler
Method getHandler.- Parameters:
index-- Returns:
- Returns HandlerDescription.
-
getHandlerCount
public int getHandlerCount()Method getHandlerCount.- Returns:
- Returns int.
-