org.mobicents.protocols.smpp.message
Class CancelSMResp

java.lang.Object
  extended by org.mobicents.protocols.smpp.message.SMPPPacket
      extended by org.mobicents.protocols.smpp.message.CancelSMResp
All Implemented Interfaces:
Serializable, Cloneable

public class CancelSMResp
extends SMPPPacket

SMSC response to a cancel message request.

Version:
$Id: CancelSMResp.java 452 2009-01-15 16:56:36Z orank $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.mobicents.protocols.smpp.message.SMPPPacket
commandId, commandStatus, sequenceNum, tlvTable
 
Constructor Summary
CancelSMResp()
          Construct a new CancelSMResp.
CancelSMResp(SMPPPacket request)
          Create a new CancelSMResp packet in response to a CancelSM.
 
Method Summary
 int hashCode()
           
 
Methods inherited from class org.mobicents.protocols.smpp.message.SMPPPacket
clone, equals, getCommandId, getCommandStatus, getLength, getMandatorySize, getSequenceNum, getTLV, getTLVTable, isRequest, isResponse, isSet, readFrom, readMandatory, removeTLV, safeCompare, setCommandStatus, setSequenceNum, setTLV, sizeOf, sizeOf, sizeOf, sizeOf, toString, toString, validate, validateMandatory, validateTLVTable, writeMandatory, writeTo, writeTo
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CancelSMResp

public CancelSMResp()
Construct a new CancelSMResp.


CancelSMResp

public CancelSMResp(SMPPPacket request)
Create a new CancelSMResp packet in response to a CancelSM. This constructor will set the sequence number to it's expected value.

Parameters:
request - The Request packet the response is to
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class SMPPPacket


Copyright © 2011 Mobicents. All Rights Reserved.