See: Description
Class | Description |
---|---|
AbstractServiceLoaderBasedFactoryBean |
Abstract base class for FactoryBeans operating on the
JDK 1.6
ServiceLoader facility. |
ServiceFactoryBean |
FactoryBean that exposes the
'primary' service for the configured service class, obtained through
the JDK 1.6 ServiceLoader facility. |
ServiceListFactoryBean |
FactoryBean that exposes all
services for the configured service class, represented as a List of service objects,
obtained through the JDK 1.6 ServiceLoader facility. |
ServiceLoaderFactoryBean |
FactoryBean that exposes the
JDK 1.6 ServiceLoader for the configured service class. |