| Package | Description |
|---|---|
| org.springframework.jndi |
The classes in this package make JNDI easier to use,
facilitating the accessing of configuration stored in JNDI,
and provide useful superclasses for JNDI access classes.
|
| org.springframework.jndi.support |
Support classes for JNDI usage,
including a JNDI-based BeanFactory implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JndiLocatorDelegate
JndiLocatorSupport subclass with public lookup methods,
for convenient use as a delegate. |
class |
JndiLocatorSupport
Convenient superclass for classes that can locate any number of JNDI objects.
|
class |
JndiObjectFactoryBean
FactoryBean that looks up a
JNDI object. |
class |
JndiObjectLocator
Convenient superclass for JNDI-based service locators,
providing configurable lookup of a specific JNDI resource.
|
class |
JndiObjectTargetSource
AOP
TargetSource that provides
configurable JNDI lookups for getTarget() calls. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleJndiBeanFactory
Simple JNDI-based implementation of Spring's
BeanFactory interface. |