Class XmlFieldReader

  • All Implemented Interfaces:
    io.atlasmap.spi.AtlasFieldReader

    public class XmlFieldReader
    extends XmlFieldTransformer
    implements io.atlasmap.spi.AtlasFieldReader
    • 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:
        read in interface io.atlasmap.spi.AtlasFieldReader
        Throws:
        io.atlasmap.api.AtlasException
      • setDocument

        public void setDocument​(Document document)
                         throws io.atlasmap.api.AtlasException
        Throws:
        io.atlasmap.api.AtlasException