|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DOMAppendable
Represents classes that know how to serialize themselves into a DOM tree.
| Method Summary | |
|---|---|
void |
append(AddressingVersion version,
org.w3c.dom.Element parent,
java.lang.String elementName)
Appends a DOM representation of this instance to the specified element. |
void |
append(org.w3c.dom.Element parent)
Appends a DOM representation of this instance to the specified element. |
void |
append(org.w3c.dom.Element parent,
java.lang.String elementName)
Appends a DOM representation of this instance to the specified element. |
| Method Detail |
|---|
void append(AddressingVersion version,
org.w3c.dom.Element parent,
java.lang.String elementName)
version - WS-Addressing version to useparent - Parent elementelementName - Name of the element to create
void append(org.w3c.dom.Element parent,
java.lang.String elementName)
parent - Parent elementelementName - The name of the element to createvoid append(org.w3c.dom.Element parent)
This method should call append(Element, String)
with a default value for the elementName parameter. Abstract
classes, or those to be always subclassed may optionally
throw UnsupportedOperationException
instead.
parent - Parent element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||