Uses of Interface
com.broadleafcommerce.payment.service.gateway.APSExternalCallService
Packages that use APSExternalCallService
Package
Description
- 
Uses of APSExternalCallService in com.broadleafcommerce.payment.service.gateway
Classes in com.broadleafcommerce.payment.service.gateway that implement APSExternalCallServiceModifier and TypeClassDescriptionclassThis class communicates with APS Payfort APIs to perform transactions.Methods in com.broadleafcommerce.payment.service.gateway that return APSExternalCallServiceModifier and TypeMethodDescriptionprotected APSExternalCallServiceDefaultAPSTransactionService.getApsExternalCallService()Constructors in com.broadleafcommerce.payment.service.gateway with parameters of type APSExternalCallServiceModifierConstructorDescriptionDefaultAPSTransactionService(APSExternalCallService apsExternalCallService, com.broadleafcommerce.paymentgateway.util.PaymentResponseUtil paymentResponseUtil, com.broadleafcommerce.common.extension.TypeFactory typeFactory)  - 
Uses of APSExternalCallService in com.broadleafcommerce.payment.service.gateway.autoconfigure
Methods in com.broadleafcommerce.payment.service.gateway.autoconfigure that return APSExternalCallServiceModifier and TypeMethodDescriptionAPSServiceAutoConfiguration.apsExternalCallService(APSGatewayConfiguration configuration, APSProvider apsProvider, List<APSRequestResponseTransformer> transformProvider, com.broadleafcommerce.paymentgateway.util.PaymentResponseUtil paymentResponseUtil) Methods in com.broadleafcommerce.payment.service.gateway.autoconfigure with parameters of type APSExternalCallServiceModifier and TypeMethodDescriptionAPSServiceAutoConfiguration.apsTransactionService(APSExternalCallService service, com.broadleafcommerce.paymentgateway.util.PaymentResponseUtil paymentResponseUtil, com.broadleafcommerce.common.extension.TypeFactory typeFactory)