org.mobicents.protocols.smpp.message
Class GenericNack
java.lang.Object
org.mobicents.protocols.smpp.message.SMPPPacket
org.mobicents.protocols.smpp.message.GenericNack
- All Implemented Interfaces:
- Serializable, Cloneable
public class GenericNack
- extends SMPPPacket
Generic negative acknowledgment. Used if the short message entity, either
ESME or SMSC, does not understand a message transmitted to it or if a
transmitted protocol message is badly formed.
- Version:
- $Id: GenericNack.java 452 2009-01-15 16:56:36Z orank $
- See Also:
- Serialized Form
| 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 |
GenericNack
public GenericNack()
- Construct a new GenericNack.
GenericNack
public GenericNack(SMPPPacket request)
hashCode
public int hashCode()
- Overrides:
hashCode in class SMPPPacket
Copyright © 2011 Mobicents. All Rights Reserved.