Package org.springframework.remoting.rmi

Remoting classes for conventional RMI and transparent remoting via RMI invokers.

See
          Description

Class Diagram Summary
rmi 
 

Interface Summary
RemoteInvocationHandlerInterface for RemoteInvocationWrapper instances on the server.
 

Class Summary
RemoteInvocationWrapperServer-side implementation of RemoteInvocationHandler.
RmiClientInterceptorInterceptor for accessing transparent RMI services.
RmiProxyFactoryBeanFactory bean for RMI proxies, supporting both plain and transparent RMI.
RmiServiceExporterRMI exporter that exposes the specified service as RMI object with the specified name.
 

Package org.springframework.remoting.rmi Description

Remoting classes for conventional RMI and transparent remoting via RMI invokers. Provides a proxy factory for accessing RMI services, and an exporter for making beans available to RMI clients.