Serialized Form


Package org.mobicents.protocols.smpp

Class org.mobicents.protocols.smpp.Address extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

ton

int ton
Type of number.


npi

int npi
Numbering plan indicator.


address

String address
The address.

Class org.mobicents.protocols.smpp.AlreadyBoundException extends SMPPRuntimeException implements Serializable

serialVersionUID: 2L

Class org.mobicents.protocols.smpp.BadCommandIDException extends SMPPRuntimeException implements Serializable

serialVersionUID: 3L

Serialized Fields

badId

int badId

Class org.mobicents.protocols.smpp.ErrorAddress extends Address implements Serializable

serialVersionUID: 2L

Serialized Fields

error

long error
The error code showing why this address failed.

Class org.mobicents.protocols.smpp.IllegalStateException extends SMPPRuntimeException implements Serializable

serialVersionUID: 2L

Class org.mobicents.protocols.smpp.InvalidOperationException extends SMPPException implements Serializable

serialVersionUID: 2L

Class org.mobicents.protocols.smpp.NotBoundException extends SMPPRuntimeException implements Serializable

serialVersionUID: 2L

Class org.mobicents.protocols.smpp.SMPPException extends Exception implements Serializable

serialVersionUID: 2L

Class org.mobicents.protocols.smpp.SMPPRuntimeException extends RuntimeException implements Serializable

serialVersionUID: 2L

Class org.mobicents.protocols.smpp.UnsupportedOperationException extends SMPPRuntimeException implements Serializable

serialVersionUID: 2L


Package org.mobicents.protocols.smpp.message

Class org.mobicents.protocols.smpp.message.AlertNotification extends SMPPPacket implements Serializable

serialVersionUID: 2L

Serialized Fields

source

Address source

destination

Address destination

Class org.mobicents.protocols.smpp.message.Bind extends SMPPPacket implements Serializable

serialVersionUID: 2L

Serialized Fields

systemId

String systemId

password

String password

systemType

String systemType

version

SMPPVersion version

addressRange

String addressRange

addressTon

int addressTon

addressNpi

int addressNpi

Class org.mobicents.protocols.smpp.message.BindReceiver extends Bind implements Serializable

serialVersionUID: 2L

Class org.mobicents.protocols.smpp.message.BindReceiverResp extends BindResp implements Serializable

serialVersionUID: 2L

Class org.mobicents.protocols.smpp.message.BindResp extends SMPPPacket implements Serializable

serialVersionUID: 2L

Serialized Fields

systemId

String systemId

Class org.mobicents.protocols.smpp.message.BindTransceiver extends Bind implements Serializable

serialVersionUID: 2L

Class org.mobicents.protocols.smpp.message.BindTransceiverResp extends BindResp implements Serializable

serialVersionUID: 2L

Class org.mobicents.protocols.smpp.message.BindTransmitter extends Bind implements Serializable

serialVersionUID: 2L

Class org.mobicents.protocols.smpp.message.BindTransmitterResp extends BindResp implements Serializable

serialVersionUID: 2L

Class org.mobicents.protocols.smpp.message.BroadcastSM extends SMPPPacket implements Serializable

serialVersionUID: 2L

Serialized Fields

serviceType

String serviceType

source

Address source

messageId

String messageId

priority

int priority

deliveryTime

SMPPDate deliveryTime

expiryTime

SMPPDate expiryTime

replaceIfPresent

int replaceIfPresent

dataCoding

int dataCoding

defaultMsg

int defaultMsg

Class org.mobicents.protocols.smpp.message.BroadcastSMResp extends SMPPPacket implements Serializable

serialVersionUID: 2L

Serialized Fields

messageId

String messageId

Class org.mobicents.protocols.smpp.message.CancelBroadcastSM extends SMPPPacket implements Serializable

serialVersionUID: 2L

Serialized Fields

serviceType

String serviceType

messageId

String messageId

source

Address source

Class org.mobicents.protocols.smpp.message.CancelBroadcastSMResp extends SMPPPacket implements Serializable

serialVersionUID: 2L

Class org.mobicents.protocols.smpp.message.CancelSM extends SMPPPacket implements Serializable

serialVersionUID: 2L

Serialized Fields

serviceType

String serviceType

messageId

String messageId

source

Address source

destination

Address destination

Class org.mobicents.protocols.smpp.message.CancelSMResp extends SMPPPacket implements Serializable

serialVersionUID: 2L

Class org.mobicents.protocols.smpp.message.DataSM extends SMPPPacket implements Serializable

