| Package | Description | 
|---|---|
| org.springframework.remoting.rmi | Remoting classes for conventional RMI and transparent remoting via
 RMI invokers. | 
| org.springframework.remoting.support | Generic support classes for remoting implementations. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JndiRmiServiceExporterService exporter which binds RMI services to JNDI. | 
| class  | RemoteInvocationSerializingExporterAbstract base class for remote service exporters that explicitly deserialize
  RemoteInvocationobjects and serializeRemoteInvocationResultobjects,
 for example Spring's HTTP invoker. | 
| class  | RmiBasedExporterConvenient superclass for RMI-based remote exporters. | 
| class  | RmiClientInterceptorMethodInterceptorfor accessing conventional
 RMI services or RMI invokers. | 
| class  | RmiProxyFactoryBeanFactoryBeanfor RMI proxies, supporting both conventional RMI services
 and RMI invokers. | 
| class  | RmiServiceExporterRMI exporter that exposes the specified service as RMI object with the specified name. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RemoteAccessorAbstract base class for classes that access a remote service. | 
| class  | RemoteExporterAbstract base class for classes that export a remote service. | 
| class  | RemoteInvocationBasedAccessorAbstract base class for remote service accessors that are based
 on serialization of  RemoteInvocationobjects. | 
| class  | RemoteInvocationBasedExporterAbstract base class for remote service exporters that are based
 on deserialization of  RemoteInvocationobjects. | 
| class  | UrlBasedRemoteAccessorAbstract base class for classes that access remote services via URLs. |