The Spring Framework

Uses of Package
org.springframework.remoting.rmi

Packages that use org.springframework.remoting.rmi
org.springframework.remoting.httpinvoker Remoting classes for transparent Java-to-Java remoting via HTTP invokers. 
org.springframework.remoting.rmi Remoting classes for conventional RMI and transparent remoting via RMI invokers. 
 

Classes in org.springframework.remoting.rmi used by org.springframework.remoting.httpinvoker
RemoteInvocationSerializingExporter
          Abstract base class for remote service exporters that explicitly deserialize RemoteInvocation objects and serialize RemoteInvocationResult objects, for example Spring's HTTP invoker.
 

Classes in org.springframework.remoting.rmi used by org.springframework.remoting.rmi
JndiRmiClientInterceptor
          MethodInterceptor for accessing RMI services from JNDI.
RmiBasedExporter
          Convenient superclass for RMI-based remote exporters.
RmiClientInterceptor
          MethodInterceptor for accessing conventional RMI services or RMI invokers.
RmiInvocationHandler
          Interface for RMI invocation handlers instances on the server, wrapping exported services.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.