serialVersionUID: 2L

Serialized Fields

serviceType

String serviceType

source

Address source

destination

Address destination

esmClass

int esmClass

registered

int registered

dataCoding

int dataCoding

Class org.mobicents.protocols.smpp.message.DataSMResp extends SMPPPacket implements Serializable

serialVersionUID: 2L

Serialized Fields

messageId

String messageId

Class org.mobicents.protocols.smpp.message.DeliverSM extends SubmitSM implements Serializable

serialVersionUID: 2L

Class org.mobicents.protocols.smpp.message.DeliverSMResp extends SMPPPacket implements Serializable

serialVersionUID: 2L

Serialized Fields

messageId

String messageId

Class org.mobicents.protocols.smpp.message.DestinationTable extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

addresses

List<E> addresses

distributionLists

List<E> distributionLists

length

int length
The length is the total number of bytes the table would encode as.

Class org.mobicents.protocols.smpp.message.EnquireLink extends SMPPPacket implements Serializable

serialVersionUID: 2L

Class org.mobicents.protocols.smpp.message.EnquireLinkResp extends SMPPPacket implements Serializable

serialVersionUID: 2L

Class org.mobicents.protocols.smpp.message.GenericNack extends SMPPPacket implements Serializable

serialVersionUID: 2L

Class org.mobicents.protocols.smpp.message.InvalidParameterValueException extends SMPPRuntimeException implements Serializable

serialVersionUID: 2L

Serialized Fields

invalidValue

Object invalidValue

invalidValueType

int invalidValueType

Class org.mobicents.protocols.smpp.message.Outbind extends SMPPPacket implements Serializable

serialVersionUID: 2L

Serialized Fields

systemId

String systemId

password

String password

Class org.mobicents.protocols.smpp.message.ParamRetrieve extends SMPPPacket implements Serializable

serialVersionUID: 2L

Serialized Fields

paramName

String paramName
Name of the parameter to retrieve

Class org.mobicents.protocols.smpp.message.ParamRetrieveResp extends SMPPPacket implements Serializable

serialVersionUID: 2L

Serialized Fields

paramValue

String paramValue
String value of the requested parameter

Class org.mobicents.protocols.smpp.message.QueryBroadcastSM extends SMPPPacket implements Serializable

serialVersionUID: 2L

Serialized Fields

messageId

String messageId

source

Address source

Class org.mobicents.protocols.smpp.message.QueryBroadcastSMResp extends SMPPPacket implements Serializable

serialVersionUID: 2L

Serialized Fields

messageId

String messageId

Class org.mobicents.protocols.smpp.message.QueryLastMsgs extends SMPPPacket implements Serializable

serialVersionUID: 2L

Serialized Fields

source

Address source
The source address for which to query messages. The last msgCount messages originating from this source address will be retrieved.


msgCount

int msgCount
Number of messages to look up.

Class org.mobicents.protocols.smpp.message.QueryLastMsgsResp extends SMPPPacket implements Serializable

serialVersionUID: 2L

Serialized Fields

messageTable

List<E> messageTable
The table of messages returned

Class org.mobicents.protocols.smpp.message.QueryMsgDetails extends SMPPPacket implements Serializable

serialVersionUID: 2L

Serialized Fields

messageId

String messageId
Original message ID of the required message.


source

Address source
Source address of the message.


smLength

int smLength
Length of the message text required.

Class org.mobicents.protocols.smpp.message.QueryMsgDetailsResp extends SMPPPacket implements Serializable

serialVersionUID: 2L

Serialized Fields

serviceType

String serviceType

source

Address source

destinationTable

DestinationTable destinationTable

protocolID

int protocolID

priority

int priority

deliveryTime

SMPPDate deliveryTime

expiryTime

SMPPDate expiryTime

registered

int registered

dataCoding

int dataCoding

message

byte[] message

messageId

String messageId

finalDate

SMPPDate finalDate

messageStatus

MessageState messageStatus

errorCode

int errorCode

Class org.mobicents.protocols.smpp.message.QuerySM extends SMPPPacket implements Serializable

serialVersionUID: 2L

Serialized Fields

messageId

String messageId

source

Address source

Class org.mobicents.protocols.smpp.message.QuerySMResp extends SMPPPacket implements Serializable

serialVersionUID: 2L

Serialized Fields

messageId

String messageId

finalDate

SMPPDate finalDate

messageState

MessageState messageState

errorCode

int errorCode

