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

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

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

Methods in org.nhindirect.stagent.mail.notifications that return NotificationType
 NotificationType Disposition.getNotification()
          Gets the type of disposition indicated
static NotificationType NotificationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NotificationType[] NotificationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.nhindirect.stagent.mail.notifications with parameters of type NotificationType
static String NotificationHelper.asString(NotificationType type)
          Provides the appropriate Disposition header value for the type
static String NotificationHelper.asString(NotificationType type, boolean cap)
          Provides the appropriate Disposition header value for the type
 void Disposition.setNotification(NotificationType notification)
          Sets the type of disposition indicated.
static String MDNStandard.toString(NotificationType type)
          Provides the appropriate Disposition header value for the type
 

Constructors in org.nhindirect.stagent.mail.notifications with parameters of type NotificationType
Disposition(NotificationType notification)
          Initializes an instance with the specified disposition notification type and automatic modes.
Disposition(TriggerType triggerType, SendType sendType, NotificationType notification)
          Initializes an instance with the specified disposition notification type and action and sending modes
Notification(NotificationType notification)
          Initializes a new instance of the supplied notification type.
 



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