Package org.apache.activemq.openwire.v9
Class MarshallerFactory
- java.lang.Object
-
- org.apache.activemq.openwire.v9.MarshallerFactory
-
public class MarshallerFactory extends Object
MarshallerFactory for Open Wire Format. NOTE!: This file is auto generated - do not modify! if you need to make a change, please see the modify the groovy scripts in the under src/gram/script and then use maven openwire:generate to regenerate this file.
-
-
Constructor Summary
Constructors Constructor Description MarshallerFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DataStreamMarshaller[]
createMarshallerMap(OpenWireFormat wireFormat)
-
-
-
Method Detail
-
createMarshallerMap
public static DataStreamMarshaller[] createMarshallerMap(OpenWireFormat wireFormat)
-
-