Uses of Class
sds.data.TransactionInfo

Packages that use TransactionInfo
sds.data Transmitted content holders 
 

Uses of TransactionInfo in sds.data
 

Methods in sds.data that return TransactionInfo
 TransactionInfo TransactionInfo.createResponse()
           Produces a pre-filled transactional information element from this transactional information (which should be taken from a request message)
static TransactionInfo TransactionInfo.createResponse(TransactionInfo source)
           Produces a pre-filled transactional information element from a given transactional information (which should be taken from a request message)
 TransactionInfo Message.getTransactionInfo()
           Gets the information related with transactions (requests / responses track identifiers)
 

Methods in sds.data with parameters of type TransactionInfo
static TransactionInfo TransactionInfo.createResponse(TransactionInfo source)
           Produces a pre-filled transactional information element from a given transactional information (which should be taken from a request message)
 void Message.setTransactionInfo(TransactionInfo transactionInfo)
           Updates the transactional information of this message (mainly based on a previous received message in case of a response)
 

Constructors in sds.data with parameters of type TransactionInfo
TransactionInfo(TransactionInfo other)
           Creates and initializes this transaction information with another information