public interface ResponseHandler extends BaseResponseHandler
Modifier and Type | Method and Description |
---|---|
void |
processAlertNotification(AlertNotification alertNotification) |
void |
processDeliverSm(DeliverSm deliverSm)
Process the deliver
|
void |
sendDeliverSmResp(int sequenceNumber)
Response by sending DELIVER_SM_RESP to SMSC.
|
notifyUnbonded, processDataSm, removeSentItem, sendDataSmResp, sendEnquireLinkResp, sendGenerickNack, sendNegativeResponse, sendUnbindResp
void processDeliverSm(DeliverSm deliverSm) throws ProcessRequestException
deliverSm
- ProcessRequestException
void sendDeliverSmResp(int sequenceNumber) throws IOException
sequenceNumber
- is the sequence number of original DELIVER_SM request.IOException
- if an IO error occur.void processAlertNotification(AlertNotification alertNotification)