Package org.apache.abdera.util
Class AbderaDataSource
- java.lang.Object
-
- org.apache.abdera.util.AbderaDataSource
-
- All Implemented Interfaces:
javax.activation.DataSource
@Deprecated(since="2021-07-29") public final class AbderaDataSource extends java.lang.Object implements javax.activation.DataSourceDeprecated.This API is deprecated as Apache Abdera is a retired project since 2017.Utility implementation of javax.activation.DataSource that wraps Abdera Base
-
-
Constructor Summary
Constructors Constructor Description AbderaDataSource(Base base)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetContentType()Deprecated.java.io.InputStreamgetInputStream()Deprecated.java.lang.StringgetName()Deprecated.java.io.OutputStreamgetOutputStream()Deprecated.
-
-
-
Constructor Detail
-
AbderaDataSource
public AbderaDataSource(Base base)
Deprecated.
-
-
Method Detail
-
getContentType
public java.lang.String getContentType()
Deprecated.- Specified by:
getContentTypein interfacejavax.activation.DataSource
-
getInputStream
public java.io.InputStream getInputStream() throws java.io.IOExceptionDeprecated.- Specified by:
getInputStreamin interfacejavax.activation.DataSource- Throws:
java.io.IOException
-
getName
public java.lang.String getName()
Deprecated.- Specified by:
getNamein interfacejavax.activation.DataSource
-
getOutputStream
public java.io.OutputStream getOutputStream() throws java.io.IOExceptionDeprecated.- Specified by:
getOutputStreamin interfacejavax.activation.DataSource- Throws:
java.io.IOException
-
-