|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.transport.jms.JMSConstants
Field Summary | |
static String |
ACTIVEMQ_DYNAMIC_QUEUE
|
static String |
ACTIVEMQ_DYNAMIC_TOPIC
|
static String |
CONFAC_JNDI_NAME_PARAM
The Parameter name indicating the JMS connection factory JNDI name |
static String |
CONFAC_PARAM
The Parameter name of an Axis2 service, indicating the JMS connection factory which should be used to listen for messages for it. |
static String |
CONTENT_TYPE
The JMS message property specifying the content type |
static String |
DEFAULT_CONFAC_NAME
The local (Axis2) JMS connection factory name of the default connection factory to be used, if a service does not explicitly state the connection factory it should be using by a Parameter named JMSConstants.CONFAC_PARAM |
static long |
DEFAULT_JMS_TIMEOUT
The default JMS time out waiting for a reply |
static String |
DEST_PARAM
The Parameter name indicating a JMS destination |
static String |
DEST_TYPE_PARAM
The Parameter name indicating the JMS destination type |
static String |
DEST_TYPE_QUEUE
The Parameter name indicating the JMS destination type |
static String |
DEST_TYPE_TOPIC
The Parameter name indicating the JMS destination type |
static String |
JMS_BYTE_MESSAGE
The message type indicating a BytesMessage. |
static String |
JMS_COORELATION_ID
A MessageContext property or client Option stating the JMS correlation id |
static String |
JMS_MESSAGE_TYPE
A MessageContext property or client Option stating the JMS message type |
static String |
JMS_PREFIX
The prefix indicating an Axis JMS URL |
static QName |
JMS_QNAME
The QName of the JMS transport |
static String |
JMS_TEXT_MESSAGE
The message type indicating a TextMessage. |
static String |
JMS_WAIT_REPLY
A MessageContext property or client Option stating the time to wait for a response JMS message |
static String |
SOAPACTION
The JMS message property specifying the SOAP Action |
Constructor Summary | |
JMSConstants()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String JMS_PREFIX
public static final QName JMS_QNAME
public static final String DEST_PARAM
public static final String DEST_TYPE_PARAM
public static final String DEST_TYPE_TOPIC
public static final String DEST_TYPE_QUEUE
public static final String CONFAC_PARAM
public static final String CONFAC_JNDI_NAME_PARAM
public static final String DEFAULT_CONFAC_NAME
public static final String JMS_MESSAGE_TYPE
public static final String JMS_BYTE_MESSAGE
public static final String JMS_TEXT_MESSAGE
public static final String JMS_COORELATION_ID
public static final String JMS_WAIT_REPLY
public static final String SOAPACTION
public static final String CONTENT_TYPE
public static final long DEFAULT_JMS_TIMEOUT
public static final String ACTIVEMQ_DYNAMIC_QUEUE
public static final String ACTIVEMQ_DYNAMIC_TOPIC
Constructor Detail |
public JMSConstants()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |