net.java.slee.resources.smpp.pdu
Interface SubmitSMResp

All Superinterfaces:
PDU, java.io.Serializable, SmppResponse

public interface SubmitSMResp
extends SmppResponse

The MC response to a submit_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

Method Summary
 java.lang.String getMessageID()
           
 void setMessageID(java.lang.String messageID)
           
 
Methods inherited from interface net.java.slee.resources.smpp.pdu.PDU
addTLV, getAllTLVs, getCommandId, getCommandStatus, getSequenceNum, getValue, hasTLV, isTLVPermitted, removeTLV
 

Method Detail

getMessageID

java.lang.String getMessageID()

setMessageID

void setMessageID(java.lang.String messageID)


Copyright © 2011. All Rights Reserved.