Abstract implementation of the TransportFactory interface, providing the base functionality that's common to most of the TransportFactory instances. More...
#include <src/main/activemq/transport/AbstractTransportFactory.h>

Public Member Functions | |
| virtual | ~AbstractTransportFactory () |
Protected Member Functions | |
| virtual Pointer < wireformat::WireFormat > | createWireFormat (const decaf::util::Properties &properties) |
| Creates the WireFormat that is configured for this Transport and returns it. | |
Abstract implementation of the TransportFactory interface, providing the base functionality that's common to most of the TransportFactory instances.
| virtual activemq::transport::AbstractTransportFactory::~AbstractTransportFactory | ( | ) | [virtual] |
| virtual Pointer<wireformat::WireFormat> activemq::transport::AbstractTransportFactory::createWireFormat | ( | const decaf::util::Properties & | properties | ) | [protected, virtual] |
Creates the WireFormat that is configured for this Transport and returns it.
The default WireFormat is Openwire.
| properties | The properties that were configured on the URI. |
| NoSuchElementException | if the configured WireFormat is not found. |
1.6.1