|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Environment | |
|---|---|
| net.authorize | |
| net.authorize.api.controller.base | |
| net.authorize.sim | |
| net.authorize.util | |
| Uses of Environment in net.authorize |
|---|
| Methods in net.authorize that return Environment | |
|---|---|
static Environment |
Environment.createEnvironment(String baseUrl,
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(String baseUrl,
String xmlBaseUrl,
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(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. |
| Methods in net.authorize with parameters of type Environment | |
|---|---|
static Merchant |
Merchant.createMerchant(Environment environment,
String login,
String transactionKey)
|
void |
Merchant.setEnvironment(Environment environment)
Set the environment that transactions will be posted against. |
| Uses of Environment in net.authorize.api.controller.base |
|---|
| Methods in net.authorize.api.controller.base that return Environment | |
|---|---|
static Environment |
ApiOperationBase.getEnvironment()
|
| Methods in net.authorize.api.controller.base with parameters of type Environment | |
|---|---|
void |
IApiOperation.execute(Environment environment)
|
void |
ApiOperationBase.execute(Environment environment)
|
S |
ApiOperationBase.executeWithApiResponse(Environment environment)
|
static void |
ApiOperationBase.setEnvironment(Environment environment)
|
| Uses of Environment in net.authorize.sim |
|---|
| Methods in net.authorize.sim that return Environment | |
|---|---|
Environment |
Transaction.getEnvironment()
|
| Uses of Environment in net.authorize.util |
|---|
| Methods in net.authorize.util with parameters of type Environment | ||
|---|---|---|
static Map<ResponseField,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
|
HttpUtility.postData(Environment env,
ANetApiRequest request,
Class<T> classType)
Posts a http request |
|
| Constructors in net.authorize.util with parameters of type Environment | |
|---|---|
HttpCallTask(Environment env,
ANetApiRequest request,
Class<T> classType)
Creates task to be called in future for making http call |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||