org.apache.axis.deployment.wsdd
public class WSDDChain extends WSDDHandler
Constructor Summary | |
---|---|
WSDDChain()
Default constructor | |
WSDDChain(Element e) |
Method Summary | |
---|---|
void | addHandler(WSDDHandler handler)
Add a Handler to the chain (at the end) |
void | deployToRegistry(WSDDDeployment registry) |
protected QName | getElementName() |
Vector | getHandlers()
Obtain our handler list
|
Handler | makeNewInstance(EngineConfiguration registry)
Creates a new instance of this Chain |
void | removeHandler(WSDDHandler victim)
Remove a Handler from the chain |
void | writeToContext(SerializationContext context)
Write this element out to a SerializationContext |
Parameters: e (Element) XXX
Throws: WSDDException XXX
Returns: a Vector containing our Handlers
Parameters: registry XXX
Returns: XXX
Throws: ConfigurationException XXX