Show / Hide Table of Contents

    Class ActiveMQMessageTransformation

    Inheritance
    System.Object
    Apache.NMS.Util.MessageTransformation
    ActiveMQMessageTransformation
    Inherited Members
    Apache.NMS.Util.MessageTransformation.TransformMessage<T>(Apache.NMS.IMessage)
    Apache.NMS.Util.MessageTransformation.CopyProperties(Apache.NMS.IMessage, Apache.NMS.IMessage)
    Apache.NMS.Util.MessageTransformation.CopyNMSMessageProperties(Apache.NMS.IMessage, Apache.NMS.IMessage)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Apache.NMS.ActiveMQ.Util
    Assembly: Apache.NMS.ActiveMQ.dll
    Syntax
    public class ActiveMQMessageTransformation : MessageTransformation

    Constructors

    | Improve this Doc View Source

    ActiveMQMessageTransformation(Connection)

    Declaration
    public ActiveMQMessageTransformation(Connection connection)
    Parameters
    Type Name Description
    Connection connection

    Methods

    | Improve this Doc View Source

    DoCreateBytesMessage()

    Declaration
    protected override IBytesMessage DoCreateBytesMessage()
    Returns
    Type Description
    Apache.NMS.IBytesMessage
    Overrides
    Apache.NMS.Util.MessageTransformation.DoCreateBytesMessage()
    | Improve this Doc View Source

    DoCreateMapMessage()

    Declaration
    protected override IMapMessage DoCreateMapMessage()
    Returns
    Type Description
    Apache.NMS.IMapMessage
    Overrides
    Apache.NMS.Util.MessageTransformation.DoCreateMapMessage()
    | Improve this Doc View Source

    DoCreateMessage()

    Declaration
    protected override IMessage DoCreateMessage()
    Returns
    Type Description
    Apache.NMS.IMessage
    Overrides
    Apache.NMS.Util.MessageTransformation.DoCreateMessage()
    | Improve this Doc View Source

    DoCreateObjectMessage()

    Declaration
    protected override IObjectMessage DoCreateObjectMessage()
    Returns
    Type Description
    Apache.NMS.IObjectMessage
    Overrides
    Apache.NMS.Util.MessageTransformation.DoCreateObjectMessage()
    | Improve this Doc View Source

    DoCreateStreamMessage()

    Declaration
    protected override IStreamMessage DoCreateStreamMessage()
    Returns
    Type Description
    Apache.NMS.IStreamMessage
    Overrides
    Apache.NMS.Util.MessageTransformation.DoCreateStreamMessage()
    | Improve this Doc View Source

    DoCreateTextMessage()

    Declaration
    protected override ITextMessage DoCreateTextMessage()
    Returns
    Type Description
    Apache.NMS.ITextMessage
    Overrides
    Apache.NMS.Util.MessageTransformation.DoCreateTextMessage()
    | Improve this Doc View Source

    DoPostProcessMessage(IMessage)

    Declaration
    protected override void DoPostProcessMessage(IMessage message)
    Parameters
    Type Name Description
    Apache.NMS.IMessage message
    Overrides
    Apache.NMS.Util.MessageTransformation.DoPostProcessMessage(Apache.NMS.IMessage)
    | Improve this Doc View Source

    DoTransformDestination(IDestination)

    Declaration
    protected override IDestination DoTransformDestination(IDestination destination)
    Parameters
    Type Name Description
    Apache.NMS.IDestination destination
    Returns
    Type Description
    Apache.NMS.IDestination
    Overrides
    Apache.NMS.Util.MessageTransformation.DoTransformDestination(Apache.NMS.IDestination)
    • Improve this Doc
    • View Source
    Back to top Copyright � 2005-2019 Apache Software Foundation project
    Generated by DocFX