org.mobicents.protocols.smpp.message
Class BindTransmitter

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

public class BindTransmitter
extends Bind

Bind to the SMSC as a transmitter.

Version:
$Id: BindTransmitter.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
BindTransmitter()
          Construct a new BindTransmitter.
 
Method Summary
 
Methods inherited from class org.mobicents.protocols.smpp.message.Bind
equals, getAddressNpi, getAddressRange, getAddressTon, getMandatorySize, getPassword, getSystemId, getSystemType, getVersion, hashCode, readMandatory, setAddressNpi, setAddressRange, setAddressTon, setPassword, setSystemId, setSystemType, setVersion, 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, toString, validate, validateTLVTable, writeTo, writeTo
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BindTransmitter

public BindTransmitter()
Construct a new BindTransmitter.



Copyright © 2011 Mobicents. All Rights Reserved.