Show / Hide Table of Contents

    Class OpenWireResponseBuilder

    Builds responses using the internal Cononical OpenWire Commands format.

    Inheritance
    System.Object
    OpenWireResponseBuilder
    Implements
    IResponseBuilder
    Inherited Members
    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.Transport.Mock
    Assembly: Apache.NMS.ActiveMQ.dll
    Syntax
    public class OpenWireResponseBuilder : IResponseBuilder

    Methods

    | Improve this Doc View Source

    BuildIncomingCommands(Command)

    Declaration
    public List<Command> BuildIncomingCommands(Command command)
    Parameters
    Type Name Description
    Command command
    Returns
    Type Description
    System.Collections.Generic.List<Command>
    | Improve this Doc View Source

    BuildResponse(Command)

    Declaration
    public Response BuildResponse(Command command)
    Parameters
    Type Name Description
    Command command
    Returns
    Type Description
    Response

    Implements

    IResponseBuilder
    • Improve this Doc
    • View Source
    Back to top Copyright � 2005-2019 Apache Software Foundation project
    Generated by DocFX