|
||||||||||
| 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
public class 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(DataSource aDataSource)
Constructs a MimeMultipartReport from the passed DataSource. |
|
MimeMultipartReport(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(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(String subtype)
subtype -
public MimeMultipartReport(DataSource aDataSource)
throws javax.mail.MessagingException
aDataSource -
javax.mail.MessagingException| Method Detail |
|---|
public void setReportType(String reportType)
throws javax.mail.MessagingException
reportType -
javax.mail.MessagingExceptionprotected void setContentType(javax.mail.internet.ContentType aContentType)
aContentType -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||