See: Description
| Interface | Description |
|---|---|
| ConnectionFactoryLookup |
Strategy interface for looking up
ConnectionFactory by name. |
| Class | Description |
|---|---|
| AbstractRoutingConnectionFactory |
Abstract
ConnectionFactory implementation that routes
AbstractRoutingConnectionFactory.create() calls to one of various target
factories based on a lookup key. |
| BeanFactoryConnectionFactoryLookup |
ConnectionFactoryLookup implementation based on a
Spring BeanFactory. |
| MapConnectionFactoryLookup |
Simple
ConnectionFactoryLookup implementation that relies
on a map for doing lookups. |
| SingleConnectionFactoryLookup |
An implementation of
ConnectionFactoryLookup that
simply wraps a single given ConnectionFactory
returned for any connection factory name. |
| Exception | Description |
|---|---|
| ConnectionFactoryLookupFailureException |
Exception to be thrown by a
ConnectionFactoryLookup implementation,
indicating that the specified ConnectionFactory could
not be obtained. |