Package org.apache.axiom.util.blob
Class BlobDataSource
java.lang.Object
org.apache.axiom.util.blob.BlobDataSource
- All Implemented Interfaces:
jakarta.activation.DataSource,org.apache.axiom.ext.activation.SizeAwareDataSource
public class BlobDataSource
extends Object
implements org.apache.axiom.ext.activation.SizeAwareDataSource
Deprecated.
Data source backed by a
Blob.-
Constructor Details
-
BlobDataSource
Deprecated.
-
-
Method Details
-
getInputStream
Deprecated.- Specified by:
getInputStreamin interfacejakarta.activation.DataSource- Throws:
IOException
-
getContentType
Deprecated.- Specified by:
getContentTypein interfacejakarta.activation.DataSource
-
getName
Deprecated.- Specified by:
getNamein interfacejakarta.activation.DataSource
-
getOutputStream
Deprecated.- Specified by:
getOutputStreamin interfacejakarta.activation.DataSource- Throws:
IOException
-
getSize
public long getSize()Deprecated.- Specified by:
getSizein interfaceorg.apache.axiom.ext.activation.SizeAwareDataSource
-
DataHandlerUtils.toDataHandler(org.apache.axiom.blob.Blob)andDataHandler.getDataSource()instead.