|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResponseField | |
|---|---|
| net.authorize | |
| net.authorize.aim | |
| net.authorize.data.cim | |
| net.authorize.util | |
| Uses of ResponseField in net.authorize |
|---|
| Methods in net.authorize that return ResponseField | |
|---|---|
static ResponseField |
ResponseField.findByFieldName(String fieldName)
Lookup a ResponseField by it's field name. |
static ResponseField |
ResponseField.get(int order)
Get the ResponseField identified by the order specified. |
static ResponseField |
ResponseField.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ResponseField[] |
ResponseField.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of ResponseField in net.authorize.aim |
|---|
| Methods in net.authorize.aim that return types with arguments of type ResponseField | |
|---|---|
Map<ResponseField,String> |
Transaction.getResponseMap()
Return the payment gateway response data map. |
| Methods in net.authorize.aim with parameters of type ResponseField | |
|---|---|
String |
Transaction.getResponseField(ResponseField responseField)
Returns the payment gateway response data for a specific ResponseField. |
| Method parameters in net.authorize.aim with type arguments of type ResponseField | ||
|---|---|---|
static
|
Result.createResult(T object,
Map<ResponseField,String> responseMap)
|
|
static Transaction |
Transaction.createTransaction(Transaction transaction,
Map<ResponseField,String> responseMap)
Create a transaction from a responseMap. |
|
| Uses of ResponseField in net.authorize.data.cim |
|---|
| Methods in net.authorize.data.cim that return types with arguments of type ResponseField | |
|---|---|
Map<ResponseField,String> |
DirectResponse.getDirectResponseMap()
|
| Uses of ResponseField in net.authorize.util |
|---|
| Methods in net.authorize.util that return types with arguments of type ResponseField | |
|---|---|
static Map<ResponseField,String> |
HttpClient.execute(Environment environment,
Transaction transaction)
Executes a Transaction against a given Environment. |
static Map<ResponseField,String> |
ResponseParser.parseResponseString(String responseString)
Take a string and parses it into a Map keyed on ResponseFields. |
static Map<ResponseField,String> |
ResponseParser.parseResponseString(String responseString,
String delimiter)
Take a string and parses it into a Map keyed on ResponseFields. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||