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

Inheritance: BaseCommand, Command, MarshallAware
Datei anzeigen Open project: ThorTech/apache-nms Class Usage Examples

Public Methods

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

Method Details

BeforeMarshall() public method

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

GetDataStructureType() public method

public GetDataStructureType ( ) : byte
return byte

IsMarshallAware() public method

public IsMarshallAware ( ) : bool
return bool

ToString() public method

public ToString ( ) : string
return string

visit() public method

public visit ( ICommandVisitor visitor ) : Response
visitor ICommandVisitor
return Response