IObjectMessage
An object message is a message whose body comprises a serialized Java or .NET object.
- Inheritance hierarchy:
-
IBM.XMS.IPropertyContext | +----IBM.XMS.IMessage | +----IBM.XMS.IObjectMessage
.NET properties
- Summary of .NET properties:
-
.NET property Description Object Get and set the object that forms the body of the object message.
Object - Get and Set Object as Bytes
- Interface:
-
System.Object Object { get; set; } Byte[] GetObject();
Get and set the object that forms the body of the object message.
- Exceptions:
- XMSException
- MessageNotReadableException
- MessageEOFException
- MessageNotWritableException
Inherited properties and methods
The following properties are inherited from the IMessage interface:
The following methods are inherited from the IMessage interface:
The following methods are inherited from the IPropertyContext interface:
- GetBooleanProperty, GetByteProperty, GetBytesProperty, GetCharProperty, GetDoubleProperty, GetFloatProperty, GetIntProperty, GetLongProperty, GetObjectProperty, GetShortProperty, GetStringProperty, SetBooleanProperty, SetByteProperty, SetBytesProperty, SetCharProperty, SetDoubleProperty, SetFloatProperty, SetIntProperty, SetLongProperty, SetObjectProperty, SetShortProperty, SetStringProperty