Uses of Interface
com.broadleafcommerce.payment.service.gateway.provider.APSProvider
Packages that use APSProvider
Package
Description
- 
Uses of APSProvider in com.broadleafcommerce.payment.service.gateway
Methods in com.broadleafcommerce.payment.service.gateway that return APSProviderModifier and TypeMethodDescriptionprotected APSProviderDefaultAPSExternalCallService.getApsProvider()Constructors in com.broadleafcommerce.payment.service.gateway with parameters of type APSProviderModifierConstructorDescriptionDefaultAPSExternalCallService(APSGatewayConfiguration configuration, APSProvider apsProvider, List<APSRequestResponseTransformer> requestResponseTransformers, com.broadleafcommerce.paymentgateway.util.PaymentResponseUtil paymentResponseUtil)  - 
Uses of APSProvider in com.broadleafcommerce.payment.service.gateway.autoconfigure
Methods in com.broadleafcommerce.payment.service.gateway.autoconfigure with parameters of type APSProviderModifier and TypeMethodDescriptionAPSServiceAutoConfiguration.apsExternalCallService(APSGatewayConfiguration configuration, APSProvider apsProvider, List<APSRequestResponseTransformer> transformProvider, com.broadleafcommerce.paymentgateway.util.PaymentResponseUtil paymentResponseUtil)  - 
Uses of APSProvider in com.broadleafcommerce.payment.service.gateway.provider.external
Classes in com.broadleafcommerce.payment.service.gateway.provider.external that implement APSProviderModifier and TypeClassDescriptionclassThis particular implementation ofExternalAPSProvideris designed to interact with a provider that will perform some action. - 
Uses of APSProvider in com.broadleafcommerce.payment.service.installments
Methods in com.broadleafcommerce.payment.service.installments that return APSProviderModifier and TypeMethodDescriptionprotected APSProviderDefaultAPSInstallmentsService.getApsProvider()Constructors in com.broadleafcommerce.payment.service.installments with parameters of type APSProviderModifierConstructorDescriptionDefaultAPSInstallmentsService(APSProvider apsProvider, APSConfigurationProperties configuration, com.fasterxml.jackson.databind.ObjectMapper objectMapper)