Package org.springframework.beans.factory.access
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
BeanFactoryLocator An interface for a class used to lookup/use, and optionally allow the release of a BeanFactory, or BeanFactory subclass such as ApplicationContext.
BeanFactoryReference Class used to track a reference to a BeanFactory obtained through a BeanFactoryLocator.
Classes
BeanFactoryBootstrap One singleton to rule them all.
SingletonBeanFactoryLocator

Keyed-singleton implementation of BeanFactoryLocator, which leverages existing Spring constructs.

Exceptions
BootstrapException Exception thrown if a bean factory could not be loaded by a bootstrap class.
Helper infrastructure to locate and access bean factories.

Note: This package is only relevant for special sharing of bean factories, for example behind EJB facades. It is not used in a typical web application or standalone application.