Package com.seleniumsoftware.SMPPSim.pdu
Class Response
- java.lang.Object
-
- com.seleniumsoftware.SMPPSim.pdu.Pdu
-
- com.seleniumsoftware.SMPPSim.pdu.Response
-
- All Implemented Interfaces:
Marshaller,java.io.Serializable
- Direct Known Subclasses:
BindReceiverResp,BindTransceiverResp,BindTransmitterResp,CancelSMResp,DataSMResp,DeliverSM,EnquireLinkResp,GenericNakResp,Outbind,QuerySMResp,ReplaceSMResp,SubmitMultiResp,SubmitSMResp,UnbindResp
public abstract class Response extends Pdu implements Marshaller
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]errorResponse(int cmd_id, int cmd_status, int seq_no)voidprepareHeaderForMarshalling()java.lang.StringtoString()-
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
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.seleniumsoftware.SMPPSim.pdu.Marshaller
marshall
-
-