2. When you are finished choosing generation options, click Finish.
Learn how to generate a JCA resourceadapter.
Generating a JCA resource adapter
Youuse the wizard to generate adapter classes that correspond to the properties
and options you specify.
The following sections describe the J2EE resource adapter classes.

Outbound JCA resource adapter classes

Generating outbound JCA resourceadapter classes creates code for the methods
that must be implemented to produce a JCA resourceadapter that can send
business events to an EIS. The list of JCA 1.5 interfaces that are implemented in
your Connector Project when you choose to generate outbound adapter classes is
as follows outbound JCA adapter classes:
vConnectionFactory implements javax.resource.cci.ConnectionFactory
vConnection implements javax.resource.cci.Connection
vConnectionMetaData implements javax.resource.cci.ConnectionMetaData
vConnectionRequestInfo implements javax.resource.cci.ConnectionRequestInfo
vConnectionSpec implements javax.resource.cci.ConnectionSpec
vInteraction implements javax.resource.cci.Interaction
vInteractionSpec implements javax.resource.cci.InteractionSpec
vLocalTransactionimplements javax.resource.cci.LocalTransaction
WebSphereAdapter development overview 49