public class SIApiConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JMS_FORMAT
The format string for a bodyless JMS message
|
static java.lang.String |
JMS_FORMAT_BYTES
The format string for a BytesMessage
|
static java.lang.String |
JMS_FORMAT_MAP
The format string for a MapMessage
|
static java.lang.String |
JMS_FORMAT_OBJECT
The format string for an ObjectMessage
|
static java.lang.String |
JMS_FORMAT_STREAM
The format string for a StreamMessage
|
static java.lang.String |
JMS_FORMAT_TEXT
The format string for a TextMessage
|
static java.lang.Integer |
REPORT_COA
The report integer for report on arrival
|
static java.lang.Integer |
REPORT_COD
The report integer for report on delivery
|
static java.lang.Integer |
REPORT_EXCEPTION
The report integer for report on exception
|
static java.lang.Integer |
REPORT_EXPIRY
The report integer for report on expiry
|
static java.lang.Integer |
REPORT_NAN
The report integer for negative action notification
|
static java.lang.Byte |
REPORT_NO_DATA
The report byte for reports without data
|
static java.lang.Integer |
REPORT_PAN
The report integer for positive action notification
|
static java.lang.Byte |
REPORT_WITH_DATA
The report byte for reports with data
|
static java.lang.Byte |
REPORT_WITH_FULL_DATA
The report byte for reports with full data
|
Constructor and Description |
---|
SIApiConstants() |
public static final java.lang.Byte REPORT_NO_DATA
public static final java.lang.Byte REPORT_WITH_DATA
public static final java.lang.Byte REPORT_WITH_FULL_DATA
public static final java.lang.Integer REPORT_EXPIRY
public static final java.lang.Integer REPORT_EXCEPTION
public static final java.lang.Integer REPORT_COA
public static final java.lang.Integer REPORT_COD
public static final java.lang.Integer REPORT_PAN
public static final java.lang.Integer REPORT_NAN
public static final java.lang.String JMS_FORMAT
public static final java.lang.String JMS_FORMAT_BYTES
public static final java.lang.String JMS_FORMAT_TEXT
public static final java.lang.String JMS_FORMAT_OBJECT
public static final java.lang.String JMS_FORMAT_STREAM
public static final java.lang.String JMS_FORMAT_MAP