NBConnectorFactory is an abstract base class for connector factories.
Inheritance Hierarchy

IBM.Broker.Plugin.Connector NBConnectorFactory
Namespace: IBM.Broker.Plugin.Connector
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax
Remarks
It is used by IBM Integration Bus to call the connector provider to change its state and request for particular types of connectors to be created. It is currently only used by the system and should not be extended or subclassed by users.
See Also