Package de.adorsys.xs2a.adapter.impl
Class AbstractAdapterServiceProvider
- java.lang.Object
-
- de.adorsys.xs2a.adapter.impl.AbstractAdapterServiceProvider
-
- All Implemented Interfaces:
AccountInformationServiceProvider,AdapterServiceProvider,PaymentInitiationServiceProvider,WiremockValidation
public abstract class AbstractAdapterServiceProvider extends Object implements AccountInformationServiceProvider, PaymentInitiationServiceProvider
-
-
Constructor Summary
Constructors Constructor Description AbstractAdapterServiceProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Interceptor>getInterceptors(Aspsp aspsp, Interceptor... interceptors)voidwiremockValidationEnabled(boolean value)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.adorsys.xs2a.adapter.api.AccountInformationServiceProvider
getAccountInformationService
-
Methods inherited from interface de.adorsys.xs2a.adapter.api.AdapterServiceProvider
getAdapterId
-
Methods inherited from interface de.adorsys.xs2a.adapter.api.PaymentInitiationServiceProvider
getPaymentInitiationService
-
-
-
-
Method Detail
-
wiremockValidationEnabled
public void wiremockValidationEnabled(boolean value)
- Specified by:
wiremockValidationEnabledin interfaceWiremockValidation
-
getInterceptors
public List<Interceptor> getInterceptors(Aspsp aspsp, Interceptor... interceptors)
-
-