C# Class Apache.NMS.ActiveMQ.Commands.ActiveMQTextMessage

Inheritance: ActiveMQMessage, ITextMessage
Datei anzeigen Open project: ThorTech/apache-nms Class Usage Examples

Public Methods

Method Description
ActiveMQTextMessage ( ) : System
ActiveMQTextMessage ( String text ) : System
BeforeMarshall ( OpenWireFormat wireFormat ) : void
ClearBody ( ) : void
GetDataStructureType ( ) : byte
Size ( ) : int
ToString ( ) : string

Method Details

ActiveMQTextMessage() public method

public ActiveMQTextMessage ( ) : System
return System

ActiveMQTextMessage() public method

public ActiveMQTextMessage ( String text ) : System
text String
return System

BeforeMarshall() public method

public BeforeMarshall ( OpenWireFormat wireFormat ) : void
wireFormat Apache.NMS.ActiveMQ.OpenWire.OpenWireFormat
return void

ClearBody() public method

public ClearBody ( ) : void
return void

GetDataStructureType() public method

public GetDataStructureType ( ) : byte
return byte

Size() public method

public Size ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string