Uses of Class
org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean

Packages that use AbstractServiceLoaderBasedFactoryBean
org.springframework.beans.factory.serviceloader Support package for the JDK 1.6 ServiceLoader facility. 
 

Uses of AbstractServiceLoaderBasedFactoryBean in org.springframework.beans.factory.serviceloader
 

Subclasses of AbstractServiceLoaderBasedFactoryBean in org.springframework.beans.factory.serviceloader
 class ServiceFactoryBean
          FactoryBean that exposes the 'primary' service for the configured service class, obtained through the JDK 1.6 ServiceLoader facility.
 class ServiceListFactoryBean
          FactoryBean that exposes all services for the configured service class, represented as a List of service objects, obtained through the JDK 1.6 ServiceLoader facility.
 class ServiceLoaderFactoryBean
          FactoryBean that exposes the JDK 1.6 ServiceLoader for the configured service class.
 



Copyright © 2002-2008 The Spring Framework.