| 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 |
|---|---|
Map<String,TxDetail> |
TxDetailParser.getMessageDetails(InputStream stream)
Processed a MimeMessage represented as an input stream to a set attributes that will be stored as a set of transaction details.
|
Map<String,TxDetail> |
TxDetailParser.getMessageDetails(javax.mail.internet.InternetHeaders headers)
Processed a collection InternetHeaders into a set attributes that will be stored as a set of transaction details.
|
Map<String,TxDetail> |
TxDetailParser.getMessageDetails(javax.mail.internet.MimeMessage msg)
Processed a MimeMessage into set attributes that will be stored as a set of transaction details.
|
| Modifier and Type | Method and Description |
|---|---|
TxDetail |
Tx.getDetail(String detailName)
Gets a specific message detail by a string name
|
TxDetail |
Tx.getDetail(TxDetailType detailType)
Gets a specific message detail by type
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,TxDetail> |
Tx.getDetails()
Gets the map of message details
|
| Modifier and Type | Method and Description |
|---|---|
void |
Tx.setDetails(Map<String,TxDetail> details)
Sets the message details
|
| Constructor and Description |
|---|
Tx(TxMessageType msgType,
Map<String,TxDetail> details)
Constructor
|
Copyright © 2018–2025 The Direct Project. All rights reserved.