Uses of Class
org.springframework.jndi.JndiAccessor

Packages that use JndiAccessor
org.springframework.ejb.access This package contains classes that allow easy access to EJBs.  
org.springframework.jms.support.destination Support classes for Spring's JMS framework. 
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.remoting.rmi Remoting classes for conventional RMI and transparent remoting via RMI invokers.  
 

Uses of JndiAccessor in org.springframework.ejb.access
 

Subclasses of JndiAccessor in org.springframework.ejb.access
 class AbstractRemoteSlsbInvokerInterceptor
          Superclass for interceptors proxying remote Stateless Session Beans.
 class AbstractSlsbInvokerInterceptor
          Superclass for AOP interceptors invoking local or remote Stateless Session Beans.
 class LocalSlsbInvokerInterceptor
          Invoker for a local Stateless Session Bean.
 class LocalStatelessSessionProxyFactoryBean
          Convenient factory for local Stateless Session Bean (SLSB) proxies.
 class SimpleRemoteSlsbInvokerInterceptor
          Basic invoker for a remote Stateless Session Bean.
 class SimpleRemoteStatelessSessionProxyFactoryBean
          Convenient factory for remote SLSB proxies.
 

Uses of JndiAccessor in org.springframework.jms.support.destination
 

Subclasses of JndiAccessor in org.springframework.jms.support.destination
 class JndiDestinationResolver
          Implementation of the DestinationResolver interface which interprets destination names as JNDI locations, falling back to dynamic destinations else.
 

Uses of JndiAccessor in org.springframework.jndi
 

Subclasses of JndiAccessor in org.springframework.jndi
 class AbstractJndiLocator
          Deprecated. Derive from JndiObjectLocator instead, invoking the lookup method whenever the subclass needs it (instead of waiting for a "located" callback).
 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.
 class JndiObjectTargetSource
          TargetSource which performs a fresh JNDI lookup for each call.
 

Uses of JndiAccessor in org.springframework.remoting.rmi
 

Subclasses of JndiAccessor in org.springframework.remoting.rmi
 class JndiRmiClientInterceptor
          Interceptor for accessing RMI services from JNDI.
 class JndiRmiProxyFactoryBean
          Factory bean for RMI proxies from JNDI.
 class JndiRmiServiceExporter
          Service exporter which binds RMI services to JNDI.
 



Copyright (C) 2003-2004 The Spring Framework Project.