org.apache.axis
Interface Chain
- All Superinterfaces:
- Handler, java.io.Serializable
- All Known Subinterfaces:
- TargetedChain
- All Known Implementing Classes:
- SimpleChain
- public interface Chain
- extends Handler
- Author:
- Doug Davis (dug@us.ibm.com.com)
Methods inherited from interface org.apache.axis.Handler |
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.
contains
public boolean contains(Handler handler)
- Is this handler in the chain?
getHandlers
public Handler[] getHandlers()
- Get the list of handlers in the chain - is Handler[] the right form?
Copyright © 2003 Apache Web Services Project. All Rights Reserved.