Uses of Interface
com.broadleafcommerce.tabby.service.requestresponse.TabbyRequestService
Packages that use TabbyRequestService
Package
Description
-
Uses of TabbyRequestService in com.broadleafcommerce.tabby.autoconfigure
Methods in com.broadleafcommerce.tabby.autoconfigure that return TabbyRequestServiceModifier and TypeMethodDescriptionTabbyServiceAutoConfiguration.tabbyRequestService(com.fasterxml.jackson.databind.ObjectMapper objectMapper, TabbyConfigurationProperties tabbyConfigurationProperties, com.broadleafcommerce.common.extension.TypeFactory typeFactory) Methods in com.broadleafcommerce.tabby.autoconfigure with parameters of type TabbyRequestServiceModifier and TypeMethodDescriptionTabbyServiceAutoConfiguration.tabbyExternalCallService(com.broadleafcommerce.paymentgateway.util.PaymentResponseUtil paymentResponseUtil, TabbyProvider tabbyProvider, ExternalTabbyProviderProperties properties, TabbyConfigurationProperties tabbyConfigurationProperties, TabbyResponseService tabbyResponseService, TabbyRequestService tabbyRequestService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of TabbyRequestService in com.broadleafcommerce.tabby.service
Methods in com.broadleafcommerce.tabby.service that return TabbyRequestServiceModifier and TypeMethodDescriptionprotected TabbyRequestServiceDefaultTabbyExternalCallService.getTabbyRequestService()Constructors in com.broadleafcommerce.tabby.service with parameters of type TabbyRequestServiceModifierConstructorDescriptionDefaultTabbyExternalCallService(com.broadleafcommerce.paymentgateway.util.PaymentResponseUtil paymentResponseUtil, TabbyProvider tabbyProvider, ExternalTabbyProviderProperties properties, TabbyConfigurationProperties tabbyConfigurationProperties, TabbyResponseService tabbyResponseService, TabbyRequestService tabbyRequestService, com.fasterxml.jackson.databind.ObjectMapper mapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of TabbyRequestService in com.broadleafcommerce.tabby.service.requestresponse
Classes in com.broadleafcommerce.tabby.service.requestresponse that implement TabbyRequestService