org.apache.axis.deployment.wsdd
public class WSDDUndeployment extends WSDDElement implements WSDDTypeMappingContainer
Constructor Summary | |
---|---|
WSDDUndeployment()
Default constructor | |
WSDDUndeployment(Element e)
Constructor - build an undeployment from a DOM Element.
|
Method Summary | |
---|---|
void | addChain(QName chain) |
void | addHandler(QName handler) |
void | addService(QName service) |
void | addTransport(QName transport) |
void | deployTypeMapping(WSDDTypeMapping typeMapping) |
protected QName | getElementName() |
WSDDTypeMapping[] | getTypeMappings() |
void | undeployFromRegistry(WSDDDeployment registry) |
void | writeToContext(SerializationContext context) |
Parameters: e the DOM Element to initialize from
Throws: WSDDException if there is a problem
Returns: XXX