Skip navigation links
G I O S T V 

G

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

I

isReliableAndTimelyRequested(Tx) - Static method in class org.nhindirect.common.tx.TxUtil
Determines if the pre-parsed message is requesting timely and reliable delivery.
isReliableAndTimelyRequested(MimeMessage) - Static method in class org.nhindirect.common.tx.TxUtil
Determines if the message is requesting timely and reliable delivery.

O

org.nhindirect.common.tx - package org.nhindirect.common.tx
 
org.nhindirect.common.tx.model - package org.nhindirect.common.tx.model
Data structure definitions for the message monitoring and tracking service.

S

setDetailName(String) - Method in class org.nhindirect.common.tx.model.TxDetail
Sets the detail name as a string
setDetails(Map<String, TxDetail>) - Method in class org.nhindirect.common.tx.model.Tx
Sets the message details
setDetailValue(String) - Method in class org.nhindirect.common.tx.model.TxDetail
Sets the detail value
setMsgType(TxMessageType) - Method in class org.nhindirect.common.tx.model.Tx
Sets the message type

T

toString() - Method in class org.nhindirect.common.tx.model.Tx
toString() - Method in class org.nhindirect.common.tx.model.TxDetail
toString() - Method in enum org.nhindirect.common.tx.model.TxDetailType
Tx - Class in org.nhindirect.common.tx.model
Represents a message with a set of monitoring details and the type of message.
Tx() - Constructor for class org.nhindirect.common.tx.model.Tx
Constructor
Tx(TxMessageType, Map<String, TxDetail>) - Constructor for class org.nhindirect.common.tx.model.Tx
Constructor
TxDetail - Class in org.nhindirect.common.tx.model
Represents a message detail as a name/value pair.
TxDetail() - Constructor for class org.nhindirect.common.tx.model.TxDetail
Constructor
TxDetail(TxDetailType, String) - Constructor for class org.nhindirect.common.tx.model.TxDetail
Constructor
TxDetail(String, String) - Constructor for class org.nhindirect.common.tx.model.TxDetail
Constructor
TxDetailParser - Interface in org.nhindirect.common.tx
Interface for a parser the transforms a message into a set of Tx details
TxDetailType - Enum in org.nhindirect.common.tx.model
An enumeration of predefined message detail types
TxMessageType - Enum in org.nhindirect.common.tx.model
The type of a message
TxUtil - Class in org.nhindirect.common.tx
Utility class for message monitoring
TxUtil() - Constructor for class org.nhindirect.common.tx.TxUtil
 

V

valueOf(String) - Static method in enum org.nhindirect.common.tx.model.TxDetailType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nhindirect.common.tx.model.TxMessageType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.nhindirect.common.tx.model.TxDetailType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nhindirect.common.tx.model.TxMessageType
Returns an array containing the constants of this enum type, in the order they are declared.
G I O S T V 
Skip navigation links

Copyright © 2018-2019 The Direct Project. All Rights Reserved.