WebLogic Messaging API Class Library

ISession.CreateObjectMessage\xA0Method

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\xA0CreateObjectMessage();

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\xA0CreateObjectMessage(object);

See Also

ISession Interface | WebLogic.Messaging Namespace