| Package | Description |
|---|---|
| org.nhindirect.common.tx | |
| org.nhindirect.common.tx.model |
Data structure definitions for the message monitoring and tracking service.
|
| Modifier and Type | Method and Description |
|---|---|
static TxMessageType |
TxUtil.getMessageType(javax.mail.internet.MimeMessage msg)
Gets the message type based on the content type headers.
|
| Modifier and Type | Method and Description |
|---|---|
TxMessageType |
Tx.getMsgType()
Gets the message type
|
static TxMessageType |
TxMessageType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TxMessageType[] |
TxMessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Tx.setMsgType(TxMessageType type)
Sets the message type
|
| Constructor and Description |
|---|
Tx(TxMessageType msgType,
java.util.Map<java.lang.String,TxDetail> details)
Constructor
|
Copyright © 2018-2019 The Direct Project. All Rights Reserved.