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

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

public interface SubmitMultiResp
extends SmppResponse

The MC response to a submit_multi PDU. This is similar to the submit_sm_resp PDU. The main difference is that where some of the specified recipients were either invalid or rejected by the Message Centre, the PDU can specify the list of failed recipients, appending a specific error code for each one, indicating the reason the recipient was invalid. 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
 void addErrorAddress(ErrorAddress errAddress)
           
 java.lang.String getMessageID()
           
 int getNumUnsuccess()
           
 java.util.List<ErrorAddress> getUnsuccessSME()
           
 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)

getNumUnsuccess

int getNumUnsuccess()

getUnsuccessSME

java.util.List<ErrorAddress> getUnsuccessSME()

addErrorAddress

void addErrorAddress(ErrorAddress errAddress)


Copyright © 2011. All Rights Reserved.