Package de.galan.commons.net.mail
Class AttachmentDataSource
java.lang.Object
de.galan.commons.net.mail.AttachmentDataSource
- All Implemented Interfaces:
javax.activation.DataSource
Datasource for mail attachments
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AttachmentDataSource
-
-
Method Details
-
getAttachment
-
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
-