WebLogic Messaging API Class Library

ISession. 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 ();

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 (Object);

See Also

ISession Interface | WebLogic.Messaging Namespace