Class ActiveMQTextMessage
Implements
System.ICloneable
Apache.NMS.ITextMessage
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 ActiveMQTextMessage : ActiveMQMessage, Command, DataStructure, MessageReference, ICloneable, MarshallAware, ITextMessage, IMessage
Constructors
| Improve this Doc View SourceActiveMQTextMessage()
Declaration
public ActiveMQTextMessage()
ActiveMQTextMessage(String)
Declaration
public ActiveMQTextMessage(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text |
Fields
| Improve this Doc View SourceID_ACTIVEMQTEXTMESSAGE
Declaration
public const byte ID_ACTIVEMQTEXTMESSAGE = 28
Field Value
Type | Description |
---|---|
System.Byte |
Properties
| Improve this Doc View SourceText
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 SourceClearBody()
Declaration
public override void ClearBody()
Overrides
| Improve this Doc View SourceGetDataStructureType()
Declaration
public override byte GetDataStructureType()
Returns
Type | Description |
---|---|
System.Byte |
Overrides
| Improve this Doc View SourceSize()
Declaration
public override int Size()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
Implements
System.ICloneable
Apache.NMS.ITextMessage
Apache.NMS.IMessage