| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A 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. | 
| Methods inherited from interface org.apache.axis.Handler | 
| canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, invoke, onFault, setName, setOption, setOptions | 
| Method Detail | 
public void addHandler(Handler handler)
handler - the Handler to be addedpublic boolean contains(Handler handler)
handler - the Handler to check
true if it is in this chain, false
              otherwisepublic Handler[] getHandlers()
Handlers that have been added| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||