public class DefaultWeChatPayNotificationService extends java.lang.Object implements WeChatPayNotificationService
| Constructor and Description |
|---|
DefaultWeChatPayNotificationService() |
| Modifier and Type | Method and Description |
|---|---|
protected ChineseOrderService |
getChineseOrderService() |
protected ModelService |
getModelService() |
protected WeChatPayOrderDao |
getWeChatPayOrderDao() |
protected WeChatPayPaymentTransactionStrategy |
getWeChatPayPaymentTransactionStrategy() |
void |
handleWeChatPayPaymentResponse(WeChatRawDirectPayNotification weChatPayNotification)
Handling the Asyn-response of the 3rd part payment service provider server
|
void |
setChineseOrderService(ChineseOrderService chineseOrderService) |
void |
setModelService(ModelService modelService) |
void |
setWeChatPayOrderDao(WeChatPayOrderDao weChatPayOrderDao) |
void |
setWeChatPayPaymentTransactionStrategy(WeChatPayPaymentTransactionStrategy weChatPayPaymentTransactionStrategy) |
public void handleWeChatPayPaymentResponse(WeChatRawDirectPayNotification weChatPayNotification)
WeChatPayNotificationServicehandleWeChatPayPaymentResponse in interface WeChatPayNotificationServiceweChatPayNotification - The parameters of WeChatRawDirectPayNotificationpublic void setModelService(ModelService modelService)
protected ModelService getModelService()
protected WeChatPayPaymentTransactionStrategy getWeChatPayPaymentTransactionStrategy()
public void setWeChatPayPaymentTransactionStrategy(WeChatPayPaymentTransactionStrategy weChatPayPaymentTransactionStrategy)
protected WeChatPayOrderDao getWeChatPayOrderDao()
public void setWeChatPayOrderDao(WeChatPayOrderDao weChatPayOrderDao)
protected ChineseOrderService getChineseOrderService()
public void setChineseOrderService(ChineseOrderService chineseOrderService)
Copyright © 2018 SAP SE. All Rights Reserved.