activemq-cpp-3.8.2
OpenWireFormatFactory.h
Go to the documentation of this file.
1 
18 #ifndef _ACTIVEMQ_WIREFORMAT_OPENWIRE_OPENWIREFORMATFACTORY_H_
19 #define _ACTIVEMQ_WIREFORMAT_OPENWIRE_OPENWIREFORMATFACTORY_H_
20 
21 #include <activemq/util/Config.h>
25 #include <decaf/lang/Pointer.h>
26 #include <decaf/util/Properties.h>
27 
28 namespace activemq{
29 namespace wireformat{
30 namespace openwire{
31 
33 
35  public:
36 
53 
55 
56  virtual Pointer<wireformat::WireFormat> createWireFormat(const decaf::util::Properties& properties);
57 
58  };
59 
60 }}}
61 
62 #endif /*_ACTIVEMQ_WIREFORMAT_OPENWIRE_OPENWIREFORMATFACTORY_H_*/
#define AMQCPP_API
Definition: Config.h:30
virtual ~OpenWireFormatFactory()
Definition: OpenWireFormatFactory.h:54
Definition: OpenWireFormatFactory.h:34
The WireFormatFactory is the interface that all WireFormatFactory classes must extend.
Definition: WireFormatFactory.h:38
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: CachedConsumer.h:24
Java-like properties class for mapping string names to string values.
Definition: Properties.h:53
Decaf&#39;s implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the defa...
Definition: Pointer.h:53
OpenWireFormatFactory()
Constructor - Sets Defaults for all properties, these are all subject to change once the createWireFo...
Definition: OpenWireFormatFactory.h:52