setContentFactory abstract method
Set the content factory for a message type.
msgType is the message type identifier.
factory is the factory to be registered.
Implementation
void setContentFactory(String msgType, ContentFactory factory);
Set the content factory for a message type.
msgType is the message type identifier.
factory is the factory to be registered.
void setContentFactory(String msgType, ContentFactory factory);