org.springframework.remoting.support |
Generic support classes for remoting implementations.
Provides abstract base classes for remote proxy factories.
|
Java Source File Name | Type | Comment |
DefaultRemoteInvocationExecutor.java | Class | Default implementation of the RemoteInvocationExecutor interface. |
DefaultRemoteInvocationFactory.java | Class | Default implementation of the RemoteInvocationFactory interface. |
RemoteAccessor.java | Class | Abstract base class for classes that access a remote service. |
RemoteExporter.java | Class | Abstract base class for classes that export a remote service. |
RemoteInvocation.java | Class | Encapsulates a remote invocation, providing core method invocation properties
in a serializable fashion. |
RemoteInvocationBasedAccessor.java | Class | Abstract base class for remote service accessors that are based on serialization
of
RemoteInvocation objects. |
RemoteInvocationBasedExporter.java | Class | Abstract base class for remote service exporters that are based on
deserialization of RemoteInvocation objects. |
RemoteInvocationExecutor.java | Interface | Strategy interface for executing a RemoteInvocation on a target object. |
RemoteInvocationFactory.java | Interface | Strategy interface for creating a RemoteInvocation from an AOP MethodInvocation. |
RemoteInvocationResult.java | Class | Encapsulates a remote invocation result, holding a result value or an exception. |
RemoteInvocationTraceInterceptor.java | Class | AOP Alliance MethodInterceptor for tracing remote invocations.
Automatically applied by RemoteExporter and its subclasses.
Logs an incoming remote call as well as the finished processing of a remote call
at DEBUG level. |
RemoteInvocationUtils.java | Class | General utilities for handling remote invocations. |
UrlBasedRemoteAccessor.java | Class | Abstract base class for classes that access remote services via URLs. |