Class GetPaymentInformationService
- java.lang.Object
-
- de.adorsys.opba.protocol.facade.services.FacadeService<PaymentInfoRequest,PaymentInfoBody,GetPaymentInfoState>
-
- de.adorsys.opba.protocol.facade.services.pis.GetPaymentInformationService
-
@Service public class GetPaymentInformationService extends FacadeService<PaymentInfoRequest,PaymentInfoBody,GetPaymentInfoState>
-
-
Constructor Summary
Constructors Constructor Description GetPaymentInformationService(Map<String,? extends GetPaymentInfoState> actionProviders, ProtocolSelector selector, ServiceContextProvider provider, ProtocolResultHandler handler, org.springframework.transaction.support.TransactionTemplate txTemplate)
-
Method Summary
-
Methods inherited from class de.adorsys.opba.protocol.facade.services.FacadeService
addRequestScopedFor, contextFor, execute, execute, handleResult, selectAndSetProtocolTo
-
-
-
-
Constructor Detail
-
GetPaymentInformationService
public GetPaymentInformationService(Map<String,? extends GetPaymentInfoState> actionProviders, ProtocolSelector selector, @Qualifier("FINTECH_CONTEXT_PROVIDER") ServiceContextProvider provider, ProtocolResultHandler handler, org.springframework.transaction.support.TransactionTemplate txTemplate)
-
-