org.mule.umo
Interface UMOMessage

All Superinterfaces:
Serializable, UMOMessageAdapter
All Known Implementing Classes:
MuleMessage

public interface UMOMessage
extends UMOMessageAdapter

UMOMessage represents a message payload. The Message comprises of the payload itself and properties associated with the payload.


Method Summary
 UMOMessageAdapter getAdapter()
           
 
Methods inherited from interface org.mule.umo.provider.UMOMessageAdapter
addAttachment, addProperties, clearProperties, getAttachment, getAttachmentNames, getBooleanProperty, getCorrelationGroupSize, getCorrelationId, getCorrelationSequence, getDoubleProperty, getEncoding, getExceptionPayload, getIntProperty, getLongProperty, getPayload, getPayloadAsBytes, getPayloadAsString, getPayloadAsString, getProperty, getProperty, getPropertyNames, getReplyTo, getStringProperty, getUniqueId, removeAttachment, removeProperty, setBooleanProperty, setCorrelationGroupSize, setCorrelationId, setCorrelationSequence, setDoubleProperty, setEncoding, setExceptionPayload, setIntProperty, setLongProperty, setProperty, setReplyTo, setStringProperty
 

Method Detail

getAdapter

public UMOMessageAdapter getAdapter()


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.