org.jboss.seam.mail.attachments
Class InputStreamAttachment
java.lang.Object
org.jboss.seam.mail.attachments.BaseAttachment
org.jboss.seam.mail.attachments.InputStreamAttachment
- All Implemented Interfaces:
- org.jboss.seam.mail.core.EmailAttachment
public class InputStreamAttachment
- extends BaseAttachment
- Author:
- Cody Lerum
| Methods inherited from class org.jboss.seam.mail.attachments.BaseAttachment |
addHeader, addHeaders, getBytes, getContentDisposition, getContentId, getFileName, getHeaders, getMimeType, setBytes, setContentDisposition, setFileName, setMimeType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputStreamAttachment
public InputStreamAttachment(String fileName,
String mimeType,
org.jboss.seam.mail.core.enumerations.ContentDisposition contentDisposition,
InputStream inputStream)
InputStreamAttachment
public InputStreamAttachment(String fileName,
String mimeType,
org.jboss.seam.mail.core.enumerations.ContentDisposition contentDisposition,
InputStream inputStream,
String contentClass)
Copyright © 2011 Seam Framework. All Rights Reserved.