Class BudingV2Factory
- java.lang.Object
-
- org.dromara.sms4j.provider.factory.AbstractProviderFactory<BudingV2SmsImpl,BudingV2Config>
-
- org.dromara.sms4j.budingyun.config.BudingV2Factory
-
- All Implemented Interfaces:
BaseProviderFactory<BudingV2SmsImpl,BudingV2Config>
public class BudingV2Factory extends AbstractProviderFactory<BudingV2SmsImpl,BudingV2Config>
BudingV2Factory布丁云V2短信对象建造
- Author:
- NicholaslD
-
-
Field Summary
Fields Modifier and Type Field Description private static BudingV2FactoryINSTANCE
-
Constructor Summary
Constructors Constructor Description BudingV2Factory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BudingV2SmsImplcreateSms(BudingV2Config budingV2Config)创建短信实现对象StringgetSupplier()获取供应商static BudingV2Factoryinstance()-
Methods inherited from class org.dromara.sms4j.provider.factory.AbstractProviderFactory
getConfigClass
-
-
-
-
Field Detail
-
INSTANCE
private static final BudingV2Factory INSTANCE
-
-
Method Detail
-
instance
public static BudingV2Factory instance()
-
createSms
public BudingV2SmsImpl createSms(BudingV2Config budingV2Config)
Description copied from interface:BaseProviderFactory创建短信实现对象- Parameters:
budingV2Config- 短信配置对象- Returns:
- 短信实现对象
-
getSupplier
public String getSupplier()
Description copied from interface:BaseProviderFactory获取供应商- Returns:
- 供应商
-
-