|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Classes implementing this interface may have their instances
serialized in XML form. This interface is used internally
for objects such as ClientInfo and
it may be implemented by application objects as well for use
in messaging.
Just as with java.io.Serializable, XmlSerializable objects should supply a public no-args constructor.
MessageListener| Method Summary | |
void |
fromXml(java.lang.String xml)
Populates the object from its xml representation. |
java.lang.String |
toXml()
Returns an xml representation of the object. |
| Method Detail |
public java.lang.String toXml()
fromXml(java.lang.String) method. The form of the XML
is specific to the implementation.
public void fromXml(java.lang.String xml)
throws ParserException
xml - The xml obtained from toXml().
ParserException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||