| Package | Description |
|---|---|
| net.authorize | |
| net.authorize.aim | |
| net.authorize.aim.cardpresent | |
| net.authorize.arb | |
| net.authorize.cim | |
| net.authorize.reporting | |
| net.authorize.util | |
| net.authorize.xml |
| Modifier and Type | Method and Description |
|---|---|
static Node |
Transaction.getEncodedString(BasicXmlDocument document,
String value)
Try to encode string value as per proper xml requirements
Will default to original value (without encoding) if there are any exceptions
|
| Modifier and Type | Method and Description |
|---|---|
BasicXmlDocument |
Transaction.getCurrentResponse()
Return a response XML doc if the transaction was a Card Present transaction.
|
| Modifier and Type | Method and Description |
|---|---|
static Transaction |
Transaction.createTransaction(Transaction transaction,
BasicXmlDocument response)
Create a transaction from a response XML doc.
|
| Modifier and Type | Field and Description |
|---|---|
protected BasicXmlDocument |
Result.xmlResponseDocument |
| Modifier and Type | Method and Description |
|---|---|
BasicXmlDocument |
Result.getXmlResponseDocument()
Return the response as a raw xml document.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Result<T> |
Result.createResult(T object,
BasicXmlDocument response) |
| Modifier and Type | Method and Description |
|---|---|
BasicXmlDocument |
Transaction.getCurrentRequest()
Returns the current request.
|
BasicXmlDocument |
Transaction.getCurrentResponse()
Returns the current response.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Result<T> |
Result.createResult(T object,
BasicXmlDocument response) |
static Transaction |
Transaction.createTransaction(Transaction transaction,
BasicXmlDocument response)
Create a transaction from a response.
|
| Modifier and Type | Method and Description |
|---|---|
BasicXmlDocument |
Transaction.getCurrentRequest()
Returns the current request.
|
BasicXmlDocument |
Transaction.getCurrentResponse()
Returns the current response.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Result<T> |
Result.createResult(T object,
BasicXmlDocument response) |
static Transaction |
Transaction.createTransaction(Transaction transaction,
BasicXmlDocument response)
Create a transaction from a response.
|
| Modifier and Type | Method and Description |
|---|---|
BasicXmlDocument |
Transaction.getCurrentRequest()
Returns the current request.
|
BasicXmlDocument |
Transaction.getCurrentResponse()
Returns the current response.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Result<T> |
Result.createResult(T object,
BasicXmlDocument response) |
static Transaction |
Transaction.createTransaction(Transaction transaction,
BasicXmlDocument response)
Create a transaction from a response.
|
| Modifier and Type | Method and Description |
|---|---|
static BasicXmlDocument |
HttpClient.executeXML(Environment environment,
Transaction transaction)
Executes a Transaction against a given Environment.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Result<T> |
Result.createResult(T object,
BasicXmlDocument response) |
Copyright © 2016. All Rights Reserved.