WebLogic Messaging API Class Library

ISession.CreateObjectMessage�Method

Creates an IObjectMessage object. An IObjectMessage is used to send an Object that either specifies a System.Serializable attribute or implements the System.Runtime.Serialization.ISerializable interface.

Overload List

Creates an IObjectMessage object. An IObjectMessage is used to send an Object that either specifies a System.Serializable attribute or implements the System.Runtime.Serialization.ISerializable interface.

IObjectMessage�CreateObjectMessage();

Creates an initialized IObjectMessage object. An IObjectMessage is used to send an Object that either specifies a System.Serializable attribute or implements the System.Runtime.Serialization.ISerializable interface.

IObjectMessage�CreateObjectMessage(object);

See Also

ISession Interface | WebLogic.Messaging Namespace