Class SourceWrappers.PublisherSource<T>

  • Type Parameters:
    T - Type of items emitted.
    All Implemented Interfaces:
    PublisherSource<T>, javax.xml.transform.Source
    Enclosing class:
    SourceWrappers

    public static final class SourceWrappers.PublisherSource<T>
    extends SubscribablePublisher<T>
    implements javax.xml.transform.Source
    A Publisher that is also a Source.
    • Method Detail

      • setSystemId

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

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