Version
BindTransmitter
Corresponding SMPP Command: bind_transmitter
Extends: BaseBind<BindTransmitterResp>
BindTransmitter represents the SMPP bind_transmitter command. It is used by an ESME to establish a transmit-only session with the SMSC, allowing the application to send messages but not receive them. This class wraps the authentication and configuration required for this type of bind.
Fields inherited from class com.mobius.software.protocols.smpp.Pdu
PDU_HEADER_LENGTH, PDU_INT_LENGTH
Constructor:
public BindTransmitter()
Creates a new BindTransmitter instance with default parameters. System ID, password, and other fields must be set using inherited setters.
Methods:
BindTransmitterResp createResponse() | Generates a BindTransmitterResp to acknowledge the bind request. |
Class<BindTransmitterResp> getResponseClass() | Returns the associated response type (BindTransmitterResp.class). |
Methods inherited from class com.mobius.software.protocols.smpp.BaseBind |
|
appendBodyToString, calculateByteSizeOfBody, getAddressRange, getInterfaceVersion, getPassword, getSystemId, getSystemType, readBody, setAddressRange, setInterfaceVersion, setPassword, setSystemId, setSystemType, writeBody | |
Methods inherited from class com.mobius.software.protocols.smpp.PduRequest |
|
createGenericNack | |
Methods inherited from class com.mobius.software.protocols.smpp.Pdu |
|
addOptionalParameter, calculateAndSetCommandLength, getCommandId, getCommandLength, getCommandStatus, getName, getOptionalParameter, getOptionalParameterCount, getOptionalParameters, getReferenceObject, getSequenceNumber, hasCommandLengthCalculated, hasOptionalParameter, hasSequenceNumberAssigned, isRequest, isResponse, readOptionalParameters, removeCommandLength, removeOptionalParameter, removeSequenceNumber, setCommandLength, setCommandStatus, setOptionalParameter, setReferenceObject, setSequenceNumber, toString, writeOptionalParameters | |
Methods inherited from class java.lang.Object |
|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Start innovating with Mobius
What's next? Let's talk!