Uses of Interface
com.onlinepayments.communication.MetadataProvider
Packages that use MetadataProvider
-
Uses of MetadataProvider in com.onlinepayments
Methods in com.onlinepayments with parameters of type MetadataProviderModifier and TypeMethodDescriptionstatic ClientInterfaceFactory.createClient(URI apiEndpoint, Connection connection, Authenticator authenticator, MetadataProvider metadataProvider) Creates aClientbased on the passed parameters.static CommunicatorFactory.createCommunicator(URI apiEndpoint, Connection connection, Authenticator authenticator, MetadataProvider metadataProvider) Creates aCommunicatorbased on the passed parameters.CommunicatorBuilder.withMetadataProvider(MetadataProvider metadataProvider) Sets theMetadataProviderto use.Constructors in com.onlinepayments with parameters of type MetadataProviderModifierConstructorDescriptionDefaultCommunicator(URI apiEndpoint, Connection connection, Authenticator authenticator, MetadataProvider metadataProvider, Marshaller marshaller) -
Uses of MetadataProvider in com.onlinepayments.communication
Classes in com.onlinepayments.communication that implement MetadataProviderModifier and TypeClassDescriptionclassProvides meta info about the server.Methods in com.onlinepayments.communication that return MetadataProviderModifier and TypeMethodDescriptionMetadataProviderBuilder.build()Creates a fully initializedMetadataProviderobject.