Class ExtendedSource

  • All Implemented Interfaces:
    javax.xml.transform.Source
    Direct Known Subclasses:
    JsonParserSource, JsonStructureSource

    public abstract class ExtendedSource
    extends java.lang.Object
    implements javax.xml.transform.Source
    This class is used to introduce new methods to the standard Source interface that can be leveraged by MOXy.
    • Constructor Detail

      • ExtendedSource

        public ExtendedSource()
    • Method Detail

      • createReader

        public abstract XMLReader createReader​(Unmarshaller unmarshaller,
                                               java.lang.Class unmarshalClass)
      • setSystemId

        public void setSystemId​(java.lang.String systemId)
        Specified by:
        setSystemId in interface javax.xml.transform.Source
      • getSystemId

        public java.lang.String getSystemId()
        Specified by:
        getSystemId in interface javax.xml.transform.Source