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 a JCA resource adapter

You use the wizard to generate adapter classes that correspond to the properties and options you specify.

The following sections describe the JCA resource adapter classes.


Outbound JCA resource adapter classes

Generating outbound JCA resource adapter classes creates code for the methods that must be implemented to produce a JCA resource adapter that can send business events to an EIS. When you generate outbound adapter classes, the following list of JCA 1.5 interfaces are implemented in your Connector Project::

For information about how to generate outbound JCA resource adapter classes, see Generate outbound JCA adapter classes.


Inbound JCA resource adapter classes

Generating inbound JCA resource 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. When you generate inbound adapter classes, the following JCA 1.5 interface class is implemented in your Connector Project:

For information about how to generate inbound JCA resource adapter classes, see Generate inbound JCA adapter classes.


JCA 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 wizard also generates a discovery-service.xml file.

When you generate the enterprise metadata discovery classes, the following JCA interfaces are implemented in your Connector Project::

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

If you select the IBM WebSphere Adapter Foundation Classes Support feature check box in the Project Facets screen, then the created JCA resource adapter project automatically includes the IBM WebSphere Adapter Foundation Classes library in the project libraries list of the Java™ Build path.

Use the New Connector Project wizard


Previous topic: Generate an IBM WebSphere Resource Adapter


Next topic: Generated code and deployment descriptor