|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
UMOMessage
represents a message payload. The Message comprises of the
payload itself and properties associated with the payload.
Method Summary | |
void |
addProperties(java.util.Map properties)
Adds a map of properties to associated with this message |
void |
clearProperties()
Removes all properties on this message |
java.util.Map |
getProperties()
Returns a map of all properties on this message |
Methods inherited from interface org.mule.umo.provider.UMOMessageAdapter |
getBooleanProperty, getCorrelationGroupSize, getCorrelationId, getCorrelationSequence, getDoubleProperty, getErrorCode, getIntProperty, getLongProperty, getPayload, getPayloadAsBytes, getPayloadAsString, getProperty, getProperty, getPropertyNames, getReplyTo, getUniqueId, removeProperty, setBooleanProperty, setCorrelationGroupSize, setCorrelationId, setCorrelationSequence, setDoubleProperty, setErrorCode, setIntProperty, setLongProperty, setProperty, setReplyTo |
Method Detail |
public void addProperties(java.util.Map properties)
properties
- the properties add to this messagepublic void clearProperties()
public java.util.Map getProperties()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |