public class MessageReceiverListenerImpl extends Object implements org.jsmpp.session.MessageReceiverListener
| Constructor and Description |
|---|
MessageReceiverListenerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAcceptAlertNotification(org.jsmpp.bean.AlertNotification alertNotification) |
org.jsmpp.session.DataSmResult |
onAcceptDataSm(org.jsmpp.bean.DataSm dataSm,
org.jsmpp.session.Session source) |
void |
onAcceptDeliverSm(org.jsmpp.bean.DeliverSm deliverSm) |
public void onAcceptDeliverSm(org.jsmpp.bean.DeliverSm deliverSm)
throws org.jsmpp.extra.ProcessRequestException
onAcceptDeliverSm in interface org.jsmpp.session.MessageReceiverListenerorg.jsmpp.extra.ProcessRequestExceptionpublic void onAcceptAlertNotification(org.jsmpp.bean.AlertNotification alertNotification)
onAcceptAlertNotification in interface org.jsmpp.session.MessageReceiverListenerpublic org.jsmpp.session.DataSmResult onAcceptDataSm(org.jsmpp.bean.DataSm dataSm,
org.jsmpp.session.Session source)
throws org.jsmpp.extra.ProcessRequestException
onAcceptDataSm in interface org.jsmpp.session.GenericMessageReceiverListenerorg.jsmpp.extra.ProcessRequestExceptionCopyright © 2025 WSO2. All rights reserved.