Generated by
JDiff

Package org.springframework.beans.factory.serviceloader

Changed Classes
AbstractServiceLoaderBasedFactoryBean Abstract base class for FactoryBeans operating on the JDK 1.6 java.util.ServiceLoader facility.
ServiceFactoryBean org.springframework.beans.factory.FactoryBean that exposes the 'primary' service for the configured service class, obtained through the JDK 1.6 java.util.ServiceLoader facility.
ServiceListFactoryBean org.springframework.beans.factory.FactoryBean that exposes all services for the configured service class, represented as a List of service objects, obtained through the JDK 1.6 java.util.ServiceLoader facility.
ServiceLoaderFactoryBean org.springframework.beans.factory.FactoryBean that exposes the JDK 1.6 java.util.ServiceLoader for the configured service class.