Show / Hide Table of Contents

    Class 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
    System.Object
    MarshallerFactory
    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.OpenWire.V8
    Assembly: Apache.NMS.ActiveMQ.dll
    Syntax
    public class MarshallerFactory : IMarshallerFactory

    Methods

    | Improve this Doc View Source

    configure(OpenWireFormat)

    Declaration
    public void configure(OpenWireFormat format)
    Parameters
    Type Name Description
    OpenWireFormat format
    • Improve this Doc
    • View Source
    Back to top Copyright � 2005-2019 Apache Software Foundation project
    Generated by DocFX