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 > Implementing code from the IBM WebSphere Adapter Toolkit > Outbound support > Implementing outbound support

WBIInteractionSpec

A javax.resource.cci.InteractionSpec instance contains properties that identify the operation to perform on the EIS.

WBIInterationSpec implements InteractionSpec and provides functionName and maxRecords properties. Client components set these properties to provide information to the resource adapter about the EIS operation to perform. See the Javadoc for the Adapter Foundation Classes.

EIS-specific resource adapter implementations need not extend this class unless they have more EIS operation-specific properties to be added to the InteractionSpec.

Implementing outbound support


Related concepts:

WBIManagedConnectionFactory

WBIManagedConnection

WBIConnectionFactory

WBIConnection

javax.resource.cci.ConnectionSpec

WBIInteraction

WBIConnectionRequestInfo

javax.resource.cci.ConnectionMetadata