| Package | Description | 
|---|---|
| org.springframework.beans.factory.serviceloader | Support package for the Java 6 ServiceLoader facility. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ServiceFactoryBeanFactoryBeanthat exposes the
 'primary' service for the configured service class, obtained through
 the JDK 1.6ServiceLoaderfacility. | 
| class  | ServiceListFactoryBeanFactoryBeanthat exposes all
 services for the configured service class, represented as a List of service objects,
 obtained through the JDK 1.6ServiceLoaderfacility. | 
| class  | ServiceLoaderFactoryBeanFactoryBeanthat exposes the
 JDK 1.6ServiceLoaderfor the configured service class. |