org.jboss.seam.mail.attachments
Class InputStreamAttachment

java.lang.Object
  extended by org.jboss.seam.mail.attachments.BaseAttachment
      extended by org.jboss.seam.mail.attachments.InputStreamAttachment
All Implemented Interfaces:
org.jboss.seam.mail.core.EmailAttachment

public class InputStreamAttachment
extends BaseAttachment

Author:
Cody Lerum

Constructor Summary
InputStreamAttachment(String fileName, String mimeType, org.jboss.seam.mail.core.enumerations.ContentDisposition contentDisposition, InputStream inputStream)
           
InputStreamAttachment(String fileName, String mimeType, org.jboss.seam.mail.core.enumerations.ContentDisposition contentDisposition, InputStream inputStream, String contentClass)
           
 
Method Summary
 
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
 

Constructor Detail

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 © 2012 Seam Framework. All Rights Reserved.