org.apache.axis
public interface Chain extends Handler
Handler that executes a 'chain' of child handlers in order.
| Method Summary | |
|---|---|
| void | addHandler(Handler handler)
Adds a handler to the end of the chain. |
| boolean | contains(Handler handler)
Discover if a handler is in this chain.
|
| Handler[] | getHandlers()
Get the list of handlers in the chain. |
Parameters: handler the Handler to be added
Parameters: handler the Handler to check
Returns: true if it is in this chain, false
otherwise
Returns: an array of Handlers that have been added