WebLogic Messaging API Class Library

ISession. Method

Creates an IObjectMessage object. An IObjectMessage object is used to send a message that contains a default(with Serializable attribute)or custom serializable (implementing ISerializable interface) object.

Overload List

Creates an IObjectMessage object. An IObjectMessage object is used to send a message that contains a default(with Serializable attribute)or custom serializable (implementing ISerializable interface) object.

IObjectMessage ();

Creates an initialized IObjectMessage object. An IObjectMessage object is used to send a message that contains a default(with Serializable attribute) or custom serializable (implementing ISerializable interface) object.

IObjectMessage (Object);

See Also

ISession Interface | WebLogic.Messaging Namespace