Uses of Class
org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
-
Uses of AbstractServiceLoaderBasedFactoryBean in org.springframework.beans.factory.serviceloader
Modifier and TypeClassDescriptionclass
FactoryBean
that exposes the 'primary' service for the configured service class, obtained through the JDK 1.6ServiceLoader
facility.class
FactoryBean
that exposes all services for the configured service class, represented as a List of service objects, obtained through the JDK 1.6ServiceLoader
facility.class
FactoryBean
that exposes the JDK 1.6ServiceLoader
for the configured service class.