Package org.apache.cxf.attachment
Class LazyDataSource
java.lang.Object
org.apache.cxf.attachment.LazyDataSource
- All Implemented Interfaces:
javax.activation.DataSource
A DataSource which will search through a Collection of attachments so as to
lazily load the attachment from the collection. This allows streaming attachments
with databinding toolkits like JAXB.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.activation.DataSourcegetName()voidsetDataSource(javax.activation.DataSource dataSource)
-
Constructor Details
-
LazyDataSource
-
-
Method Details
-
getContentType
- Specified by:
getContentTypein interfacejavax.activation.DataSource
-
getInputStream
- Specified by:
getInputStreamin interfacejavax.activation.DataSource- Throws:
IOException
-
getName
- Specified by:
getNamein interfacejavax.activation.DataSource
-
getOutputStream
- Specified by:
getOutputStreamin interfacejavax.activation.DataSource- Throws:
IOException
-
getDataSource
public javax.activation.DataSource getDataSource() -
setDataSource
public void setDataSource(javax.activation.DataSource dataSource)
-