@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 NotificationService
public void sendNotification(Notification notification)
sendNotification
in interface NotificationService
Copyright © 2022. All rights reserved.