org.mobicents.slee.resources.smpp.pdu
Class SubmitMultiRespImpl

java.lang.Object
  extended by org.mobicents.slee.resources.smpp.pdu.PDUImpl
      extended by org.mobicents.slee.resources.smpp.pdu.SubmitMultiRespImpl
All Implemented Interfaces:
java.io.Serializable, PDU, SmppResponse, SubmitMultiResp, ExtSmppResponse

public class SubmitMultiRespImpl
extends PDUImpl
implements SubmitMultiResp, ExtSmppResponse

Author:
amit bhayani
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.mobicents.slee.resources.smpp.pdu.PDUImpl
smppPacket
 
Constructor Summary
SubmitMultiRespImpl(int commandStatus)
           
SubmitMultiRespImpl(org.mobicents.protocols.smpp.message.SubmitMultiResp submitMultiResp)
           
 
Method Summary
 void addErrorAddress(ErrorAddress errAddress)
           
 java.lang.String getMessageID()
           
 int getNumUnsuccess()
           
 org.mobicents.protocols.smpp.message.SMPPPacket getSMPPPacket()
           
 java.util.List<ErrorAddress> getUnsuccessSME()
           
 boolean isTLVPermitted(Tag tag)
           
 void setMessageID(java.lang.String messageID)
           
 
Methods inherited from class org.mobicents.slee.resources.smpp.pdu.PDUImpl
addTLV, convertProtoAddress, convertProtoDate, convertProtoErrorAddress, equals, getAllTLVs, getCommandId, getCommandStatus, getSequenceNum, getValue, hashCode, hasTLV, removeTLV, setSequenceNum
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.java.slee.resources.smpp.pdu.PDU
addTLV, getAllTLVs, getCommandId, getCommandStatus, getSequenceNum, getValue, hasTLV, removeTLV
 

Constructor Detail

SubmitMultiRespImpl

public SubmitMultiRespImpl(org.mobicents.protocols.smpp.message.SubmitMultiResp submitMultiResp)

SubmitMultiRespImpl

public SubmitMultiRespImpl(int commandStatus)
Method Detail

getNumUnsuccess

public int getNumUnsuccess()
Specified by:
getNumUnsuccess in interface SubmitMultiResp

getUnsuccessSME

public java.util.List<ErrorAddress> getUnsuccessSME()
Specified by:
getUnsuccessSME in interface SubmitMultiResp

addErrorAddress

public void addErrorAddress(ErrorAddress errAddress)
Specified by:
addErrorAddress in interface SubmitMultiResp

getMessageID

public java.lang.String getMessageID()
Specified by:
getMessageID in interface SubmitMultiResp

setMessageID

public void setMessageID(java.lang.String messageID)
Specified by:
setMessageID in interface SubmitMultiResp

isTLVPermitted

public boolean isTLVPermitted(Tag tag)
Specified by:
isTLVPermitted in interface PDU

getSMPPPacket

public org.mobicents.protocols.smpp.message.SMPPPacket getSMPPPacket()
Specified by:
getSMPPPacket in interface ExtSmppResponse


Copyright © 2011. All Rights Reserved.