WebLogic Messaging API Class Library

IObjectMessage Members

IObjectMessage overview

Public Instance Properties

ObjectGets or sets the serializable object containing this message's data. The default value is null. It is important to note that an IObjectMessage contains a snapshot of the object at the time SetObject() is called; subsequent modifications of the object will have no effect on the IObjectMessage body. The object must either specifies a System.Serializable attribute or implement the System.Runtime.Serialization.ISerializable interface.

See Also

IObjectMessage Interface | WebLogic.Messaging Namespace | CreateObjectMessage | IBytesMessage | IMapMessage | IMessage | IStreamMessage | ITextMessage