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
-
Method Summary
Modifier and TypeMethodDescriptionjavax.activation.DataSource
getName()
void
setDataSource
(javax.activation.DataSource dataSource)
-
Constructor Details
-
LazyDataSource
-
-
Method Details
-
getContentType
- Specified by:
getContentType
in interfacejavax.activation.DataSource
-
getInputStream
- Specified by:
getInputStream
in interfacejavax.activation.DataSource
- Throws:
IOException
-
getName
- Specified by:
getName
in interfacejavax.activation.DataSource
-
getOutputStream
- Specified by:
getOutputStream
in interfacejavax.activation.DataSource
- Throws:
IOException
-
getDataSource
public javax.activation.DataSource getDataSource() -
setDataSource
public void setDataSource(javax.activation.DataSource dataSource)
-