C# 클래스 Apache.NMS.ActiveMQ.Commands.ActiveMQTextMessage

상속: ActiveMQMessage, ITextMessage
파일 보기 프로젝트 열기: ThorTech/apache-nms 1 사용 예제들

공개 메소드들

메소드 설명
ActiveMQTextMessage ( ) : System
ActiveMQTextMessage ( String text ) : System
BeforeMarshall ( OpenWireFormat wireFormat ) : void
ClearBody ( ) : void
GetDataStructureType ( ) : byte
Size ( ) : int
ToString ( ) : string

메소드 상세

ActiveMQTextMessage() 공개 메소드

public ActiveMQTextMessage ( ) : System
리턴 System

ActiveMQTextMessage() 공개 메소드

public ActiveMQTextMessage ( String text ) : System
text String
리턴 System

BeforeMarshall() 공개 메소드

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

ClearBody() 공개 메소드

public ClearBody ( ) : void
리턴 void

GetDataStructureType() 공개 메소드

public GetDataStructureType ( ) : byte
리턴 byte

Size() 공개 메소드

public Size ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string