C# Class Apache.NMS.ActiveMQ.OpenWire.V6.MarshallerFactory

Used to create marshallers for a specific version of the OpenWire protocol. Each non-abstract DataStructure object has a registered Marshaller that is created and added to the OpenWireFormat objects format collection.
Inheritance: IMarshallerFactory
Show file Open project: ThorTech/apache-nms

Public Methods

Method Description
configure ( OpenWireFormat format ) : void

Method Details

configure() public method

public configure ( OpenWireFormat format ) : void
format OpenWireFormat
return void