Interface OperationService
-
public interface OperationService
-
-
Method Summary
All Methods Instance Methods Abstract 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
<T> GlobalScaResponseTO resolveInitiation(OpTypeTO opType, String opId, T object, ScaInfoTO scaInfo)
-
execute
GlobalScaResponseTO execute(OpTypeTO opType, String opId, ScaInfoTO scaInfo)
-
-