org.nhindirect.stagent.mail.notifications
Interface NotificationCreator


public interface NotificationCreator

Interface for creating notification object for a given email address.

Author:
Greg Meyer

Method Summary
 Notification createNotification(javax.mail.internet.InternetAddress address)
          Creates a specific notification object (provided by the implementer) to be sent.
 

Method Detail

createNotification

Notification createNotification(javax.mail.internet.InternetAddress address)
Creates a specific notification object (provided by the implementer) to be sent.

Parameters:
address - The Internet address of the sender of the notification.
Returns:
A notification object.


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