| Package | Description |
|---|---|
| org.nhindirect.stagent.mail.notifications |
Message Disposition Notifications implementation: RFC 3798
|
| Modifier and Type | Method and Description |
|---|---|
Notification |
NotificationCreator.createNotification(javax.mail.internet.InternetAddress address)
Creates a specific notification object (provided by the implementer) to be sent.
|
| Modifier and Type | Method and Description |
|---|---|
static NotificationMessage |
NotificationMessage.createNotificationFor(Message message,
Notification notification)
Takes a message and constructs an MDN.
|
static NotificationMessage |
NotificationHelper.createNotificationMessage(Message message,
javax.mail.internet.InternetAddress from,
Notification notification)
Creates an MDN Notification message for the given message
|
| Constructor and Description |
|---|
NotificationMessage(String to,
Notification notification)
Initializes an MDN to the specified recipient.
|
NotificationMessage(String to,
String from,
Notification notification)
Initializes an MDN to the specified recipient.
|
Copyright © 2010-2016 NHIN Direct. All Rights Reserved.