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

Constructor Summary
WSDDUndeployment()
          Default constructor
WSDDUndeployment(org.w3c.dom.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 addTypeMapping(WSDDTypeMapping typeMapping)
           
protected  QName getElementName()
          Return the element name of a particular subclass.
 WSDDTypeMapping[] getTypeMappings()
           
 void undeployFromRegistry(DeploymentRegistry registry)
           
 void writeToContext(SerializationContext context)
          Write this element out to a SerializationContext
 
Methods inherited from class org.apache.axis.deployment.wsdd.WSDDElement
getChildElement, getChildElements, getDocumentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

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.