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

WBIConnectionFactory

WBIConnectionFactory implements the ConnectionFactory interface. Subclasses should implement the constructor only. As javax.resource.cci.ConnectionFactory, this interface enables clients to request connections to an EIS.


Subclass methods to implement

public EISSAConnectionFactory(ConnectionManager arg0, 
WBIManagedConnectionFactory arg1) {
		super(arg0, arg1);
	}

Implementing outbound support


Related concepts:

WBIManagedConnectionFactory

WBIManagedConnection

WBIConnection

javax.resource.cci.ConnectionSpec

WBIInteraction

WBIInteractionSpec

WBIConnectionRequestInfo

javax.resource.cci.ConnectionMetadata