Uses of Interface
com.onlinepayments.ClientInterface
Packages that use ClientInterface
-
Uses of ClientInterface in com.onlinepayments
Classes in com.onlinepayments that implement ClientInterfaceMethods in com.onlinepayments that return ClientInterfaceModifier and TypeMethodDescriptionstatic ClientInterfaceFactory.createClient(Communicator communicator) Creates aClientbased on the passedCommunicator.static ClientInterfaceFactory.createClient(CommunicatorConfiguration configuration) Creates aClientbased on the passed configuration.static ClientInterfaceFactory.createClient(URI apiEndpoint, Connection connection, Authenticator authenticator, MetadataProvider metadataProvider) Creates aClientbased on the passed parameters.static ClientInterfaceFactory.createClient(URI configurationFileUri, String apiKeyId, String secretApiKey) Creates aClientbased on the configuration values inconfigurationFileUri,apiKeyIdandsecretApiKey.Client.withClientMetaInfo(String clientMetaInfo) Returns a new ClientInterface instance which uses the passed meta data for the X-GCS-ClientMetaInfo header.ClientInterface.withClientMetaInfo(String clientMetaInfo) Returns a new ClientInterface instance which uses the passed meta data for the X-GCS-ClientMetaInfo header.