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

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

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

Methods in org.nhindirect.stagent.mail.notifications that return SendType
 SendType Disposition.getSendType()
          Gets the sending type (system or user) that sent this disposition (sending-mode).
static SendType SendType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SendType[] SendType.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 SendType
static String NotificationHelper.asString(SendType type)
          Provides the appropriate Disposition header value for the type
static String MDNStandard.toString(SendType mode)
          Provides the appropriate Disposition header value for the mode
 

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



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