|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XmlDelegate
An interface for an object that knows how to handle the xml encoding of certain classes of objects.
| 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. |
| Method Detail |
|---|
Element createElement(XmlEncoder encoder,
Object object)
encoder - The XmlEncoder that is calling this method.object - The Object to encode.
Object createObject(XmlEncoder encoder,
Element element)
encoder - 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 | |||||||||