public interface Chain extends Handler
Handler
that executes a 'chain' of child handlers in order.Modifier and Type | Method and Description |
---|---|
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.
|
canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, invoke, onFault, setName, setOption, setOptions
void addHandler(Handler handler)
handler
- the Handler
to be addedboolean contains(Handler handler)
handler
- the Handler
to checktrue
if it is in this chain, false
otherwiseHandler[] getHandlers()
Handler
s that have been addedCopyright © The Apache Software Foundation. All Rights Reserved.