net.java.slee.resources.smpp.pdu
Interface DataSMResp
- All Superinterfaces:
- PDU, java.io.Serializable, SmppResponse
public interface DataSMResp
- extends SmppResponse
The MC response to a data_sm PDU, indicating the success or failure of the
request. Also included is a MC message_id that can be used in subsequent
operations to query, cancel or replace the contents of an undelivered
message.
- Author:
- amit bhayani
getMessageID
java.lang.String getMessageID()
setMessageID
void setMessageID(java.lang.String messageID)
Copyright © 2011. All Rights Reserved.