| Package | Description |
|---|---|
| org.nhindirect.stagent.mail.notifications |
Message Disposition Notifications implementation: RFC 3798
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Constructor and Description |
|---|
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-2016 NHIN Direct. All Rights Reserved.