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

Inheritance: ActiveMQMessage, ITextMessage
Afficher le fichier Open project: ThorTech/apache-nms Class Usage Examples

Méthodes publiques

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

Method Details

ActiveMQTextMessage() public méthode

public ActiveMQTextMessage ( ) : System
Résultat System

ActiveMQTextMessage() public méthode

public ActiveMQTextMessage ( String text ) : System
text String
Résultat System

BeforeMarshall() public méthode

public BeforeMarshall ( OpenWireFormat wireFormat ) : void
wireFormat Apache.NMS.ActiveMQ.OpenWire.OpenWireFormat
Résultat void

ClearBody() public méthode

public ClearBody ( ) : void
Résultat void

GetDataStructureType() public méthode

public GetDataStructureType ( ) : byte
Résultat byte

Size() public méthode

public Size ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string