Uses of Class
org.springframework.remoting.rmi.RmiBasedExporter

Packages that use RmiBasedExporter
org.springframework.remoting.rmi Remoting classes for conventional RMI and transparent remoting via RMI invokers. 
 

Uses of RmiBasedExporter in org.springframework.remoting.rmi
 

Subclasses of RmiBasedExporter in org.springframework.remoting.rmi
 class JndiRmiServiceExporter
          Service exporter which binds RMI services to JNDI.
 class RmiServiceExporter
          RMI exporter that exposes the specified service as RMI object with the specified name.
 

Constructors in org.springframework.remoting.rmi with parameters of type RmiBasedExporter
RmiInvocationWrapper(Object wrappedObject, RmiBasedExporter rmiExporter)
          Create a new RmiInvocationWrapper for the given object
 



Copyright (c) 2002-2007 The Spring Framework Project.