|
activemq-cpp-3.9.0
|
The WireFormatFactory is the interface that all WireFormatFactory classes must extend. More...
#include <src/main/activemq/wireformat/WireFormatFactory.h>

Public Member Functions | |
| virtual | ~WireFormatFactory () |
| 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 settings. More... | |
The WireFormatFactory is the interface that all WireFormatFactory classes must extend.
The Factory creates a WireFormat Object based on the properties that are set in the passed Properties object.
|
virtual |
|
pure 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. |
| IllegalStateException | if the factory has not been initialized. |
Implemented in activemq::wireformat::openwire::OpenWireFormatFactory, and activemq::wireformat::stomp::StompWireFormatFactory.