|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResponseHandler
ResponseHandler provide interface to handle response of the session routines.
Method Summary | |
---|---|
void |
processAlertNotification(AlertNotification alertNotification)
|
void |
processDeliverSm(DeliverSm deliverSm)
Process the deliver |
void |
sendDeliverSmResp(int sequenceNumber)
Response by sending DELIVER_SM_RESP to SMSC. |
Methods inherited from interface org.jsmpp.session.BaseResponseHandler |
---|
notifyUnbonded, processDataSm, removeSentItem, sendDataSmResp, sendEnquireLinkResp, sendGenerickNack, sendNegativeResponse, sendUnbindResp |
Method Detail |
---|
void processDeliverSm(DeliverSm deliverSm) throws ProcessRequestException
deliverSm
-
ProcessRequestException
void sendDeliverSmResp(int sequenceNumber) throws java.io.IOException
sequenceNumber
- is the sequence number of original DELIVER_SM request.
java.io.IOException
- if an IO error occur.void processAlertNotification(AlertNotification alertNotification)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |