|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
public interface SmppMessageAttributeNames
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 |
|---|
static final java.lang.String ESM
Integer,
Constant Field Valuesstatic final java.lang.String SERVICE_TYPE
String,
Constant Field Valuesstatic final java.lang.String TLV_PREFIX
TLV_PREFIX+Integer.toHexString(int) for X (decimal value of
X). The attribute value will be a byte array.
static final java.lang.String COMMAND_ID
Integer,
Constant Field Valuesstatic final java.lang.String COMMAND_STATUS
Integer,
Constant Field Valuesstatic final java.lang.String RESPONSE_COMMAND_ID
Integer,
Constant Field Valuesstatic final java.lang.String RESPONSE_COMMAND_STATUS
Integer,
Constant Field Valuesstatic final java.lang.String SEQUENCE_NUMBER
Integer,
Constant Field Valuesstatic final java.lang.String SUBMIT_LENGTH
Integer,
Constant Field Valuesstatic final java.lang.String RESPONSE_BODY_PDU
static final java.lang.String REQUEST_BODY_PDU
static final java.lang.String SMS_SUBMIT_PDU
static final java.lang.String SMS_DELIVER_PDU
static final java.lang.String SMS_SUBMIT_TPUD
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||