| Name | Description | Type | Package | Framework |
| AbstractHttpInvokerRequestExecutor | Abstract base implementation of the HttpInvokerRequestExecutor interface. | Class | org.springframework.remoting.httpinvoker | Spring MVC |
|
| AbstractJaxWsServiceExporter | Abstract exporter for JAX-WS services, autodetecting annotated service beans(through the JAX-WS WebService annotation). | Class | org.springframework.remoting.jaxws | Spring MVC |
|
| BurlapClientInterceptor | MethodInterceptor for accessing a Burlap service. | Class | org.springframework.remoting.caucho | Spring MVC |
|
| BurlapExporter | General stream-based protocol exporter for a Burlap endpoint. | Class | org.springframework.remoting.caucho | Spring MVC |
|
| BurlapProxyFactoryBean | FactoryBean for Burlap proxies. | Class | org.springframework.remoting.caucho | Spring MVC |
|
| BurlapServiceExporter | Servlet-API-based HTTP request handler that exports the specified service beanas Burlap service endpoint, accessible via a Burlap proxy. | Class | org.springframework.remoting.caucho | Spring MVC |
|
| CodebaseAwareObjectInputStream | Special ObjectInputStream subclass that falls back to a specified codebaseto load classes from if not found locally. | Class | org.springframework.remoting.rmi | Spring MVC |
|
| DefaultRemoteInvocationExecutor | Default implementation of the RemoteInvocationExecutor interface. | Class | org.springframework.remoting.support | Spring MVC |
|
| DefaultRemoteInvocationFactory | Default implementation of the RemoteInvocationFactory interface. | Class | org.springframework.remoting.support | Spring MVC |
|
| HessianClientInterceptor | MethodInterceptor for accessing a Hessian service. | Class | org.springframework.remoting.caucho | Spring MVC |
|
| HessianExporter | General stream-based protocol exporter for a Hessian endpoint. | Class | org.springframework.remoting.caucho | Spring MVC |
|
| HessianProxyFactoryBean | FactoryBean for Hessian proxies. | Class | org.springframework.remoting.caucho | Spring MVC |
|
| HessianServiceExporter | Servlet-API-based HTTP request handler that exports the specified service beanas Hessian service endpoint, accessible via a Hessian proxy. | Class | org.springframework.remoting.caucho | Spring MVC |
|
| HttpComponentsHttpInvokerRequestExecutor | HttpInvokerRequestExecutor implementation that usesApache HttpComponents HttpClient | Class | org.springframework.remoting.httpinvoker | Spring MVC |
|
| HttpInvokerClientConfiguration | Configuration interface for executing HTTP invoker requests. | Interface | org.springframework.remoting.httpinvoker | Spring MVC |
|
| HttpInvokerClientInterceptor | MethodInterceptor for accessing anHTTP invoker service. | Class | org.springframework.remoting.httpinvoker | Spring MVC |
|
| HttpInvokerProxyFactoryBean | FactoryBean for HTTP invoker proxies. | Class | org.springframework.remoting.httpinvoker | Spring MVC |
|
| HttpInvokerRequestExecutor | Strategy interface for actual execution of an HTTP invoker request. | Interface | org.springframework.remoting.httpinvoker | Spring MVC |
|
| HttpInvokerServiceExporter | Servlet-API-based HTTP request handler that exports the specified service beanas HTTP invoker service endpoint, accessible via an HTTP invoker proxy. | Class | org.springframework.remoting.httpinvoker | Spring MVC |
|
| JaxWsPortClientInterceptor | MethodInterceptor for accessing aspecific port of a JAX-WS service. | Class | org.springframework.remoting.jaxws | Spring MVC |
|
| JaxWsPortProxyFactoryBean | FactoryBean for a specific port of aJAX-WS service. | Class | org.springframework.remoting.jaxws | Spring MVC |
|
| JaxWsSoapFaultException | Spring SoapFaultException adapter for the JAX-WSSOAPFaultException class. | Class | org.springframework.remoting.jaxws | Spring MVC |
|
| JndiRmiClientInterceptor | MethodInterceptor for accessing RMI services from JNDI. | Class | org.springframework.remoting.rmi | Spring MVC |
|
| JndiRmiProxyFactoryBean | FactoryBean for RMI proxies from JNDI. | Class | org.springframework.remoting.rmi | Spring MVC |
|
| JndiRmiServiceExporter | Service exporter which binds RMI services to JNDI. | Class | org.springframework.remoting.rmi | Spring MVC |
|
| LocalJaxWsServiceFactory | Factory for locally defined JAX-WS Service references. | Class | org.springframework.remoting.jaxws | Spring MVC |
|
| LocalJaxWsServiceFactoryBean | FactoryBean for locallydefined JAX-WS Service references. | Class | org.springframework.remoting.jaxws | Spring MVC |
|
| RemoteAccessException | Generic remote access exception. | Class | org.springframework.remoting | Spring MVC |
|
| RemoteAccessor | Abstract base class for classes that access a remote service. | Class | org.springframework.remoting.support | Spring MVC |
|
| RemoteConnectFailureException | RemoteAccessException subclass to be thrown when no connectioncould be established with a remote service. | Class | org.springframework.remoting | Spring MVC |
|
| RemoteExporter | Abstract base class for classes that export a remote service. | Class | org.springframework.remoting.support | Spring MVC |
|
| RemoteInvocation | Encapsulates a remote invocation, providing core method invocation propertiesin a serializable fashion. | Class | org.springframework.remoting.support | Spring MVC |
|
| RemoteInvocationBasedAccessor | Abstract base class for remote service accessors that are basedon serialization of RemoteInvocation objects. | Class | org.springframework.remoting.support | Spring MVC |
|
| RemoteInvocationBasedExporter | Abstract base class for remote service exporters that are basedon deserialization of RemoteInvocation objects. | Class | org.springframework.remoting.support | Spring MVC |
|
| RemoteInvocationExecutor | Strategy interface for executing a RemoteInvocation on a target object. | Interface | org.springframework.remoting.support | Spring MVC |
|
| RemoteInvocationFactory | Strategy interface for creating a RemoteInvocation from an AOP AllianceUsed by RmiClientInterceptor (for RMI invokers) | Interface | org.springframework.remoting.support | Spring MVC |
|
| RemoteInvocationFailureException | RemoteAccessException subclass to be thrown when the executionof the target method failed on the server side, for example | Class | org.springframework.remoting | Spring MVC |
|
| RemoteInvocationResult | Encapsulates a remote invocation result, holding a result value or an exception. | Class | org.springframework.remoting.support | Spring MVC |
|
| RemoteInvocationSerializingExporter | Abstract base class for remote service exporters that explicitly deserializeRemoteInvocation objects and serialize | Class | org.springframework.remoting.rmi | Spring MVC |
|
| RemoteInvocationTraceInterceptor | AOP Alliance MethodInterceptor for tracing remote invocations. | Class | org.springframework.remoting.support | Spring MVC |
|
| RemoteInvocationUtils | General utilities for handling remote invocations. | Class | org.springframework.remoting.support | Spring MVC |
|
| RemoteLookupFailureException | RemoteAccessException subclass to be thrown in case of a lookup failure,typically if the lookup happens on demand for each method invocation. | Class | org.springframework.remoting | Spring MVC |
|
| RemoteProxyFailureException | RemoteAccessException subclass to be thrown in case of a failurewithin the client-side proxy for a remote service, for example | Class | org.springframework.remoting | Spring MVC |
|
| RemoteTimeoutException | RemoteAccessException subclass to be thrown when the executionof the target method did not complete before a configurable | Class | org.springframework.remoting | Spring MVC |
|
| RemotingSupport | Generic support base class for remote accessor and exporters,providing common bean ClassLoader handling. | Class | org.springframework.remoting.support | Spring MVC |
|
| RmiBasedExporter | Convenient superclass for RMI-based remote exporters. | Class | org.springframework.remoting.rmi | Spring MVC |
|
| RmiClientInterceptor | MethodInterceptor for accessing conventionalRMI services or RMI invokers. | Class | org.springframework.remoting.rmi | Spring MVC |
|
| RmiClientInterceptorUtils | Factored-out methods for performing invocations within an RMI client. | Class | org.springframework.remoting.rmi | Spring MVC |
|
| RmiInvocationHandler | Interface for RMI invocation handlers instances on the server,wrapping exported services. | Interface | org.springframework.remoting.rmi | Spring MVC |
|
| RmiProxyFactoryBean | FactoryBean for RMI proxies, supporting both conventional RMI servicesand RMI invokers. | Class | org.springframework.remoting.rmi | Spring MVC |
|
| RmiRegistryFactoryBean | FactoryBean that locates a Registry andexposes it for bean references. | Class | org.springframework.remoting.rmi | Spring MVC |
|
| RmiServiceExporter | RMI exporter that exposes the specified service as RMI object with the specified name. | Class | org.springframework.remoting.rmi | Spring MVC |
|
| SimpleBurlapServiceExporter | HTTP request handler that exports the specified service bean asBurlap service endpoint, accessible via a Burlap proxy. | Class | org.springframework.remoting.caucho | Spring MVC |
|
| SimpleHessianServiceExporter | HTTP request handler that exports the specified service bean asHessian service endpoint, accessible via a Hessian proxy. | Class | org.springframework.remoting.caucho | Spring MVC |
|
| SimpleHttpInvokerRequestExecutor | HttpInvokerRequestExecutor implementation that uses standard J2SE facilitiesto execute POST requests, without support for HTTP authentication or | Class | org.springframework.remoting.httpinvoker | Spring MVC |
|
| SimpleHttpInvokerServiceExporter | HTTP request handler that exports the specified service bean asHTTP invoker service endpoint, accessible via an HTTP invoker proxy. | Class | org.springframework.remoting.httpinvoker | Spring MVC |
|
| SimpleHttpServerFactoryBean | FactoryBean that creates a simpleHTTP server, based on the HTTP server that is included in Sun's JRE 1. | Class | org.springframework.remoting.support | Spring MVC |
|
| SimpleHttpServerJaxWsServiceExporter | Simple exporter for JAX-WS services, autodetecting annotated service beans(through the JAX-WS WebService annotation) and exporting | Class | org.springframework.remoting.jaxws | Spring MVC |
|
| SimpleJaxWsServiceExporter | Simple exporter for JAX-WS services, autodetecting annotated service beans(through the JAX-WS WebService annotation) and exporting | Class | org.springframework.remoting.jaxws | Spring MVC |
|
| SoapFaultException | RemoteInvocationFailureException subclass that provides the detailsSince:2. | Class | org.springframework.remoting.soap | Spring MVC |
|
| UrlBasedRemoteAccessor | Abstract base class for classes that access remote services via URLs. | Class | org.springframework.remoting.support | Spring MVC |