@NonNullApi @NonNullFields
See: Description
| Class | Description | 
|---|---|
| AbstractServiceLoaderBasedFactoryBean | Abstract base class for FactoryBeans operating on the
 JDK 1.6  ServiceLoaderfacility. | 
| ServiceFactoryBean | FactoryBeanthat exposes the
 'primary' service for the configured service class, obtained through
 the JDK 1.6ServiceLoaderfacility. | 
| ServiceListFactoryBean | FactoryBeanthat exposes all
 services for the configured service class, represented as a List of service objects,
 obtained through the JDK 1.6ServiceLoaderfacility. | 
| ServiceLoaderFactoryBean | FactoryBeanthat exposes the
 JDK 1.6ServiceLoaderfor the configured service class. |