To develop a connector, you must create and compile a connector for the IBM® Integration Bus runtime environment, then install the connector files on an integration node.
To develop a connector, you create the Java™ classes that describe the connector factory, the connector type, and the interaction type. You also create a connector descriptor file to associate the runtime connector with a user-defined node. You can include a utility or client library. For example, you might want to use an existing library to communicate with a particular protocol, instead of creating your own.
You begin by creating the connector factory class. You then create the appropriate classes for the type of connector. A single connector provider can contain more than one connector type. You do not need to create a connector of every type for a connector provider.
To create a connector for the runtime environment, complete the following tasks: