|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.xml.XmlDelegateImpl
public class XmlDelegateImpl
A siomple implementation of the XmlDelegate interface. By default
it turns around and tells the encoder to create the element and to create the object.
| Constructor Summary | |
|---|---|
XmlDelegateImpl()
Do nothing ctor. |
|
| Method Summary | |
|---|---|
Element |
createElement(XmlEncoder encoder,
Object object)
Create the xml element for the given object. |
Object |
createObject(XmlEncoder encoder,
Element element)
Create the Object defined by the given xml element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlDelegateImpl()
| Method Detail |
|---|
public Element createElement(XmlEncoder encoder,
Object object)
createElement in interface XmlDelegateencoder - The XmlEncoder that is calling this method.object - The Object to encode.
public Object createObject(XmlEncoder encoder,
Element element)
createObject in interface XmlDelegateencoder - The XmlEncoder that is calling this method.element - The xml that defines the object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||