public interface OobTransactionVerifyRequest extends OobIncomingMessage, OobMessageMeta
| Modifier and Type | Method and Description | 
|---|---|
OobTransactionVerifyResponse | 
createResponse(OobTransactionVerifyResponse.OobTransactionVerifyResponseValue response,
              java.util.Map<java.lang.String,java.lang.String> meta)
Create an outgoing response for the current message. 
 | 
SecureByteArray | 
getContent()
Get message content. 
 | 
SecureString | 
getContentStr()
Get message content in form of secure string. 
 | 
SecureString | 
getContentStr(java.lang.String charsetName)
Get message content in form of secure string in specific encoding format. 
 | 
java.lang.String | 
getContentType()
Get the content type of the generic message. 
 | 
java.lang.String | 
getLocale()
Get the locale the message content is for. 
 | 
SecureString | 
getSubject()
Get message subject 
 | 
createOobError, createOobError, getExpirationDate, getMessageType, isAcknowledgmentRequestedgetMessageId, getMessageMIMEType, getProviderId, wipegetMetajava.lang.String getLocale()
java.lang.String getContentType()
SecureByteArray getContent()
SecureString getContentStr()
SecureString getSubject()
SecureString getContentStr(java.lang.String charsetName)
charsetName - The character encoding.OobTransactionVerifyResponse createResponse(OobTransactionVerifyResponse.OobTransactionVerifyResponseValue response, java.util.Map<java.lang.String,java.lang.String> meta)
response - The response to provide to the transaction.meta - The metadata for the message. Can be null.