Class DefaultSMSNotificationServiceImpl
java.lang.Object
org.broadleafcommerce.common.notification.service.DefaultSMSNotificationServiceImpl
- All Implemented Interfaces:
NotificationService
@Service("blSMSNotificationService")
public class DefaultSMSNotificationServiceImpl
extends Object
implements NotificationService
- Author:
- Nick Crum ncrum
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
canHandle
(Class<? extends Notification> clazz) void
sendNotification
(Notification notification)
-
Field Details
-
LOG
protected final org.apache.commons.logging.Log LOG
-
-
Constructor Details
-
DefaultSMSNotificationServiceImpl
public DefaultSMSNotificationServiceImpl()
-
-
Method Details
-
canHandle
- Specified by:
canHandle
in interfaceNotificationService
-
sendNotification
- Specified by:
sendNotification
in interfaceNotificationService
-