|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.mail.Multipart
javax.mail.internet.MimeMultipart
org.apache.mailet.base.mail.MimeMultipartReport
Class MimeMultipartReport
implements JavaMail support
for a MIME type of MimeMultipart with a subtype of report.
Field Summary |
Fields inherited from class javax.mail.internet.MimeMultipart |
ds, parsed |
Fields inherited from class javax.mail.Multipart |
contentType, parent, parts |
Constructor Summary | |
MimeMultipartReport()
Default constructor |
|
MimeMultipartReport(javax.activation.DataSource aDataSource)
Constructs a MimeMultipartReport from the passed DataSource. |
|
MimeMultipartReport(java.lang.String subtype)
Constructs a MimeMultipartReport of the given subtype. |
Method Summary | |
protected void |
setContentType(javax.mail.internet.ContentType aContentType)
Sets the content type |
void |
setReportType(java.lang.String reportType)
Sets the type of report. |
Methods inherited from class javax.mail.internet.MimeMultipart |
addBodyPart, addBodyPart, createInternetHeaders, createMimeBodyPart, createMimeBodyPart, getBodyPart, getBodyPart, getCount, getPreamble, isComplete, parse, removeBodyPart, removeBodyPart, setPreamble, setSubType, updateHeaders, writeTo |
Methods inherited from class javax.mail.Multipart |
getContentType, getParent, setMultipartDataSource, setParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MimeMultipartReport()
public MimeMultipartReport(java.lang.String subtype)
subtype
- public MimeMultipartReport(javax.activation.DataSource aDataSource) throws javax.mail.MessagingException
aDataSource
-
javax.mail.MessagingException
Method Detail |
public void setReportType(java.lang.String reportType) throws javax.mail.MessagingException
reportType
-
javax.mail.MessagingException
protected void setContentType(javax.mail.internet.ContentType aContentType)
aContentType
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |