Experts in SMS and MMS Technology. NCLs Provato is an SMS/MMS Gateway supporting  WAP Push, EMS, MMS, SMS, Nokia Smart Messaging, SMPP, CIMD, UCP, MM7, M20, TC35 NCL Technologies Ltd
Provato - SMS MMS Gateway
Mobile Messaging in J2EE & .NET

SwiftNote - Java SMS Toolkit

ie.ncl.sms.smpp
Interface SmppMessageAttributeNames

All Superinterfaces:
AttributeNames

public interface SmppMessageAttributeNames
extends AttributeNames

This interface defines the Short Message property names


Field Summary
static java.lang.String COMMAND_ID
          Used to get the SMPP Command ID of a received smpp message.
static java.lang.String COMMAND_STATUS
          Used to get the SMPP Command Status of a received smpp message.
static java.lang.String ESM
          Set the ESM of a smpp message.
static java.lang.String REQUEST_BODY_PDU
          Used to get specify the body in a non standard SMPP request This value is of type byte[].
static java.lang.String RESPONSE_BODY_PDU
          Used to get specify the body in the response to an unknown (non standard) SMPP request This value is of type byte[].
static java.lang.String RESPONSE_COMMAND_ID
          Used to over-ride the response SMPP Command ID in the acknowledgement of a received smpp message.
static java.lang.String RESPONSE_COMMAND_STATUS
          Used to set the response SMPP Command Status in the acknowledgement of a received smpp message.
static java.lang.String SEQUENCE_NUMBER
          Used to get the SMPP Sequence Number of a received smpp message / or sent acknowledgement.
static java.lang.String SERVICE_TYPE
          Set the Service Type of a smpp message.
static java.lang.String SMS_DELIVER_PDU
           
static java.lang.String SMS_SUBMIT_PDU
           
static java.lang.String SMS_SUBMIT_TPUD
           
static java.lang.String SUBMIT_LENGTH
          Used to get the actual SMPP SM_LENGTH of a successfully submitted message This value is of type Integer.
static java.lang.String TLV_PREFIX
          Prefix for TLV attributes.
 

Field Detail

ESM

static final java.lang.String ESM
Set the ESM of a smpp message. This value should be of type integer.

See Also:
Integer, Constant Field Values

SERVICE_TYPE

static final java.lang.String SERVICE_TYPE
Set the Service Type of a smpp message. This value should be of type string.

See Also:
String, Constant Field Values

TLV_PREFIX

static final java.lang.String TLV_PREFIX
Prefix for TLV attributes. A TLV with tag value X will have attribute name TLV_PREFIX+Integer.toHexString(int) for X (decimal value of X). The attribute value will be a byte array.

See Also:
Constant Field Values

COMMAND_ID

static final java.lang.String COMMAND_ID
Used to get the SMPP Command ID of a received smpp message. This value is of type Integer.

See Also:
Integer, Constant Field Values

COMMAND_STATUS

static final java.lang.String COMMAND_STATUS
Used to get the SMPP Command Status of a received smpp message. This value is of type Integer.

See Also:
Integer, Constant Field Values

RESPONSE_COMMAND_ID

static final java.lang.String RESPONSE_COMMAND_ID
Used to over-ride the response SMPP Command ID in the acknowledgement of a received smpp message. This works for both manual and automatic message delivery acknowledgements. This value will be set regardless of whether or not the receive message callback - or message acknowledge - returns a sucess (true). This value should be of type Integer.

See Also:
Integer, Constant Field Values

RESPONSE_COMMAND_STATUS

static final java.lang.String RESPONSE_COMMAND_STATUS
Used to set the response SMPP Command Status in the acknowledgement of a received smpp message. This works for both manual and automatic message delivery acknowledgements. This value will be set regardless of whether or not the receive message callback - or message acknowledge - returns a sucess (true). This value should be of type Integer.

See Also:
Integer, Constant Field Values

SEQUENCE_NUMBER

static final java.lang.String SEQUENCE_NUMBER
Used to get the SMPP Sequence Number of a received smpp message / or sent acknowledgement. This value is of type Integer.

See Also:
Integer, Constant Field Values

SUBMIT_LENGTH

static final java.lang.String SUBMIT_LENGTH
Used to get the actual SMPP SM_LENGTH of a successfully submitted message This value is of type Integer.

See Also:
Integer, Constant Field Values

RESPONSE_BODY_PDU

static final java.lang.String RESPONSE_BODY_PDU
Used to get specify the body in the response to an unknown (non standard) SMPP request This value is of type byte[].

See Also:
Constant Field Values

REQUEST_BODY_PDU

static final java.lang.String REQUEST_BODY_PDU
Used to get specify the body in a non standard SMPP request This value is of type byte[].

See Also:
Constant Field Values

SMS_SUBMIT_PDU

static final java.lang.String SMS_SUBMIT_PDU
See Also:
Constant Field Values

SMS_DELIVER_PDU

static final java.lang.String SMS_DELIVER_PDU
See Also:
Constant Field Values

SMS_SUBMIT_TPUD

static final java.lang.String SMS_SUBMIT_TPUD
See Also:
Constant Field Values

Experts in SMS and MMS Technology. NCLs Provato is an SMS/MMS Gateway supporting  WAP Push, EMS, MMS, SMS, Nokia Smart Messaging, SMPP, CIMD, UCP, MM7, M20, TC35 NCL Technologies Ltd
Provato - SMS MMS Gateway
Mobile Messaging in J2EE & .NET

SwiftNote - Java SMS Toolkit