Class ReaderClass
java.lang.Object
de.mid.innovator.m2msdk.model.javabeans.ReaderClass
- Direct Known Subclasses:
JavaBeanReaderJaxB
This class is used to create a JavaBean by a custom file (e.g. CSV, XML and so on)
and return the rootElement as a Mapping Element
- Author:
- mah
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract MappingElementIFThe method getRootElement does everything necessary to create a MappingElement and returns it.voidsetSession(SessionInterface session)
-
Constructor Details
-
ReaderClass
public ReaderClass()
-
-
Method Details
-
getRootElement
The method getRootElement does everything necessary to create a MappingElement and returns it. It is used by a SourceReader as initial selection- Returns:
- a MappingElement
- Throws:
M2MException
-
getSession
-
setSession
-