org.apache.axis.deployment.wsdd
Class WSDDChain
java.lang.Object
|
+--org.apache.axis.deployment.wsdd.WSDDElement
|
+--org.apache.axis.deployment.wsdd.WSDDDeployableItem
|
+--org.apache.axis.deployment.wsdd.WSDDHandler
|
+--org.apache.axis.deployment.wsdd.WSDDChain
- All Implemented Interfaces:
- DeployableItem, java.io.Serializable
- Direct Known Subclasses:
- WSDDFaultFlow, WSDDRequestFlow, WSDDResponseFlow
- public class WSDDChain
- extends WSDDHandler
WSDD chain element
- See Also:
- Serialized Form
Methods inherited from class org.apache.axis.deployment.wsdd.WSDDDeployableItem |
getInstance, getJavaClass, getParameter, getParametersTable, getQName, getType, removeParameter, setName, setOptionsHashtable, setParameter, setQName, setType, writeParamsToContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDDChain
public WSDDChain()
- Default constructor
WSDDChain
public WSDDChain(org.w3c.dom.Element e)
throws WSDDException
- Parameters:
e
- (Element) XXX- Throws:
WSDDException
- XXX
getElementName
protected QName getElementName()
- Description copied from class:
WSDDElement
- Return the element name of a particular subclass.
- Overrides:
getElementName
in class WSDDHandler
addHandler
public void addHandler(WSDDHandler handler)
- Add a Handler to the chain (at the end)
getHandlers
public java.util.Vector getHandlers()
- Obtain our handler list
- Returns:
- a Vector containing our Handlers
removeHandler
public void removeHandler(WSDDHandler victim)
- Remove a Handler from the chain
makeNewInstance
public Handler makeNewInstance(EngineConfiguration registry)
throws ConfigurationException
- Creates a new instance of this Chain
- Overrides:
makeNewInstance
in class WSDDDeployableItem
- Parameters:
registry
- XXX- Returns:
- XXX
- Throws:
ConfigurationException
- XXX
writeToContext
public void writeToContext(SerializationContext context)
throws java.io.IOException
- Write this element out to a SerializationContext
- Overrides:
writeToContext
in class WSDDHandler
deployToRegistry
public void deployToRegistry(WSDDDeployment registry)
- Overrides:
deployToRegistry
in class WSDDHandler
Copyright © 2001 Apache XML Project. All Rights Reserved.