|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XMLEngine<T>
XMLEngine this is a tool for the serializes XML to Java objects, and in backward.
Method Summary | |
---|---|
void |
marshal(Class<?> source,
XMLWriter xmlWriter)
This method does not implemented for current time. |
T |
unmarshal(Class<?> source,
DocumentReader reader,
boolean replaceData)
Converts the XML documents into java objects. |
T |
unmarshal(Class<?> source,
InputStream inputStream,
boolean replaceData)
Converts the XML documents into java objects. |
T |
unmarshal(T source,
DocumentReader reader,
boolean replaceData)
Converts the XML documents into java objects. |
Method Detail |
---|
void marshal(Class<?> source, XMLWriter xmlWriter)
source
- Instance of Object for marshal to XML.xmlWriter
- Instance of XMLWriter for write XML.T unmarshal(Class<?> source, InputStream inputStream, boolean replaceData)
source
- Instance of java object for serialize xml into this object.inputStream
- Stream of XML document.replaceData
-
T unmarshal(Class<?> source, DocumentReader reader, boolean replaceData)
source
- Instance of java object for serialize xml into this object.reader
- Instance of Document reader.replaceData
-
T unmarshal(T source, DocumentReader reader, boolean replaceData)
source
- Instance of java object for serialize xml into this object.reader
- Instance of Document reader.replaceData
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |