- getDetail(TxDetailType) - Method in class org.nhindirect.common.tx.model.Tx
-
Gets a specific message detail by type
- getDetail(String) - Method in class org.nhindirect.common.tx.model.Tx
-
Gets a specific message detail by a string name
- getDetailName() - Method in class org.nhindirect.common.tx.model.TxDetail
-
Gets the detail name
- getDetails() - Method in class org.nhindirect.common.tx.model.Tx
-
Gets the map of message details
- getDetailValue() - Method in class org.nhindirect.common.tx.model.TxDetail
-
Gets the detail value
- getMessageDetails(InternetHeaders) - Method in interface org.nhindirect.common.tx.TxDetailParser
-
Processed a collection InternetHeaders into a set attributes that will be stored as a set of transaction details.
- getMessageDetails(InputStream) - Method in interface org.nhindirect.common.tx.TxDetailParser
-
Processed a MimeMessage represented as an input stream to a set attributes that will be stored as a set of transaction details.
- getMessageDetails(MimeMessage) - Method in interface org.nhindirect.common.tx.TxDetailParser
-
Processed a MimeMessage into set attributes that will be stored as a set of transaction details.
- getMessageType(MimeMessage) - Static method in class org.nhindirect.common.tx.TxUtil
-
Gets the message type based on the content type headers.
- getMsgType() - Method in class org.nhindirect.common.tx.model.Tx
-
Gets the message type
- getType() - Method in enum org.nhindirect.common.tx.model.TxDetailType
-
Gets the detail type as a string