Class SMSServiceProviderImpl

  • All Implemented Interfaces:
    io.mosip.kernel.core.notification.spi.SMSServiceProvider

    @Component
    public class SMSServiceProviderImpl
    extends java.lang.Object
    implements io.mosip.kernel.core.notification.spi.SMSServiceProvider
    Since:
    1.0.0
    Author:
    Ritesh Sinha
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.mosip.kernel.core.notification.model.SMSResponseDto sendSms​(java.lang.String contactNumber, java.lang.String message)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SMSServiceProviderImpl

        public SMSServiceProviderImpl()
    • Method Detail

      • sendSms

        public io.mosip.kernel.core.notification.model.SMSResponseDto sendSms​(java.lang.String contactNumber,
                                                                              java.lang.String message)
        Specified by:
        sendSms in interface io.mosip.kernel.core.notification.spi.SMSServiceProvider