org.mobicents.slee.resources.smpp.pdu
Class DataSMRespImpl
java.lang.Object
org.mobicents.slee.resources.smpp.pdu.PDUImpl
org.mobicents.slee.resources.smpp.pdu.DataSMRespImpl
- All Implemented Interfaces:
- java.io.Serializable, net.java.slee.resources.smpp.pdu.DataSMResp, net.java.slee.resources.smpp.pdu.PDU, net.java.slee.resources.smpp.pdu.SmppResponse, ExtSmppResponse
public class DataSMRespImpl
- extends PDUImpl
- implements net.java.slee.resources.smpp.pdu.DataSMResp, ExtSmppResponse
- Author:
- amit bhayani
- See Also:
- Serialized Form
| 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 |
DataSMRespImpl
public DataSMRespImpl(org.mobicents.protocols.smpp.message.DataSMResp dataSMResp)
DataSMRespImpl
public DataSMRespImpl(int commandStatus)
getMessageID
public java.lang.String getMessageID()
- Specified by:
getMessageID in interface net.java.slee.resources.smpp.pdu.DataSMResp
setMessageID
public void setMessageID(java.lang.String messageID)
- Specified by:
setMessageID in interface net.java.slee.resources.smpp.pdu.DataSMResp
isTLVPermitted
public boolean isTLVPermitted(net.java.slee.resources.smpp.pdu.Tag tag)
- Specified by:
isTLVPermitted in interface net.java.slee.resources.smpp.pdu.PDU
getSMPPPacket
public org.mobicents.protocols.smpp.message.SMPPPacket getSMPPPacket()
- Specified by:
getSMPPPacket in interface ExtSmppResponse
Copyright © 2010. All Rights Reserved.