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
Afficher le fichier Open project: ThorTech/apache-nms

Méthodes publiques

Méthode Description
configure ( OpenWireFormat format ) : void

Method Details

configure() public méthode

public configure ( OpenWireFormat format ) : void
format OpenWireFormat
Résultat void