activemq-cpp-3.6.0
activemq::wireformat::stomp::StompWireFormatFactory Class Reference

Factory used to create the Stomp Wire Format instance. More...

#include <src/main/activemq/wireformat/stomp/StompWireFormatFactory.h>

Inheritance diagram for activemq::wireformat::stomp::StompWireFormatFactory:

Public Member Functions

 StompWireFormatFactory ()
virtual ~StompWireFormatFactory ()
virtual Pointer< WireFormatcreateWireFormat (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 ()

Detailed Description

Factory used to create the Stomp Wire Format instance.

Constructor & Destructor Documentation

activemq::wireformat::stomp::StompWireFormatFactory::StompWireFormatFactory ( )
inline
virtual activemq::wireformat::stomp::StompWireFormatFactory::~StompWireFormatFactory ( )
inlinevirtual

Member Function Documentation

virtual Pointer<WireFormat> activemq::wireformat::stomp::StompWireFormatFactory::createWireFormat ( const decaf::util::Properties properties)
virtual

Creates a new WireFormat Object passing it a set of properties from which it can obtain any optional settings.

Parameters
properties- the Properties for this WireFormat

Implements activemq::wireformat::WireFormatFactory.


The documentation for this class was generated from the following file: