Class AbderaDataSource

  • All Implemented Interfaces:
    javax.activation.DataSource

    @Deprecated(since="2021-07-29")
    public final class AbderaDataSource
    extends java.lang.Object
    implements javax.activation.DataSource
    Deprecated.
    This API is deprecated as Apache Abdera is a retired project since 2017.
    Utility implementation of javax.activation.DataSource that wraps Abdera Base
    • Constructor Detail

      • AbderaDataSource

        public AbderaDataSource​(Base base)
        Deprecated.
    • Method Detail

      • getContentType

        public java.lang.String getContentType()
        Deprecated.
        Specified by:
        getContentType in interface javax.activation.DataSource
      • getInputStream

        public java.io.InputStream getInputStream()
                                           throws java.io.IOException
        Deprecated.
        Specified by:
        getInputStream in interface javax.activation.DataSource
        Throws:
        java.io.IOException
      • getName

        public java.lang.String getName()
        Deprecated.
        Specified by:
        getName in interface javax.activation.DataSource
      • getOutputStream

        public java.io.OutputStream getOutputStream()
                                             throws java.io.IOException
        Deprecated.
        Specified by:
        getOutputStream in interface javax.activation.DataSource
        Throws:
        java.io.IOException