Table of Contents

Class WireFormatNegotiator

Namespace
Apache.NMS.ActiveMQ.Transport
Assembly
Apache.NMS.ActiveMQ.dll
public class WireFormatNegotiator : TransportFilter, ITransport, IStartable, IDisposable, IStoppable
Inheritance
WireFormatNegotiator
Implements
IStartable
IStoppable
Inherited Members

Constructors

WireFormatNegotiator(ITransport, OpenWireFormat)

public WireFormatNegotiator(ITransport next, OpenWireFormat wireFormat)

Parameters

next ITransport
wireFormat OpenWireFormat

Methods

Dispose(bool)

protected override void Dispose(bool disposing)

Parameters

disposing bool

OnCommand(ITransport, Command)

protected override void OnCommand(ITransport sender, Command command)

Parameters

sender ITransport
command Command

OnException(ITransport, Exception)

protected override void OnException(ITransport sender, Exception command)

Parameters

sender ITransport
command Exception

Oneway(Command)

public override void Oneway(Command command)

Parameters

command Command

Start()

public override void Start()