@Service(value="blSMSNotificationService") public class DefaultSMSNotificationServiceImpl extends Object implements NotificationService
| Modifier and Type | Field and Description | 
|---|---|
| protected org.apache.commons.logging.Log | LOG | 
| Constructor and Description | 
|---|
| DefaultSMSNotificationServiceImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | canHandle(Class<? extends Notification> clazz) | 
| void | sendNotification(Notification notification) | 
public boolean canHandle(Class<? extends Notification> clazz)
canHandle in interface NotificationServicepublic void sendNotification(Notification notification)
sendNotification in interface NotificationServiceCopyright © 2020. All rights reserved.