org.apache.axis2.transport.jms
Class JMSConstants

java.lang.Object
  extended by org.apache.axis2.transport.jms.JMSConstants

public class JMSConstants
extends Object


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 QName DEFAULT_OPERATION
          The default operation name to be used for non SOAP/XML messages if the operation cannot be determined
static QName DEFAULT_WRAPPER
          The name of the element which wraps non SOAP/XML content into a SOAP envelope
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 OPERATION_PARAM
          The Parameter name indicating the operation to dispatch non SOAP/XML messages
static String SOAPACTION
          The JMS message property specifying the SOAP Action
static String WRAPPER_PARAM
          The Parameter name indicating the wrapper element for non SOAP/XML messages
 
Constructor Summary
JMSConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JMS_PREFIX

public static final String JMS_PREFIX
The prefix indicating an Axis JMS URL

See Also:
Constant Field Values

JMS_QNAME

public static final QName JMS_QNAME
The QName of the JMS transport


DEST_PARAM

public static final String DEST_PARAM
The Parameter name indicating a JMS destination

See Also:
Constant Field Values

DEST_TYPE_PARAM

public static final String DEST_TYPE_PARAM
The Parameter name indicating the JMS destination type

See Also:
Constant Field Values

DEST_TYPE_TOPIC

public static final String DEST_TYPE_TOPIC
The Parameter name indicating the JMS destination type

See Also:
Constant Field Values

DEST_TYPE_QUEUE

public static final String DEST_TYPE_QUEUE
The Parameter name indicating the JMS destination type

See Also:
Constant Field Values

CONFAC_PARAM

public static final 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. This is the local (Axis2) name of the connection factory and not a JNDI name

See Also:
Constant Field Values

CONFAC_JNDI_NAME_PARAM

public static final String CONFAC_JNDI_NAME_PARAM
The Parameter name indicating the JMS connection factory JNDI name

See Also:
Constant Field Values

OPERATION_PARAM

public static final String OPERATION_PARAM
The Parameter name indicating the operation to dispatch non SOAP/XML messages

See Also:
Constant Field Values

WRAPPER_PARAM

public static final String WRAPPER_PARAM
The Parameter name indicating the wrapper element for non SOAP/XML messages

See Also:
Constant Field Values

DEFAULT_OPERATION

public static final QName DEFAULT_OPERATION
The default operation name to be used for non SOAP/XML messages if the operation cannot be determined


DEFAULT_WRAPPER

public static final QName DEFAULT_WRAPPER
The name of the element which wraps non SOAP/XML content into a SOAP envelope


DEFAULT_CONFAC_NAME

public static final 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

See Also:
Constant Field Values

JMS_MESSAGE_TYPE

public static final String JMS_MESSAGE_TYPE
A MessageContext property or client Option stating the JMS message type

See Also:
Constant Field Values

JMS_BYTE_MESSAGE

public static final String JMS_BYTE_MESSAGE
The message type indicating a BytesMessage. See JMS_MESSAGE_TYPE

See Also:
Constant Field Values

JMS_TEXT_MESSAGE

public static final String JMS_TEXT_MESSAGE
The message type indicating a TextMessage. See JMS_MESSAGE_TYPE

See Also:
Constant Field Values

JMS_COORELATION_ID

public static final String JMS_COORELATION_ID
A MessageContext property or client Option stating the JMS correlation id

See Also:
Constant Field Values

JMS_WAIT_REPLY

public static final String JMS_WAIT_REPLY
A MessageContext property or client Option stating the time to wait for a response JMS message

See Also:
Constant Field Values

SOAPACTION

public static final String SOAPACTION
The JMS message property specifying the SOAP Action

See Also:
Constant Field Values

CONTENT_TYPE

public static final String CONTENT_TYPE
The JMS message property specifying the content type

See Also:
Constant Field Values

DEFAULT_JMS_TIMEOUT

public static final long DEFAULT_JMS_TIMEOUT
The default JMS time out waiting for a reply

See Also:
Constant Field Values

ACTIVEMQ_DYNAMIC_QUEUE

public static final String ACTIVEMQ_DYNAMIC_QUEUE
See Also:
Constant Field Values

ACTIVEMQ_DYNAMIC_TOPIC

public static final String ACTIVEMQ_DYNAMIC_TOPIC
See Also:
Constant Field Values
Constructor Detail

JMSConstants

public JMSConstants()