activemq::transport::mock::MockTransportFactory Class Reference
Manufactures MockTransports, which are objects that read from input streams and write to output streams.
More...
#include <src/main/activemq/transport/mock/MockTransportFactory.h>
Detailed Description
Manufactures MockTransports, which are objects that read from input streams and write to output streams.
Constructor & Destructor Documentation
| virtual activemq::transport::mock::MockTransportFactory::~MockTransportFactory |
( |
|
) |
[inline, virtual] |
Member Function Documentation
Creates a fully configured Transport instance which could be a chain of filters and transports.
- Parameters:
-
| location | - URI location to connect to plus any properties to assign. |
- Exceptions:
-
| ActiveMQexception | if an error occurs |
Implements activemq::transport::TransportFactory.
Creates a slimed down Transport instance which can be used in composite transport instances.
- Parameters:
-
| location | - URI location to connect to. |
| wireFormat | - the assigned WireFormat for the new Transport. |
| properties | - Properties to apply to the transport. |
- Returns:
- Pointer to a new Transport instance.
- Exceptions:
-
| ActiveMQexception | if an error occurs |
The documentation for this class was generated from the following file: