#include <StompDestination.h>
Inheritance diagram for activemq::connector::stomp::StompDestination< T >:
Public Member Functions | |
StompDestination (const cms::Destination *source) | |
StompDestination (const std::string &name, cms::Destination::DestinationType type) | |
virtual | ~StompDestination (void) |
virtual std::string | toProviderString (void) const |
virtual std::string | toString (void) const |
Protected Member Functions | |
virtual std::string | getPrefix (void) const =0 |
|
Copy Consturctor
|
|
Custom Constructor
|
|
|
|
Retrieves the proper Stomp Prefix for the specified type of Destination
Implemented in activemq::connector::stomp::StompQueue, and activemq::connector::stomp::StompTopic. |
|
Retrieves the name of this destination, plus the stomp destination decorator
|
|
Converts the Destination Name into a String minus the stomp decorator
|