getContentFactory abstract method
Get the content factory for a message type.
msgType is the message type identifier.
Returns the registered factory for the type, or null if not registered.
Implementation
ContentFactory? getContentFactory(String msgType);