|
activemq-cpp-3.6.0
|
Factory used to create the Stomp Wire Format instance. More...
#include <src/main/activemq/wireformat/stomp/StompWireFormatFactory.h>

Public Member Functions | |
| StompWireFormatFactory () | |
| virtual | ~StompWireFormatFactory () |
| virtual Pointer< 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 settings. | |
Public Member Functions inherited from activemq::wireformat::WireFormatFactory | |
| virtual | ~WireFormatFactory () |
Factory used to create the Stomp Wire Format instance.
|
inline |
|
inlinevirtual |
|
virtual |
Creates a new WireFormat Object passing it a set of properties from which it can obtain any optional settings.
| properties | - the Properties for this WireFormat |
Implements activemq::wireformat::WireFormatFactory.