|
activemq-cpp-3.9.0
|
Defines a factory interface for content handlers. More...
#include <src/main/decaf/net/ContentHandlerFactory.h>
Public Member Functions | |
| virtual | ~ContentHandlerFactory () |
| virtual ContentHandler * | createContentHandler (const std::string &contentType)=0 |
| Creates a content handler to handle contentType. More... | |
Defines a factory interface for content handlers.
An implementation of this interface must map a MIME type into an instance of ContentHandler.
|
virtual |
|
pure virtual |
Creates a content handler to handle contentType.
| contentType | specifies the content type which is handled by the returned ContentHandler. |