Package | Description |
---|---|
org.springframework.beans.factory.access |
Helper infrastructure to locate and access bean factories.
|
org.springframework.context.access |
Helper infrastructure to locate and access shared application contexts.
|
org.springframework.ejb.interceptor |
Support classes for EJB 3 Session Beans and Message-Driven Beans,
performing injection of Spring beans through an EJB 3 interceptor
that processes Spring's
@Autowired annotation. |
Modifier and Type | Method and Description |
---|---|
BeanFactoryReference |
SingletonBeanFactoryLocator.useBeanFactory(String factoryKey) |
BeanFactoryReference |
BeanFactoryLocator.useBeanFactory(String factoryKey)
Use the
BeanFactory (or derived
interface such as ApplicationContext )
specified by the factoryKey parameter. |
Modifier and Type | Class and Description |
---|---|
class |
ContextBeanFactoryReference
ApplicationContext-specific implementation of BeanFactoryReference,
wrapping a newly created ApplicationContext, closing it on release.
|
Modifier and Type | Method and Description |
---|---|
protected BeanFactoryReference |
ContextJndiBeanFactoryLocator.createBeanFactory(String[] resources)
Create the BeanFactory instance, given an array of class path resource Strings
which should be combined.
|
BeanFactoryReference |
ContextJndiBeanFactoryLocator.useBeanFactory(String factoryKey)
Load/use a bean factory, as specified by a factory key which is a JNDI
address, of the form
java:comp/env/ejb/BeanFactoryPath . |
Modifier and Type | Method and Description |
---|---|
protected BeanFactoryReference |
SpringBeanAutowiringInterceptor.getBeanFactoryReference(Object target)
Determine the BeanFactoryReference for the given target bean.
|
Copyright © 2015. All rights reserved.