| Package | Description |
|---|---|
| net.authorize | |
| net.authorize.api.controller.base | |
| net.authorize.sim | |
| net.authorize.util |
| Modifier and Type | Method and Description |
|---|---|
static Environment |
Environment.createEnvironment(java.lang.String baseUrl,
java.lang.String xmlBaseUrl)
If a custom environment needs to be supported, this convenience create
method can be used to pass in a custom baseUrl.
|
static Environment |
Environment.createEnvironment(java.lang.String baseUrl,
java.lang.String xmlBaseUrl,
java.lang.String cardPresentUrl)
If a custom environment needs to be supported, this convenience create
method can be used to pass in a custom baseUrl.
|
Environment |
Merchant.getEnvironment()
Get the Environment that transactions will be posted against.
|
static Environment |
Environment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Environment[] |
Environment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Merchant |
Merchant.createMerchant(Environment environment,
java.lang.String login,
java.lang.String transactionKey) |
void |
Merchant.setEnvironment(Environment environment)
Set the environment that transactions will be posted against.
|
| Modifier and Type | Method and Description |
|---|---|
static Environment |
ApiOperationBase.getEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
void |
IApiOperation.execute(Environment environment) |
void |
ApiOperationBase.execute(Environment environment) |
S |
IApiOperation.executeWithApiResponse(Environment environment) |
S |
ApiOperationBase.executeWithApiResponse(Environment environment) |
static void |
ApiOperationBase.setEnvironment(Environment environment) |
| Modifier and Type | Method and Description |
|---|---|
Environment |
Transaction.getEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<ResponseField,java.lang.String> |
HttpClient.execute(Environment environment,
Transaction transaction)
Executes a Transaction against a given Environment.
|
static BasicXmlDocument |
HttpClient.executeXML(Environment environment,
Transaction transaction)
Executes a Transaction against a given Environment.
|
static <T> ANetApiResponse |
HttpUtility.postData(Environment env,
ANetApiRequest request,
java.lang.Class<T> classType)
Posts a http request
|
| Constructor and Description |
|---|
HttpCallTask(Environment env,
ANetApiRequest request,
java.lang.Class<T> classType)
Creates task to be called in future for making http call
|
Copyright © 2018. All Rights Reserved.