Uses of Interface
com.onlinepayments.Communicator
Packages that use Communicator
-
Uses of Communicator in com.onlinepayments
Classes in com.onlinepayments that implement CommunicatorModifier and TypeClassDescriptionclassUsed to communicate with the Online Payments platform web services.Fields in com.onlinepayments declared as CommunicatorMethods in com.onlinepayments that return CommunicatorModifier and TypeMethodDescriptionCommunicatorBuilder.build()Creates a fully initializedCommunicatorobject.static CommunicatorFactory.createCommunicator(CommunicatorConfiguration configuration) Creates aCommunicatorbased on the passed configuration.static CommunicatorFactory.createCommunicator(URI apiEndpoint, Connection connection, Authenticator authenticator, MetadataProvider metadataProvider) Creates aCommunicatorbased on the passed parameters.static CommunicatorFactory.createCommunicator(URI configurationFileUri, String apiKeyId, String secretApiKey) Creates aCommunicatorbased on the configuration values inconfigurationFileUri,apiKeyIdandsecretApiKey.Methods in com.onlinepayments with parameters of type CommunicatorModifier and TypeMethodDescriptionstatic ClientInterfaceFactory.createClient(Communicator communicator) Creates aClientbased on the passedCommunicator.Constructors in com.onlinepayments with parameters of type CommunicatorModifierConstructorDescriptionprotectedApiResource(Communicator communicator, String clientMetaInfo, Map<String, String> pathContext) Client(Communicator communicator)