public interface XMLizable
| Modifier and Type | Method and Description |
|---|---|
void |
load(XmlInputStream in,
TypeMapper typeMapper)
load the fileds/children from the specified xml stream
|
void |
write(QName element,
XmlOutputStream out,
TypeMapper typeMapper)
write this instace as xml.
|
void write(QName element, XmlOutputStream out, TypeMapper typeMapper) throws IOException
element - xml element nameout - xml output streamtypeMapper - type mapper to be usedIOException - failed to write xmlvoid load(XmlInputStream in, TypeMapper typeMapper) throws IOException, ConnectionException
in - xml input stream from which the data is readtypeMapper - type mapper to be usedIOException - failed to read xmlConnectionException - failed to read/parser/bind xmlCopyright © 2015. All Rights Reserved.