|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.mail.service.impl.DispositionNotification
public class DispositionNotification
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Jun 25, 2009
| Field Summary | |
|---|---|
protected javax.mail.internet.InternetHeaders |
notifications
The disposition notification content fields. |
| Constructor Summary | |
|---|---|
DispositionNotification()
Construct a disposition notification with no content. |
|
DispositionNotification(java.io.InputStream is)
Construct a disposition notification by parsing the supplied input stream. |
|
| Method Summary | |
|---|---|
javax.mail.internet.InternetHeaders |
getNotifications()
Return all the disposition notification fields in the disposition notification. |
void |
setNotifications(javax.mail.internet.InternetHeaders notifications)
Set the disposition notification fields in the disposition notification. |
java.lang.String |
toString()
|
void |
writeTo(java.io.OutputStream os)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected javax.mail.internet.InternetHeaders notifications
| Constructor Detail |
|---|
public DispositionNotification()
throws javax.mail.MessagingException
javax.mail.MessagingException
public DispositionNotification(java.io.InputStream is)
throws javax.mail.MessagingException,
java.io.IOException
javax.mail.MessagingException
java.io.IOException| Method Detail |
|---|
public javax.mail.internet.InternetHeaders getNotifications()
disposition-notification-content =
[ reporting-ua-field CRLF ]
[ mdn-gateway-field CRLF ]
[ original-recipient-field CRLF ]
final-recipient-field CRLF
[ original-message-id-field CRLF ]
disposition-field CRLF
*( failure-field CRLF )
*( error-field CRLF )
*( warning-field CRLF )
*( extension-field CRLF )
public void setNotifications(javax.mail.internet.InternetHeaders notifications)
public void writeTo(java.io.OutputStream os)
throws java.io.IOException,
javax.mail.MessagingException
java.io.IOException
javax.mail.MessagingExceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||