SMILA (incubation) API documentation

org.eclipse.smila.processing
Class JMSMessageProperties

java.lang.Object
  extended by org.eclipse.smila.processing.JMSMessageProperties

public final class JMSMessageProperties
extends java.lang.Object

Collection of properties used for JMS message properties.


Field Summary
static java.lang.String MESSAGE_PROPERTIES
          Constant for the record metadata entry '_messageProperties'.
static java.lang.String PROPERTY_IS_XML_SNIPPET
          Name of 'isXmlSnippet' property.
static java.lang.String PROPERTY_OPERATION
          Name of 'Operation' property.
static java.lang.String PROPERTY_SOURCE
          Name of 'DataSourceID' property.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MESSAGE_PROPERTIES

public static final java.lang.String MESSAGE_PROPERTIES
Constant for the record metadata entry '_messageProperties'.

See Also:
Constant Field Values

PROPERTY_OPERATION

public static final java.lang.String PROPERTY_OPERATION
Name of 'Operation' property.

See Also:
Constant Field Values

PROPERTY_SOURCE

public static final java.lang.String PROPERTY_SOURCE
Name of 'DataSourceID' property.

See Also:
Constant Field Values

PROPERTY_IS_XML_SNIPPET

public static final java.lang.String PROPERTY_IS_XML_SNIPPET
Name of 'isXmlSnippet' property.

See Also:
Constant Field Values

SMILA (incubation) API documentation