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

WBIConnectionRequestInfo

A javax.resource.spi.ConnectionRequestInfo instance enables a resource adapter to pass request-specific EIS data structure on a connection request (ConnectionManager.allocateConnection). Client components can set these using connection request properties. WBIConnectionRequestInfo implements ConnectionRequestInfo. See the Adapter Foundation Classes Javadoc for more information about this implementation.


Configuration properties

WBIConnectionRequestInfo provides userName and password properties. Using connection properties, subclasses can add their own EIS-specific properties. These properties should not change the configuration of the EIS.

Implementing outbound support


Related concepts:

WBIManagedConnectionFactory

WBIManagedConnection

WBIConnectionFactory

WBIConnection

javax.resource.cci.ConnectionSpec

WBIInteraction

WBIInteractionSpec

javax.resource.cci.ConnectionMetadata