See: Description
| Interface | Description | 
|---|---|
| RemoteInvocationExecutor | Strategy interface for executing a  RemoteInvocationon a target object. | 
| RemoteInvocationFactory | Strategy interface for creating a  RemoteInvocationfrom an AOP AllianceMethodInvocation. | 
| Class | Description | 
|---|---|
| DefaultRemoteInvocationExecutor | Default implementation of the  RemoteInvocationExecutorinterface. | 
| DefaultRemoteInvocationFactory | Default implementation of the  RemoteInvocationFactoryinterface. | 
| RemoteAccessor | Abstract base class for classes that access a remote service. | 
| RemoteExporter | Abstract base class for classes that export a remote service. | 
| RemoteInvocation | Encapsulates a remote invocation, providing core method invocation properties
 in a serializable fashion. | 
| RemoteInvocationBasedAccessor | Abstract base class for remote service accessors that are based
 on serialization of  RemoteInvocationobjects. | 
| RemoteInvocationBasedExporter | Abstract base class for remote service exporters that are based
 on deserialization of  RemoteInvocationobjects. | 
| RemoteInvocationResult | Encapsulates a remote invocation result, holding a result value or an exception. | 
| RemoteInvocationTraceInterceptor | AOP Alliance MethodInterceptor for tracing remote invocations. | 
| RemoteInvocationUtils | General utilities for handling remote invocations. | 
| RemotingSupport | Generic support base class for remote accessor and exporters,
 providing common bean ClassLoader handling. | 
| SimpleHttpServerFactoryBean | Deprecated as of Spring Framework 5.1, in favor of embedded Tomcat/Jetty/Undertow | 
| UrlBasedRemoteAccessor | Abstract base class for classes that access remote services via URLs. |