org.apache.axis
Interface Chain
- Handler, Serializable
- TargetedChain
- SimpleChain, SimpleTargetedChain, SOAPService, Transport
A Handler that executes a 'chain' of child handlers in order.
- Doug Davis (dug@us.ibm.com.com)
canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, invoke, onFault, setName, setOption, setOptions |
addHandler
public void addHandler(Handler handler)
Adds a handler to the end of the chain. May not be called after invoke.
handler - the Handler to be added
contains
public boolean contains(Handler handler)
Discover if a handler is in this chain.
handler - the Handler to check
true if it is in this chain, false
otherwise
getHandlers
public Handler[] getHandlers()
Get the list of handlers in the chain. Is Handler[] the right form?
- an array of
Handlers that have been added
Copyright © 2005 Apache Web Services Project. All Rights Reserved.