activemq-cpp-3.9.5
OpenWireFormatFactory.h
Go to the documentation of this file.
1
17
18#ifndef _ACTIVEMQ_WIREFORMAT_OPENWIRE_OPENWIREFORMATFACTORY_H_
19#define _ACTIVEMQ_WIREFORMAT_OPENWIRE_OPENWIREFORMATFACTORY_H_
20
25#include <decaf/lang/Pointer.h>
27
28namespace activemq{
29namespace wireformat{
30namespace openwire{
31
32 using decaf::lang::Pointer;
33
59
60}}}
61
62#endif /*_ACTIVEMQ_WIREFORMAT_OPENWIRE_OPENWIREFORMATFACTORY_H_*/
#define AMQCPP_API
Definition Config.h:30
The WireFormatFactory is the interface that all WireFormatFactory classes must extend.
Definition WireFormatFactory.h:38
virtual ~OpenWireFormatFactory()
Definition OpenWireFormatFactory.h:54
virtual Pointer< wireformat::WireFormat > createWireFormat(const decaf::util::Properties &properties)
Creates a new WireFormat Object passing it a set of properties from which it can obtain any optional ...
OpenWireFormatFactory()
Constructor - Sets Defaults for all properties, these are all subject to change once the createWireFo...
Definition OpenWireFormatFactory.h:52
Decaf's implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the defa...
Definition Pointer.h:53
Java-like properties class for mapping string names to string values.
Definition Properties.h:53
Definition BaseDataStreamMarshaller.h:30
Definition BaseDataStructure.h:28
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition CachedConsumer.h:24