net.java.slee.resources.smpp.pdu
Interface DeliverSMResp
- All Superinterfaces:
- PDU, java.io.Serializable, SmppResponse
public interface DeliverSMResp
- extends SmppResponse
This PDU indicates the ESMEs acceptance or rejection of the delivered
message. The error returned by the ESME can cause the message to be retried
at a later date or rejected there and then.
- Author:
- amit bhayani
getMessageID
java.lang.String getMessageID()
setMessageID
void setMessageID(java.lang.String messageID)
Copyright © 2011. All Rights Reserved.