HUBComponentFactory

@protocol HUBComponentFactory <NSObject>

Protocol implemented by objects that create Hub Framework components

You implement a component factory to be able to integrate your component(s) with the framework. Each factory is registered with HUBComponentRegistry for a certain namespace, and will be used whenever a component model declares that namespace as part of its component identifier.