| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| static JndiLocatorDelegate | JndiLocatorDelegate. createDefaultResourceRefLocator()Configure a  JndiLocatorDelegatewith its "resourceRef" property set totrue, meaning that all names will be prefixed with "java:comp/env/". | 
| Constructor and Description | 
|---|
| JndiPropertySource(String name,
                  JndiLocatorDelegate jndiLocator)Create a new  JndiPropertySourcewith the given name and the givenJndiLocatorDelegate. |