Package org.springframework.beans.factory.serviceloader
Support package for the Java 6 ServiceLoader facility.
Class Summary Class Description AbstractServiceLoaderBasedFactoryBean Abstract base class for FactoryBeans operating on the JDK 1.6ServiceLoaderfacility.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.