java.lang.Object
io.mosip.kernel.smsserviceprovider.msg91.impl.SMSServiceProviderImpl
- All Implemented Interfaces:
io.mosip.kernel.core.notification.spi.SMSServiceProvider
@Component
public class SMSServiceProviderImpl
extends Object
implements io.mosip.kernel.core.notification.spi.SMSServiceProvider
- Since:
- 1.0.0
- Author:
- Ritesh Sinha
-
Constructor Summary
Constructors
-
Method Summary
io.mosip.kernel.core.notification.model.SMSResponseDto
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SMSServiceProviderImpl
public SMSServiceProviderImpl()
-
Method Details
-
sendSms
public io.mosip.kernel.core.notification.model.SMSResponseDto sendSms(String contactNumber,
String message)
- Specified by:
sendSms in interface io.mosip.kernel.core.notification.spi.SMSServiceProvider