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

Inheritance: BaseCommand, Command, MarshallAware
Afficher le fichier Open project: ThorTech/apache-nms Class Usage Examples

Méthodes publiques

Méthode Description
BeforeMarshall ( OpenWireFormat wireFormat ) : void
GetDataStructureType ( ) : byte
IsMarshallAware ( ) : bool
ToString ( ) : string
visit ( ICommandVisitor visitor ) : Response

Method Details

BeforeMarshall() public méthode

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

GetDataStructureType() public méthode

public GetDataStructureType ( ) : byte
Résultat byte

IsMarshallAware() public méthode

public IsMarshallAware ( ) : bool
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

visit() public méthode

public visit ( ICommandVisitor visitor ) : Response
visitor ICommandVisitor
Résultat Response