Package com.epam.xml.engine
Interface XMLUnmarshaler<T>
- All Superinterfaces:
UnmarshalerListener
- All Known Implementing Classes:
AbstractUnmarshaler
,DOMUnmarshaler
,SAXUnmarshaler
- Author:
- Serhiy_Zahriychuk
-
Method Summary
Modifier and TypeMethodDescriptionunmarshal
(Class<?> source, DocumentReader documentReader, boolean replaceData) unmarshal
(T source, DocumentReader documentReader, boolean replaceData) Methods inherited from interface com.epam.xml.engine.UnmarshalerListener
endElement, endMarshaling, lookup, setAttribute, setValue, startElement, startMarshaling
-
Method Details
-
unmarshal
-
unmarshal
-