public abstract class Result<T> extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
MessageDigestAlgorithm |
protected T |
target |
protected Transaction |
transaction |
| Constructor and Description |
|---|
Result() |
| Modifier and Type | Method and Description |
|---|---|
T |
getTarget()
Get the target (request + response transaction).
|
Transaction |
getTransaction()
Get the request transaction.
|
static boolean |
isAuthorizeNetResponse(String md5Value,
String apiLoginId,
String amount,
String transId,
String transHash)
Verify that the relay response post is actually coming from
AuthorizeNet.
|
protected Transaction transaction
protected T target
public static final String MessageDigestAlgorithm
public Transaction getTransaction()
public T getTarget()
Copyright © 2016. All Rights Reserved.