Uses of Class
org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
Packages that use AbstractServiceLoaderBasedFactoryBean
Package
Description
Support package for the Java 6 ServiceLoader facility.
-
Uses of AbstractServiceLoaderBasedFactoryBean in org.springframework.beans.factory.serviceloader
Subclasses of AbstractServiceLoaderBasedFactoryBean in org.springframework.beans.factory.serviceloaderModifier and TypeClassDescriptionclassFactoryBeanthat exposes the 'primary' service for the configured service class, obtained through the JDK 1.6ServiceLoaderfacility.classFactoryBeanthat exposes all services for the configured service class, represented as a List of service objects, obtained through the JDK 1.6ServiceLoaderfacility.classFactoryBeanthat exposes the JDK 1.6ServiceLoaderfor the configured service class.