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.
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);
ISession Interface | WebLogic.Messaging Namespace