See: Description
| Interface | Description | 
|---|---|
| RmiInvocationHandler | Interface for RMI invocation handlers instances on the server,
 wrapping exported services. | 
| Class | Description | 
|---|---|
| CodebaseAwareObjectInputStream | Special ObjectInputStream subclass that falls back to a specified codebase
 to load classes from if not found locally. | 
| JndiRmiClientInterceptor | MethodInterceptorfor accessing RMI services
 from JNDI. | 
| JndiRmiProxyFactoryBean | FactoryBeanfor RMI proxies from JNDI. | 
| JndiRmiServiceExporter | Service exporter which binds RMI services to JNDI. | 
| RemoteInvocationSerializingExporter | Abstract base class for remote service exporters that explicitly deserialize
  RemoteInvocationobjects and serializeRemoteInvocationResultobjects,
 for example Spring's HTTP invoker. | 
| RmiBasedExporter | Convenient superclass for RMI-based remote exporters. | 
| RmiClientInterceptor | MethodInterceptorfor accessing conventional
 RMI services or RMI invokers. | 
| RmiClientInterceptorUtils | Factored-out methods for performing invocations within an RMI client. | 
| RmiProxyFactoryBean | FactoryBeanfor RMI proxies, supporting both conventional RMI services
 and RMI invokers. | 
| RmiRegistryFactoryBean | FactoryBeanthat locates aRegistryand
 exposes it for bean references. | 
| RmiServiceExporter | RMI exporter that exposes the specified service as RMI object with the specified name. |