|
|
@@ -67,6 +67,18 @@ public class VfjServiceHandler extends AbstractInssServiceHandler<InssServiceCmd |
|
|
|
private VfjApp4PinBlockManager vfjApp4PinBlockManager; |
|
|
|
@Autowired |
|
|
|
private VfjConfirm4PinBlockManager vfjConfirm4PinBlockManager; |
|
|
|
@Autowired |
|
|
|
private VfjQryCardBatchManager vfjQryCardBatchManager; |
|
|
|
@Autowired |
|
|
|
private VfjQryCardsManager vfjQryCardsManager; |
|
|
|
@Autowired |
|
|
|
private VfjQrySmObuBatchManager vfjQrySmObuBatchManager; |
|
|
|
@Autowired |
|
|
|
private VfjQueryGmobusManager vfjQueryGmobusManager; |
|
|
|
@Autowired |
|
|
|
private VfjQueryScobusManager vfjQueryScobusManager; |
|
|
|
@Autowired |
|
|
|
private VfjQueryTriDesObusManager vfjQueryTriDesObusManager; |
|
|
|
|
|
|
|
@Override |
|
|
|
protected <T extends AbstractSignTypeRequest<?>> AbstractSignTypeResponse handleInternal(T request, SignJsonRequest jsonReq, AbstractHttpRequestInfo reqInfo) throws ServiceHandleException { |
|
|
@@ -123,11 +135,17 @@ public class VfjServiceHandler extends AbstractInssServiceHandler<InssServiceCmd |
|
|
|
case CONFIRM4PINBLOCK: |
|
|
|
return vfjConfirm4PinBlockManager.serviceHandle(cmd, (VfjConfirm4PinBlockRequest) request); |
|
|
|
case QRYCARDBATCH: |
|
|
|
return vfjQryCardBatchManager.serviceHandle(cmd, (VfjQryCardBatchRequest) request); |
|
|
|
case QRYCARDS: |
|
|
|
return vfjQryCardsManager.serviceHandle(cmd, (VfjQryCardsRequest) request); |
|
|
|
case QRYSMOBUBATCH: |
|
|
|
return vfjQrySmObuBatchManager.serviceHandle(cmd, (VfjQrySmObuBatchRequest) request); |
|
|
|
case QUERYGMOBUS: |
|
|
|
return vfjQueryGmobusManager.serviceHandle(cmd, (VfjQueryGmobusRequest) request); |
|
|
|
case QUERYSCOBUS: |
|
|
|
return vfjQueryScobusManager.serviceHandle(cmd, (VfjQueryScobusRequest) request); |
|
|
|
case QUERYTRIDESOBUS: |
|
|
|
return vfjQueryTriDesObusManager.serviceHandle(cmd, (VfjQueryTriDesObusRequest) request); |
|
|
|
default: |
|
|
|
throw FileProtocolSystemError.NOT_SUPPORT.toHandleException(jsonReq.getIfCode()); |
|
|
|
} |