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(javax.xml.namespace.QName element,
XmlOutputStream out,
TypeMapper typeMapper)
write this instace as xml.
|
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 usedjava.io.IOException - failed to write xmlvoid load(XmlInputStream in, TypeMapper typeMapper) throws java.io.IOException, ConnectionException
in - xml input stream from which the data is readtypeMapper - type mapper to be usedjava.io.IOException - failed to read xmlConnectionException - failed to read/parser/bind xmlCopyright © 2018. All Rights Reserved.