Class SourceProvider.StreamSourceReader

  • All Implemented Interfaces:
    jakarta.ws.rs.ext.MessageBodyReader<StreamSource>
    Enclosing class:
    SourceProvider

    @Produces({"application/xml","text/xml","*/*"})
    @Consumes({"application/xml","text/xml","*/*"})
    @Singleton
    public static final class SourceProvider.StreamSourceReader
    extends Object
    implements jakarta.ws.rs.ext.MessageBodyReader<StreamSource>
    Provider for un-marshalling StreamSource instances.