Package com.epam.xml
Class XMLEngineImpl<T>
java.lang.Object
com.epam.xml.XMLEngineImpl<T>
- All Implemented Interfaces:
XMLEngine<T>
The XML engine, provides the main functionality to construct
and load the FIX dictionary and FAST template.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
This method does not implemented for current time.unmarshal
(Class<?> source, DocumentReader reader, boolean replaceData) Converts the XML documents into java objects.unmarshal
(Class<?> source, InputStream inputStream, boolean replaceData) Converts the XML documents into java objects.unmarshal
(T source, DocumentReader reader, boolean replaceData) Converts the XML documents into java objects.
-
Constructor Details
-
XMLEngineImpl
-
-
Method Details
-
marshal
Description copied from interface:XMLEngine
This method does not implemented for current time. -
unmarshal
Description copied from interface:XMLEngine
Converts the XML documents into java objects. -
unmarshal
Description copied from interface:XMLEngine
Converts the XML documents into java objects. -
unmarshal
Description copied from interface:XMLEngine
Converts the XML documents into java objects.
-