org.apache.axis.deployment.wsdd
Class WSDDElement
java.lang.Object
|
+--org.apache.axis.deployment.wsdd.WSDDElement
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- WSDDDeployableItem, WSDDDeployment, WSDDDocumentation, WSDDOperation, WSDDParameter, WSDDTypeMapping, WSDDUndeployment
- public abstract class WSDDElement
- extends java.lang.Object
- implements java.io.Serializable
abstract class extended by all WSDD Element classes
- See Also:
- Serialized Form
Constructor Summary |
WSDDElement()
Default constructor |
WSDDElement(org.w3c.dom.Element e)
Create an element in WSDD that wraps an extant DOM element |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDDElement
public WSDDElement()
- Default constructor
WSDDElement
public WSDDElement(org.w3c.dom.Element e)
throws WSDDException
- Create an element in WSDD that wraps an extant DOM element
- Parameters:
e
- (Element) XXXname
- (String) XXX- Throws:
WSDDException
- XXX
getElementName
protected abstract QName getElementName()
- Return the element name of a particular subclass.
getChildElement
public org.w3c.dom.Element getChildElement(org.w3c.dom.Element e,
java.lang.String name)
getChildElements
public org.w3c.dom.Element[] getChildElements(org.w3c.dom.Element e,
java.lang.String name)
getDocumentation
public WSDDDocumentation getDocumentation()
- Get documentation (if any) for this WSDDElement.
- Returns:
- the WSDDDocumentation object associated with this element, or
null.
writeToContext
public abstract void writeToContext(SerializationContext context)
throws java.io.IOException
- Write this element out to a SerializationContext
Copyright © 2001 Apache XML Project. All Rights Reserved.