Package com.seleniumsoftware.SMPPSim.pdu
Class ReplaceSMResp
- java.lang.Object
-
- com.seleniumsoftware.SMPPSim.pdu.Pdu
-
- com.seleniumsoftware.SMPPSim.pdu.Response
-
- com.seleniumsoftware.SMPPSim.pdu.ReplaceSMResp
-
- All Implemented Interfaces:
Marshaller,java.io.Serializable
public class ReplaceSMResp extends Response implements Marshaller
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReplaceSMResp(ReplaceSM requestMsg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]marshall()java.lang.StringtoString()*returns String representation of PDU-
Methods inherited from class com.seleniumsoftware.SMPPSim.pdu.Response
errorResponse, prepareHeaderForMarshalling
-
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
-
-
-
-
Constructor Detail
-
ReplaceSMResp
public ReplaceSMResp(ReplaceSM requestMsg)
-
-
Method Detail
-
marshall
public byte[] marshall() throws java.lang.Exception- Specified by:
marshallin interfaceMarshaller- Throws:
java.lang.Exception
-
-