Package org.apache.cxf.attachment
Class AttachmentDataSource
java.lang.Object
org.apache.cxf.attachment.AttachmentDataSource
- All Implemented Interfaces:
- jakarta.activation.DataSource
- 
Constructor Details- 
AttachmentDataSource
 
- 
- 
Method Details- 
isCachedpublic boolean isCached()
- 
cache- Throws:
- IOException
 
- 
hold- Throws:
- IOException
 
- 
releasepublic void release()
- 
getContentType- Specified by:
- getContentTypein interface- jakarta.activation.DataSource
 
- 
getInputStream- Specified by:
- getInputStreamin interface- jakarta.activation.DataSource
 
- 
getName- Specified by:
- getNamein interface- jakarta.activation.DataSource
 
- 
setName
- 
getOutputStream- Specified by:
- getOutputStreamin interface- jakarta.activation.DataSource
- Throws:
- IOException
 
 
-