| Package | Description |
|---|---|
| org.nhindirect.stagent.mail.notifications |
Message Disposition Notifications implementation: RFC 3798
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Constructor and Description |
|---|
Disposition(TriggerType triggerType,
SendType sendType,
NotificationType notification)
Initializes an instance with the specified disposition notification type and action and sending modes
|
Copyright © 2010-2016 NHIN Direct. All Rights Reserved.