activemq-cpp-3.9.5
WireFormatFactory.h
Go to the documentation of this file.
1
17
18#ifndef _ACTIVEMQ_WIREFORMAT_WIREFORMATFACTORY_H_
19#define _ACTIVEMQ_WIREFORMAT_WIREFORMATFACTORY_H_
20
24#include <decaf/lang/Pointer.h>
26
27namespace activemq {
28namespace wireformat {
29
30 using decaf::lang::Pointer;
31
39 public:
40
42
55
56 };
57
58}}
59
60#endif /*_ACTIVEMQ_WIREFORMAT_WIREFORMATFACTORY_H_*/
#define AMQCPP_API
Definition Config.h:30
The WireFormatFactory is the interface that all WireFormatFactory classes must extend.
Definition WireFormatFactory.h:38
virtual Pointer< WireFormat > createWireFormat(const decaf::util::Properties &properties)=0
Creates a new WireFormat Object passing it a set of properties from which it can obtain any optional ...
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 BaseDataStructure.h:28
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition CachedConsumer.h:24