Uses of Class
org.nhindirect.stagent.mail.notifications.Notification

Packages that use Notification
org.nhindirect.stagent.mail.notifications Message Disposition Notifications implementation: RFC 3798 
 

Uses of Notification in org.nhindirect.stagent.mail.notifications
 

Methods in org.nhindirect.stagent.mail.notifications that return Notification
 Notification NotificationCreator.createNotification(javax.mail.internet.InternetAddress address)
          Creates a specific notification object (provided by the implementer) to be sent.
 

Methods in org.nhindirect.stagent.mail.notifications with parameters of type Notification
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
 

Constructors in org.nhindirect.stagent.mail.notifications with parameters of type Notification
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-2012 HNIN Direct. All Rights Reserved.