org.apache.axis2.transport.jms
Class JMSConstants

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

public class JMSConstants
extends java.lang.Object


Field Summary
static java.lang.String ACTIVEMQ_DYNAMIC_QUEUE
           
static java.lang.String ACTIVEMQ_DYNAMIC_TOPIC
           
static java.lang.String CONFAC_JNDI_NAME_PARAM
          The Parameter name indicating the JMS connection factory JNDI name
static java.lang.String CONFAC_JNDI_NAME_PASS
          The Parameter name indicating the JMS connection factory password (useful for WebsphereMQ CLIENT connections) n.b.
static java.lang.String CONFAC_JNDI_NAME_USER
          The Parameter name indicating the JMS connection factory username (useful for WebsphereMQ CLIENT connections) n.b.
static java.lang.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 java.lang.String CONTENT_TYPE
          The JMS message property specifying the content type
static java.lang.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 java.lang.String DEST_PARAM
          The Parameter name indicating a JMS destination for requests
static java.lang.String DEST_TYPE_PARAM
          The Parameter name indicating the JMS destination type
static java.lang.String DEST_TYPE_QUEUE
          The Parameter name indicating the JMS destination type
static java.lang.String DEST_TYPE_TOPIC
          The Parameter name indicating the JMS destination type
static java.lang.String JMS_BYTE_MESSAGE
          The message type indicating a BytesMessage.
static java.lang.String JMS_COORELATION_ID
          A MessageContext property or client Option stating the JMS correlation id
static java.lang.String JMS_MESSAGE_TYPE
          A MessageContext property or client Option stating the JMS message type
static java.lang.String JMS_PREFIX
          The prefix indicating an Axis JMS URL
static java.lang.String JMS_TEXT_MESSAGE
          The message type indicating a TextMessage.
static java.lang.String JMS_WAIT_REPLY
          A MessageContext property or client Option stating the time to wait for a response JMS message
static java.lang.String OPERATION_PARAM
          The Parameter name indicating the operation to dispatch non SOAP/XML messages
static java.lang.String REPLY_PARAM
          The Parameter name indicating the response JMS destination
static java.lang.String SOAPACTION
          The JMS message property specifying the SOAP Action
static java.lang.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 java.lang.String JMS_PREFIX
The prefix indicating an Axis JMS URL

See Also:
Constant Field Values

DEST_PARAM

public static final java.lang.String DEST_PARAM
The Parameter name indicating a JMS destination for requests

See Also:
Constant Field Values

REPLY_PARAM

public static final java.lang.String REPLY_PARAM
The Parameter name indicating the response JMS destination

See Also:
Constant Field Values

DEST_TYPE_PARAM

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

See Also:
Constant Field Values

DEST_TYPE_TOPIC

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

See Also:
Constant Field Values

DEST_TYPE_QUEUE

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

See Also:
Constant Field Values

CONFAC_PARAM

public static final java.lang.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 java.lang.String CONFAC_JNDI_NAME_PARAM
The Parameter name indicating the JMS connection factory JNDI name

See Also:
Constant Field Values

CONFAC_JNDI_NAME_USER

public static final java.lang.String CONFAC_JNDI_NAME_USER
The Parameter name indicating the JMS connection factory username (useful for WebsphereMQ CLIENT connections) n.b. This is not the actual username, it is the JNDI name of the variable that will hold the username

See Also:
Constant Field Values

CONFAC_JNDI_NAME_PASS

public static final java.lang.String CONFAC_JNDI_NAME_PASS
The Parameter name indicating the JMS connection factory password (useful for WebsphereMQ CLIENT connections) n.b. This is not the actual password, it is the JNDI name of the variable that will hold the password

See Also:
Constant Field Values

OPERATION_PARAM

public static final java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.String SOAPACTION
The JMS message property specifying the SOAP Action

See Also:
Constant Field Values

CONTENT_TYPE

public static final java.lang.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 java.lang.String ACTIVEMQ_DYNAMIC_QUEUE
See Also:
Constant Field Values

ACTIVEMQ_DYNAMIC_TOPIC

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

JMSConstants

public JMSConstants()


Copyright © 2007 Apache Web Services Project. All Rights Reserved.