public class OutboundMessageNotification extends Object implements org.smslib.IOutboundMessageNotification, org.springframework.context.ApplicationContextAware
OutboundMessageNotification class.
Constructor and Description |
---|
OutboundMessageNotification()
Constructor for OutboundMessageNotification.
|
OutboundMessageNotification(List<org.smslib.IOutboundMessageNotification> listeners)
Constructor for OutboundMessageNotification.
|
Modifier and Type | Method and Description |
---|---|
void |
process(String gatewayId,
org.smslib.OutboundMessage msg) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setListenerList(List<org.smslib.IOutboundMessageNotification> list)
setListenerList
|
public OutboundMessageNotification()
Constructor for OutboundMessageNotification.
public void process(String gatewayId, org.smslib.OutboundMessage msg)
process
in interface org.smslib.IOutboundMessageNotification
public void setListenerList(List<org.smslib.IOutboundMessageNotification> list)
setListenerList
list
- a List
object.public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
Copyright © 2015. All Rights Reserved.