IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Services and service-related functions > Access external services with adapters > Configure and using adapters > IBM WebSphere Adapters > Adapter Toolkit > Use the New Connector Project wizard

Generate an IBM WebSphere Resource Adapter

You use the wizard to generate adapter classes that correspond to the adapter capabilities you require. This involves choosing the types of adapter classes (outbound, inbound, data binding, or enterprise metadata discovery) you want to generate and then choosing the component properties associated with the adapter classes.

Use the Component Addition option in the Resource Adapter Deployment Descriptor editor to append the code for the newly specified components to the current implementation without override. See Component Addition option in Use the Overview pane.

The following sections describe the adapter classes and their associated component properties.


Outbound adapter classes and associated properties

Generating outbound adapter classes creates code (and in some cases sequence of calls, log and trace messages, and comments) for the methods that must be implemented to produce a resource adapter that can send business events to an EIS. The Adapter Foundation Classes that are extended in your Connector Project when you generate outbound adapter classes, is as follows:

In addition the following outbound adapter classes are generated directly from the JCA 1.5 interface specification:

You can select the following properties when generating outbound adapter classes:


Inbound adapter classes and associated methods

Generating inbound adapter classes creates code for the methods that must be implemented to produce a resource adapter that can send events from an EIS to a business process. The list of Adapter Foundation Classes that are extended in your Connector Project when you choose to generate inbound adapter classes is as follows:

You can select the following properties when generating inbound adapter classes:


Data Binding classes

There are no properties associated with data binding classes.

Generating data binding classes creates code for the methods needed to marshall data from SDO to CCI record and from CCI record to SDO.

The Adapter Foundation Classes that are extended in your Connector Project when you generate data binding classes, is as follows:

For information about how to generate data binding classes, see Generate Data Binding Classes.


Enterprise Metadata Discovery classes

There are no properties associated with Enterprise Metadata Discovery classes.

Generating enterprise metadata discovery classes creates code for the methods needed to produce a service that you can use to glean business object structure and other data from an EIS.

The Adapter Foundation Classes that are extended in your Connector Project when you generate enterprise metadata discovery classes, is as follows:

In addition to the Adapter Foundation Classes listed above, the following classes are also generated, to help you:

For information about how to generate Enterprise Metadata Discovery classes, see Generate Enterprise Metadata Discovery classes .

Use the New Connector Project wizard


Previous topic: Specify generation options


Next topic: Generate a JCA resource adapter