Class org.mobicents.protocols.smpp.message.ReplaceSM extends SMPPPacket implements Serializable

serialVersionUID: 2L

Serialized Fields

messageId

String messageId

source

Address source

deliveryTime

SMPPDate deliveryTime

expiryTime

SMPPDate expiryTime

registered

int registered

defaultMsg

int defaultMsg

message

byte[] message

Class org.mobicents.protocols.smpp.message.ReplaceSMResp extends SMPPPacket implements Serializable

serialVersionUID: 2L

Class org.mobicents.protocols.smpp.message.SMPPPacket extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

commandId

int commandId
Command ID.


commandStatus

int commandStatus
Command status.


sequenceNum

long sequenceNum
Packet sequence number.


tlvTable

TLVTable tlvTable
TLV table.

Class org.mobicents.protocols.smpp.message.SMPPProtocolException extends SMPPRuntimeException implements Serializable

serialVersionUID: 2L

Class org.mobicents.protocols.smpp.message.SubmitMulti extends SMPPPacket implements Serializable

serialVersionUID: 2L

Serialized Fields

serviceType

String serviceType

source

Address source

destinationTable

DestinationTable destinationTable

esmClass

int esmClass

protocolID

int protocolID

priority

int priority

deliveryTime

SMPPDate deliveryTime

expiryTime

SMPPDate expiryTime

registered

int registered

replaceIfPresent

int replaceIfPresent

dataCoding

int dataCoding

defaultMsg

int defaultMsg

message

byte[] message

Class org.mobicents.protocols.smpp.message.SubmitMultiResp extends SMPPPacket implements Serializable

serialVersionUID: 2L

Serialized Fields

messageId

String messageId

unsuccessfulTable

List<E> unsuccessfulTable
Table of unsuccessful destinations

Class org.mobicents.protocols.smpp.message.SubmitSM extends SMPPPacket implements Serializable

serialVersionUID: 2L

Serialized Fields

serviceType

String serviceType

source

Address source

destination

Address destination

esmClass

int esmClass

protocolID

int protocolID

priority

int priority

deliveryTime

SMPPDate deliveryTime

expiryTime

SMPPDate expiryTime

registered

int registered

replaceIfPresent

int replaceIfPresent

dataCoding

int dataCoding

defaultMsg

int defaultMsg

message

byte[] message

Class org.mobicents.protocols.smpp.message.SubmitSMResp extends SMPPPacket implements Serializable

serialVersionUID: 2L

Serialized Fields

messageId

String messageId

Class org.mobicents.protocols.smpp.message.Unbind extends SMPPPacket implements Serializable

serialVersionUID: 2L

Class org.mobicents.protocols.smpp.message.UnbindResp extends SMPPPacket implements Serializable

serialVersionUID: 2L


Package org.mobicents.protocols.smpp.message.param

Class org.mobicents.protocols.smpp.message.param.AbstractDescriptor extends Object implements Serializable

serialVersionUID: 2L

Class org.mobicents.protocols.smpp.message.param.BitmaskParamDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

public Object readObject(PacketDecoder decoder,
                         int length)

writeObject

public void writeObject(Object obj,
                        PacketEncoder encoder)
                 throws IOException
Throws:
IOException - If there was an error writing to the stream.

Class org.mobicents.protocols.smpp.message.param.BytesParamDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

public Object readObject(PacketDecoder decoder,
                         int length)

writeObject

public void writeObject(Object obj,
                        PacketEncoder encoder)
                 throws IOException
Throws:
IOException - If there was an error writing to the stream.
Serialized Fields

linkIndex

int linkIndex

Class org.mobicents.protocols.smpp.message.param.CStringParamDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

public Object readObject(PacketDecoder decoder,
                         int length)

writeObject

public void writeObject(Object str,
                        PacketEncoder encoder)
                 throws IOException
Throws:
IOException - If there was an error writing to the stream.

Class org.mobicents.protocols.smpp.message.param.DateParamDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

public Object readObject(PacketDecoder decoder,
                         int length)

writeObject

public void writeObject(Object obj,
                        PacketEncoder encoder)
                 throws IOException
Throws:
IOException - If there was an error writing to the stream.

Class org.mobicents.protocols.smpp.message.param.IntegerParamDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

public Object readObject(PacketDecoder decoder,
                         int length)

writeObject

public void writeObject(Object obj,
                        PacketEncoder encoder)
                 throws IOException
Throws:
IOException - If there was an error writing to the stream.
Serialized Fields

