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. | |
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 activemq::wireformat::WireFormatFactory::~WireFormatFactory | ( | ) | [virtual] |
| virtual Pointer<WireFormat> activemq::wireformat::WireFormatFactory::createWireFormat | ( | const decaf::util::Properties & | properties | ) | [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.
1.6.1