Class OpenWireResponseBuilder
Builds responses using the internal Cononical OpenWire Commands format.
Inheritance
System.Object
OpenWireResponseBuilder
Implements
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 SourceBuildIncomingCommands(Command)
Declaration
public List<Command> BuildIncomingCommands(Command command)
Parameters
Type | Name | Description |
---|---|---|
Command | command |
Returns
Type | Description |
---|---|
System.Collections.Generic.List<Command> |
BuildResponse(Command)
Declaration
public Response BuildResponse(Command command)
Parameters
Type | Name | Description |
---|---|---|
Command | command |
Returns
Type | Description |
---|---|
Response |