org.apache.axis.deployment.wsdd
Class WSDDUndeployment
java.lang.Object
|
+--org.apache.axis.deployment.wsdd.WSDDElement
|
+--org.apache.axis.deployment.wsdd.WSDDUndeployment
- All Implemented Interfaces:
- java.io.Serializable, WSDDTypeMappingContainer
- public class WSDDUndeployment
- extends WSDDElement
- implements WSDDTypeMappingContainer
WSDD deployment element
- Author:
- James Snell
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDDUndeployment
public WSDDUndeployment()
- Default constructor
WSDDUndeployment
public WSDDUndeployment(org.w3c.dom.Element e)
throws WSDDException
- Constructor - build an undeployment from a DOM Element.
- Parameters:
e
- the DOM Element to initialize from- Throws:
WSDDException
- if there is a problem
addHandler
public void addHandler(QName handler)
addChain
public void addChain(QName chain)
addTransport
public void addTransport(QName transport)
addService
public void addService(QName service)
addTypeMapping
public void addTypeMapping(WSDDTypeMapping typeMapping)
throws WSDDException
- Specified by:
addTypeMapping
in interface WSDDTypeMappingContainer
getElementName
protected QName getElementName()
- Description copied from class:
WSDDElement
- Return the element name of a particular subclass.
- Overrides:
getElementName
in class WSDDElement
undeployFromRegistry
public void undeployFromRegistry(DeploymentRegistry registry)
throws DeploymentException
writeToContext
public void writeToContext(SerializationContext context)
throws java.io.IOException
- Description copied from class:
WSDDElement
- Write this element out to a SerializationContext
- Overrides:
writeToContext
in class WSDDElement
getTypeMappings
public WSDDTypeMapping[] getTypeMappings()
- Returns:
- XXX
Copyright © 2001 Apache XML Project. All Rights Reserved.