Package org.apache.abdera.util
Class AbderaDataSource
- java.lang.Object
-
- org.apache.abdera.util.AbderaDataSource
-
- All Implemented Interfaces:
DataSource
@Deprecated(since="2021-07-29") public final class AbderaDataSource extends Object implements 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 Summary
Constructors Constructor Description AbderaDataSource(Base base)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetContentType()Deprecated.InputStreamgetInputStream()Deprecated.StringgetName()Deprecated.OutputStreamgetOutputStream()Deprecated.
-
-
-
Constructor Detail
-
AbderaDataSource
public AbderaDataSource(Base base)
Deprecated.
-
-
Method Detail
-
getContentType
public String getContentType()
Deprecated.- Specified by:
getContentTypein interfaceDataSource
-
getInputStream
public InputStream getInputStream() throws IOException
Deprecated.- Specified by:
getInputStreamin interfaceDataSource- Throws:
IOException
-
getName
public String getName()
Deprecated.- Specified by:
getNamein interfaceDataSource
-
getOutputStream
public OutputStream getOutputStream() throws IOException
Deprecated.- Specified by:
getOutputStreamin interfaceDataSource- Throws:
IOException
-
-