java.lang.Object
com.aoapps.payments.MerchantServicesProviderFactory
Creates instances of
MerchantServicesProvider
s based on the provided
parameters.
Will only create once instance of each unique set of parameters.- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionstatic MerchantServicesProvider
getMerchantServicesProvider
(String providerId, String className, String param1, String param2, String param3, String param4) Gets the provider for the given parameters.
Only one instance of each unique providerId, classname and all parameters will be created.
-
Method Details
-
getMerchantServicesProvider
public static MerchantServicesProvider getMerchantServicesProvider(String providerId, String className, String param1, String param2, String param3, String param4) throws ClassNotFoundException, NoSuchMethodException, IllegalAccessException, InstantiationException, InvocationTargetException Gets the provider for the given parameters.
Only one instance of each unique providerId, classname and all parameters will be created.
-