Package | Description |
---|---|
org.springframework.remoting.httpinvoker |
Remoting classes for transparent Java-to-Java remoting via HTTP invokers.
|
org.springframework.remoting.rmi |
Remoting classes for conventional RMI and transparent remoting via
RMI invokers.
|
Class and Description |
---|
RemoteInvocationSerializingExporter
Abstract base class for remote service exporters that explicitly deserialize
RemoteInvocation objects and serialize
RemoteInvocationResult objects,
for example Spring's HTTP invoker. |
Class and Description |
---|
JndiRmiClientInterceptor
MethodInterceptor for accessing RMI services
from JNDI. |
RmiBasedExporter
Convenient superclass for RMI-based remote exporters.
|
RmiClientInterceptor
MethodInterceptor for accessing conventional
RMI services or RMI invokers. |
RmiInvocationHandler
Interface for RMI invocation handlers instances on the server,
wrapping exported services.
|