org.mobicents.protocols.smpp.message
Class BindReceiverResp

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

public class BindReceiverResp
extends BindResp

SMSC response to a BindReceiver request.

Version:
$Id: BindReceiverResp.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
BindReceiverResp()
          Construct a new BindReceiverResp.
BindReceiverResp(SMPPPacket request)
           
 
Method Summary
 
Methods inherited from class org.mobicents.protocols.smpp.message.BindResp
equals, getMandatorySize, getSystemId, hashCode, readMandatory, setSystemId, toString, validateMandatory, writeMandatory
 
Methods inherited from class org.mobicents.protocols.smpp.message.SMPPPacket
clone, getCommandId, getCommandStatus, getLength, getSequenceNum, getTLV, getTLVTable, isRequest, isResponse, isSet, readFrom, removeTLV, safeCompare, setCommandStatus, setSequenceNum, setTLV, sizeOf, sizeOf, sizeOf, sizeOf, toString, validate, validateTLVTable, writeTo, writeTo
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BindReceiverResp

public BindReceiverResp()
Construct a new BindReceiverResp.


BindReceiverResp

public BindReceiverResp(SMPPPacket request)


Copyright © 2011 Mobicents. All Rights Reserved.