SMILA (incubation) API documentation

org.eclipse.smila.processing
Class JMSMessageAnnotations

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

public final class JMSMessageAnnotations
extends java.lang.Object

Collection of Annotations and named values used for JMS message properties.


Field Summary
static java.lang.String ANNOTATION_MESSAGE_PROPERTIES
          Constant for the annotation '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

ANNOTATION_MESSAGE_PROPERTIES

public static final java.lang.String ANNOTATION_MESSAGE_PROPERTIES
Constant for the annotation '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