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. | |
Factory used to create the Stomp Wire Format instance.
| activemq::wireformat::stomp::StompWireFormatFactory::StompWireFormatFactory | ( | ) | [inline] |
| virtual activemq::wireformat::stomp::StompWireFormatFactory::~StompWireFormatFactory | ( | ) | [inline, virtual] |
| 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.
| properties | - the Properties for this WireFormat |
Implements activemq::wireformat::WireFormatFactory.
1.6.1