Defines a factory interface for content handlers.
Definition: ContentHandlerFactory.h:36
virtual ~ContentHandlerFactory()
virtual ContentHandler * createContentHandler(const std::string &contentType)=0
Creates a content handler to handle contentType.