WebSphere WebSphere Business Integration Message Service Clients for C/C++ Version 1.2.7 and .NET Version 1.2.6 Operating Systems: AIX, Linux, Solaris, Windows

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
Related reference
Object messages

.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


Reference topic

Terms of Use | Rate this page

Last updated: 18 Jun 2008

© Copyright IBM Corporation 2005, 2008. All Rights Reserved.