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

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.