length

int length
Number of bytes to read for the integer. Default is 1.

Class org.mobicents.protocols.smpp.message.param.NullParamDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

public Object readObject(PacketDecoder decoder,
                         int length)

writeObject

public void writeObject(Object obj,
                        PacketEncoder encoder)
                 throws IOException
Throws:
IOException - If there was an error writing to the stream.

Class org.mobicents.protocols.smpp.message.param.StringParamDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

public Object readObject(PacketDecoder decoder,
                         int length)

writeObject

public void writeObject(Object obj,
                        PacketEncoder encoder)
                 throws IOException
Throws:
IOException - If there was an error writing to the stream.
Serialized Fields

linkIndex

int linkIndex

Package org.mobicents.protocols.smpp.message.tlv

Class org.mobicents.protocols.smpp.message.tlv.BadValueTypeException extends SMPPRuntimeException implements Serializable

serialVersionUID: 3L

Class org.mobicents.protocols.smpp.message.tlv.InvalidSizeForValueException extends SMPPRuntimeException implements Serializable

serialVersionUID: 3L

Class org.mobicents.protocols.smpp.message.tlv.Tag extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

tag

Integer tag
Integer value of this tag.


minLength

int minLength
The minimum length a value of this tag type can be.


maxLength

int maxLength
The maximum length a value of this tag type can be.


paramDescriptor

ParamDescriptor paramDescriptor
The class used for encoding and decoding values of this tag type.

See Also:
ParamDescriptor

Class org.mobicents.protocols.smpp.message.tlv.TagDefinedException extends SMPPRuntimeException implements Serializable

serialVersionUID: 3L

Serialized Fields

tagValue

int tagValue
The value of the tag that was attempted to be redefined.

Class org.mobicents.protocols.smpp.message.tlv.TLVTableImpl extends LinkedHashMap<Tag,Object> implements Serializable

serialVersionUID: 2L


Package org.mobicents.protocols.smpp.net

Class org.mobicents.protocols.smpp.net.ReadTimeoutException extends SMPPRuntimeException implements Serializable

serialVersionUID: 2L


Package org.mobicents.protocols.smpp.util

Class org.mobicents.protocols.smpp.util.InvalidConfigurationException extends SMPPRuntimeException implements Serializable

serialVersionUID: 3L

Serialized Fields

invalidValue

String invalidValue

Class org.mobicents.protocols.smpp.util.InvalidDateFormatException extends SMPPException implements Serializable

serialVersionUID: 2L

Serialized Fields

dateString

String dateString

Class org.mobicents.protocols.smpp.util.PropertiesAPIConfig extends AbstractAPIConfig implements Serializable

serialVersionUID: 2L

Serialized Fields

propsURL

URL propsURL
The URL that API properties are loaded from (including path info).


properties

Properties properties

Class org.mobicents.protocols.smpp.util.PropertyNotFoundException extends SMPPRuntimeException implements Serializable

serialVersionUID: 2L

Class org.mobicents.protocols.smpp.util.SMPPDate extends Object implements Serializable

serialVersionUID: 3L

Class org.mobicents.protocols.smpp.util.SMPPDateFormat extends Format implements Serializable

serialVersionUID: 2L

Serialized Fields

yearModifier

int yearModifier

Package org.mobicents.protocols.smpp.version

Class org.mobicents.protocols.smpp.version.AbstractSMPPVersion extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

versionID

int versionID
Integer representing this version number. The SMPP specification states integer values that represent protocol revisions. These values are used mainly in the bind_* and bind response messages. Integer value 0x33 represents version 3.3 of the protocol, integer value 0x34 represents version 3.4...it's assumed further major and minor revisions of the SMPP specification will continue this numbering scheme.


versionString

String versionString
Descriptive text for this protocol version. This value is used only to return a representative string from toString.

Class org.mobicents.protocols.smpp.version.SMPPVersion33 extends AbstractSMPPVersion implements Serializable

serialVersionUID: 2L

Class org.mobicents.protocols.smpp.version.SMPPVersion34 extends AbstractSMPPVersion implements Serializable

serialVersionUID: 2L

Class org.mobicents.protocols.smpp.version.SMPPVersion50 extends AbstractSMPPVersion implements Serializable

serialVersionUID: 2L

Class org.mobicents.protocols.smpp.version.VersionException extends SMPPRuntimeException implements Serializable

serialVersionUID: 2L



Copyright © 2011 Mobicents. All Rights Reserved.