Class OperationServiceImpl
- java.lang.Object
-
- de.adorsys.ledgers.middleware.impl.service.OperationServiceImpl
-
- All Implemented Interfaces:
OperationService
@Service @Transactional public class OperationServiceImpl extends Object implements OperationService
-
-
Constructor Summary
Constructors Constructor Description OperationServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GlobalScaResponseTOexecute(OpTypeTO opType, String opId, ScaInfoTO scaInfo)<T> GlobalScaResponseTOresolveInitiation(OpTypeTO opType, String opId, T object, ScaInfoTO scaInfo)
-
-
-
Method Detail
-
resolveInitiation
public <T> GlobalScaResponseTO resolveInitiation(OpTypeTO opType, String opId, T object, ScaInfoTO scaInfo)
- Specified by:
resolveInitiationin interfaceOperationService
-
execute
public GlobalScaResponseTO execute(OpTypeTO opType, String opId, ScaInfoTO scaInfo)
- Specified by:
executein interfaceOperationService
-
-