Uses of Interface
com.broadleafcommerce.payment.service.gateway.VerifoneExternalCallService
-
Packages that use VerifoneExternalCallService Package Description com.broadleafcommerce.payment.service.gateway com.broadleafcommerce.payment.service.gateway.autoconfigure -
-
Uses of VerifoneExternalCallService in com.broadleafcommerce.payment.service.gateway
Classes in com.broadleafcommerce.payment.service.gateway that implement VerifoneExternalCallService Modifier and Type Class Description classDefaultVerifoneExternalCallServiceThe default implementation forVerifoneExternalCallService.Methods in com.broadleafcommerce.payment.service.gateway that return VerifoneExternalCallService Modifier and Type Method Description protected VerifoneExternalCallServiceDefaultVerifoneTransactionService. getVerifoneExternalCallService()Constructors in com.broadleafcommerce.payment.service.gateway with parameters of type VerifoneExternalCallService Constructor Description DefaultVerifoneTransactionService(VerifoneExternalCallService verifoneExternalCallService, com.broadleafcommerce.paymentgateway.util.PaymentResponseUtil paymentResponseUtil, VerifoneUtils verifoneUtils, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of VerifoneExternalCallService in com.broadleafcommerce.payment.service.gateway.autoconfigure
Methods in com.broadleafcommerce.payment.service.gateway.autoconfigure that return VerifoneExternalCallService Modifier and Type Method Description VerifoneExternalCallServiceVerifoneServiceAutoConfiguration. verifoneExternalCallService(com.broadleafcommerce.paymentgateway.util.PaymentResponseUtil paymentResponseUtil, VerifoneProvider verifoneProvider, List<VerifoneRequestResponseTransformer> transformers, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Methods in com.broadleafcommerce.payment.service.gateway.autoconfigure with parameters of type VerifoneExternalCallService Modifier and Type Method Description VerifoneTransactionServiceVerifoneServiceAutoConfiguration. verifoneTransactionService(VerifoneExternalCallService verifoneExternalCallService, com.broadleafcommerce.paymentgateway.util.PaymentResponseUtil paymentResponseUtil, VerifoneUtils verifoneUtils, com.broadleafcommerce.common.extension.TypeFactory typeFactory)
-