| Package | Description |
|---|---|
| com.onlinepayments | |
| com.onlinepayments.defaultimpl |
| Modifier and Type | Field and Description |
|---|---|
protected Communicator |
ApiResource.communicator |
| Modifier and Type | Method and Description |
|---|---|
Communicator |
CommunicatorBuilder.build()
Creates a fully initialized
Communicator object. |
static Communicator |
Factory.createCommunicator(CommunicatorConfiguration configuration)
Creates a
DefaultCommunicator based on the passed configuration. |
static Communicator |
Factory.createCommunicator(URI apiEndpoint,
Connection connection,
Authenticator authenticator,
MetaDataProvider metaDataProvider)
Creates a
DefaultCommunicator based on the passed parameters. |
static Communicator |
Factory.createCommunicator(URI configurationFileUri,
String apiKeyId,
String secretApiKey)
Creates a
DefaultCommunicator based on the configuration values in
configurationFileUri, apiKeyId and secretApiKey. |
| Modifier and Type | Method and Description |
|---|---|
static ClientInterface |
Factory.createClient(Communicator communicator)
Creates a
Client based on the passed Communicator. |
| Constructor and Description |
|---|
ApiResource(Communicator communicator,
String clientMetaInfo,
Map<String,String> pathContext) |
Client(Communicator communicator) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCommunicator
Used to communicate with the Online Payments platform web services.
|
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.