Package io.atlasmap.xml.core
Class XmlFieldReader
- java.lang.Object
-
- io.atlasmap.xml.core.XmlFieldTransformer
-
- io.atlasmap.xml.core.XmlFieldReader
-
- All Implemented Interfaces:
io.atlasmap.spi.AtlasFieldReader
public class XmlFieldReader extends XmlFieldTransformer implements io.atlasmap.spi.AtlasFieldReader
-
-
Field Summary
-
Fields inherited from class io.atlasmap.xml.core.XmlFieldTransformer
classLoader, namespaces, xmlHelper
-
-
Constructor Summary
Constructors Constructor Description XmlFieldReader(ClassLoader cl, io.atlasmap.spi.AtlasConversionService conversionService)XmlFieldReader(ClassLoader cl, io.atlasmap.spi.AtlasConversionService conversionService, Map<String,String> namespaces)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.atlasmap.v2.Fieldread(io.atlasmap.spi.AtlasInternalSession session)voidsetDocument(Document document)-
Methods inherited from class io.atlasmap.xml.core.XmlFieldTransformer
seedDocumentNamespaces, setNamespaces
-
-
-
-
Constructor Detail
-
XmlFieldReader
public XmlFieldReader(ClassLoader cl, io.atlasmap.spi.AtlasConversionService conversionService)
-
XmlFieldReader
public XmlFieldReader(ClassLoader cl, io.atlasmap.spi.AtlasConversionService conversionService, Map<String,String> namespaces)
-
-
Method Detail
-
read
public io.atlasmap.v2.Field read(io.atlasmap.spi.AtlasInternalSession session) throws io.atlasmap.api.AtlasException- Specified by:
readin interfaceio.atlasmap.spi.AtlasFieldReader- Throws:
io.atlasmap.api.AtlasException
-
setDocument
public void setDocument(Document document) throws io.atlasmap.api.AtlasException
- Throws:
io.atlasmap.api.AtlasException
-
-