com.epam.xml.engine
Interface XMLUnmarshaler<T>

All Superinterfaces:
UnmarshalerListener
All Known Implementing Classes:
AbstractUnmarshaler, DOMUnmarshaler, SAXUnmarshaler

public interface XMLUnmarshaler<T>
extends UnmarshalerListener

Author:
Serhiy_Zahriychuk

Method Summary
 T unmarshal(Class<?> source, DocumentReader documentReader, boolean replaceData)
           
 T unmarshal(T source, DocumentReader documentReader, boolean replaceData)
           
 
Methods inherited from interface com.epam.xml.engine.UnmarshalerListener
endElement, endMarshaling, lookup, setAttribute, setValue, startElement, startMarshaling
 

Method Detail

unmarshal

T unmarshal(Class<?> source,
            DocumentReader documentReader,
            boolean replaceData)

unmarshal

T unmarshal(T source,
            DocumentReader documentReader,
            boolean replaceData)


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.