Class ActiveMQObjectMessage
Inheritance
System.Object
ActiveMQObjectMessage
Implements
System.ICloneable
Apache.NMS.IObjectMessage
Apache.NMS.IMessage
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Apache.NMS.ActiveMQ.Commands
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
public class ActiveMQObjectMessage : ActiveMQMessage, Command, DataStructure, MessageReference, ICloneable, MarshallAware, IObjectMessage, IMessage
Fields
| Improve this Doc View SourceID_ACTIVEMQOBJECTMESSAGE
Declaration
public const byte ID_ACTIVEMQOBJECTMESSAGE = 26
Field Value
Type | Description |
---|---|
System.Byte |
Properties
| Improve this Doc View SourceBody
Declaration
public object Body { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Formatter
Declaration
public IFormatter Formatter { get; set; }
Property Value
Type | Description |
---|---|
System.Runtime.Serialization.IFormatter |
Methods
| Improve this Doc View SourceBeforeMarshall(OpenWireFormat)
Declaration
public override void BeforeMarshall(OpenWireFormat wireFormat)
Parameters
Type | Name | Description |
---|---|---|
OpenWireFormat | wireFormat |
Overrides
| Improve this Doc View SourceGetDataStructureType()
Declaration
public override byte GetDataStructureType()
Returns
Type | Description |
---|---|
System.Byte |
Overrides
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
Implements
System.ICloneable
Apache.NMS.IObjectMessage
Apache.NMS.IMessage