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

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

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

Methods in org.nhindirect.stagent.mail.notifications that return MdnGateway
 MdnGateway Notification.getGateway()
          Gets the gateway that triggered this notification (optional).
 

Methods in org.nhindirect.stagent.mail.notifications with parameters of type MdnGateway
static org.apache.mailet.base.mail.MimeMultipartReport MDNFactory.create(String humanText, String reporting_UA_name, String reporting_UA_product, String original_recipient, String final_recipient, String original_message_id, String error, MdnGateway gateway, Disposition disposition)
          Answers a MimeMultipartReport containing a Message Delivery Notification as specified by RFC 2298.
static org.apache.mailet.base.mail.MimeMultipartReport MDNFactory.create(String humanText, String reporting_UA_name, String reporting_UA_product, String original_recipient, String final_recipient, String original_message_id, String error, MdnGateway gateway, Disposition disposition, String warning, String failure, Collection<String> extensions)
          Answers a MimeMultipartReport containing a Message Delivery Notification as specified by RFC 2298.
 void Notification.setGateway(MdnGateway gateway)
          Sets the gateway that triggered this notification (optional).
 



Copyright © 2010-2013 NHIN Direct. All Rights Reserved.