WebLogic Messaging API Class Library

IObjectMessage\xA0Properties

The properties of the IObjectMessage interface are listed below. For a complete list of IObjectMessage interface members, see the IObjectMessage Members topic.

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