Package com.seleniumsoftware.SMPPSim.pdu
Class DeliverSMResp
- java.lang.Object
-
- com.seleniumsoftware.SMPPSim.pdu.Pdu
-
- com.seleniumsoftware.SMPPSim.pdu.Request
-
- com.seleniumsoftware.SMPPSim.pdu.DeliverSMResp
-
- All Implemented Interfaces:
Demarshaller,java.io.Serializable
public class DeliverSMResp extends Request implements Demarshaller
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringmessage_id
-
Constructor Summary
Constructors Constructor Description DeliverSMResp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddemarshall(byte[] request)java.lang.StringgetMessage_id()java.lang.StringtoString()*returns String representation of PDU-
Methods inherited from class com.seleniumsoftware.SMPPSim.pdu.Pdu
equals, getCmd_id, getCmd_len, getCmd_status, getSeq_no, setCmd_id, setCmd_len, setCmd_status, setSeq_no
-
-
-
-
Method Detail
-
demarshall
public void demarshall(byte[] request) throws java.lang.Exception- Specified by:
demarshallin interfaceDemarshaller- Overrides:
demarshallin classRequest- Throws:
java.lang.Exception
-
getMessage_id
public java.lang.String getMessage_id()
- Returns:
-
-