C# Class Apache.NMS.ActiveMQ.Util.ActiveMQMessageTransformation

Inheritance: MessageTransformation
Datei anzeigen Open project: ThorTech/apache-nms

Public Methods

Method Description
ActiveMQMessageTransformation ( Connection connection ) : Apache.NMS.ActiveMQ.Commands

Protected Methods

Method Description
DoCreateBytesMessage ( ) : IBytesMessage
DoCreateMapMessage ( ) : IMapMessage
DoCreateMessage ( ) : IMessage
DoCreateObjectMessage ( ) : IObjectMessage
DoCreateStreamMessage ( ) : IStreamMessage
DoCreateTextMessage ( ) : ITextMessage
DoPostProcessMessage ( IMessage message ) : void
DoTransformDestination ( IDestination destination ) : IDestination

Method Details

ActiveMQMessageTransformation() public method

public ActiveMQMessageTransformation ( Connection connection ) : Apache.NMS.ActiveMQ.Commands
connection Connection
return Apache.NMS.ActiveMQ.Commands

DoCreateBytesMessage() protected method

protected DoCreateBytesMessage ( ) : IBytesMessage
return IBytesMessage

DoCreateMapMessage() protected method

protected DoCreateMapMessage ( ) : IMapMessage
return IMapMessage

DoCreateMessage() protected method

protected DoCreateMessage ( ) : IMessage
return IMessage

DoCreateObjectMessage() protected method

protected DoCreateObjectMessage ( ) : IObjectMessage
return IObjectMessage

DoCreateStreamMessage() protected method

protected DoCreateStreamMessage ( ) : IStreamMessage
return IStreamMessage

DoCreateTextMessage() protected method

protected DoCreateTextMessage ( ) : ITextMessage
return ITextMessage

DoPostProcessMessage() protected method

protected DoPostProcessMessage ( IMessage message ) : void
message IMessage
return void

DoTransformDestination() protected method

protected DoTransformDestination ( IDestination destination ) : IDestination
destination IDestination
return IDestination