|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.deployment.wsdd.WSDDConstants
org.apache.axis.deployment.wsdd.WSDDElement
abstract class extended by all WSDD Element classes
Field Summary |
Constructor Summary | |
WSDDElement()
Default constructor |
|
WSDDElement(Element e)
Create an element in WSDD that wraps an extant DOM element |
Method Summary | |
Element |
getChildElement(Element e,
String name)
|
Element[] |
getChildElements(Element e,
String name)
|
WSDDDocumentation |
getDocumentation()
Get documentation (if any) for this WSDDElement. |
protected abstract javax.xml.namespace.QName |
getElementName()
Return the element name of a particular subclass. |
abstract void |
writeToContext(SerializationContext context)
Write this element out to a SerializationContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WSDDElement()
public WSDDElement(Element e) throws WSDDException
e
- (Element) XXX
WSDDException
- XXXMethod Detail |
protected abstract javax.xml.namespace.QName getElementName()
public Element getChildElement(Element e, String name)
public Element[] getChildElements(Element e, String name)
public WSDDDocumentation getDocumentation()
public abstract void writeToContext(SerializationContext context) throws IOException
IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |