#include <src/main/activemq/wireformat/openwire/OpenWireFormatFactory.h>

Public Member Functions | |
| OpenWireFormatFactory () | |
Constructor - Sets Defaults for all properties, these are all subject to change once the createWireFormat method is called. | |
| virtual | ~OpenWireFormatFactory () |
| virtual Pointer < wireformat::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. | |
| activemq::wireformat::openwire::OpenWireFormatFactory::OpenWireFormatFactory | ( | ) | [inline] |
Constructor - Sets Defaults for all properties, these are all subject to change once the createWireFormat method is called.
URL options -------------------- wireFormat.stackTraceEnabled wireFormat.cacheEnabled wireFormat.tcpNoDelayEnabled wireFormat.tightEncodingEnabled wireFormat.sizePrefixDisabled wireFormat.maxInactivityDuration wireFormat.maxInactivityDurationInitialDelay
| virtual activemq::wireformat::openwire::OpenWireFormatFactory::~OpenWireFormatFactory | ( | ) | [inline, virtual] |
| virtual Pointer<wireformat::WireFormat> activemq::wireformat::openwire::OpenWireFormatFactory::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. |
| IllegalStateException | if the factory has not been initialized. |
Implements activemq::wireformat::WireFormatFactory.
1.6.1