xflow.messaging
Class MessageProperty

java.lang.Object
  extended byxflow.messaging.MessageProperty

public class MessageProperty
extends java.lang.Object

Key-value pairs that are attached to a Message


Field Summary
 java.lang.String name
           
 java.lang.String value
           
 
Constructor Summary
MessageProperty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

value

public java.lang.String value
Constructor Detail

MessageProperty

public MessageProperty()