|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XMLizable
This interface is used to mark a class as de/serializable to XML.
| Method Summary | |
|---|---|
void |
load(XmlInputStream in,
TypeMapper typeMapper)
load the fileds/children from the specified xml stream |
void |
write(javax.xml.namespace.QName element,
XmlOutputStream out,
TypeMapper typeMapper)
write this instace as xml. |
| Method Detail |
|---|
void write(javax.xml.namespace.QName element,
XmlOutputStream out,
TypeMapper typeMapper)
throws java.io.IOException
element - xml element nameout - xml output streamtypeMapper - type mapper to be used
java.io.IOException - failed to write xml
void load(XmlInputStream in,
TypeMapper typeMapper)
throws java.io.IOException,
ConnectionException
in - xml input stream from which the data is readtypeMapper - type mapper to be used
java.io.IOException - failed to read xml
ConnectionException - failed to read/parser/bind xml
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||