|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.axis.deployment.wsdd.WSDDConstants (src)
org.jboss.axis.deployment.wsdd.WSDDElement
abstract class extended by all WSDD Element classes
Field Summary |
Constructor Summary | |
WSDDElement()
Default constructor |
|
WSDDElement(org.w3c.dom.Element e)
Create an element in WSDD that wraps an extant DOM element |
Method Summary | |
org.w3c.dom.Element |
getChildElement(org.w3c.dom.Element e,
java.lang.String name)
|
org.w3c.dom.Element[] |
getChildElements(org.w3c.dom.Element e,
java.lang.String name)
|
WSDDDocumentation (src) |
getDocumentation()
Get documentation (if any) for this WSDDElement. |
protected abstract QName (src) |
getElementName()
Return the element name of a particular subclass. |
abstract void |
writeToContext(SerializationContext (src) 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(org.w3c.dom.Element e) throws WSDDException (src)
e
- (Element) XXX
WSDDException (src)
- XXXMethod Detail |
protected abstract QName (src) getElementName()
public org.w3c.dom.Element getChildElement(org.w3c.dom.Element e, java.lang.String name)
public org.w3c.dom.Element[] getChildElements(org.w3c.dom.Element e, java.lang.String name)
public WSDDDocumentation (src) getDocumentation()
public abstract void writeToContext(SerializationContext (src) context) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |