Package | Description |
---|---|
org.springframework.remoting.caucho |
This package provides remoting classes for Caucho's Hessian protocol:
a proxy factory for accessing Hessian services, and an exporter for
making beans available to Hessian clients.
|
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.
|
org.springframework.remoting.support |
Generic support classes for remoting implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
HessianClientInterceptor
Deprecated.
as of 5.3 (phasing out serialization-based remoting)
|
class |
HessianProxyFactoryBean
Deprecated.
as of 5.3 (phasing out serialization-based remoting)
|
Modifier and Type | Class and Description |
---|---|
class |
HttpInvokerClientInterceptor
Deprecated.
as of 5.3 (phasing out serialization-based remoting)
|
class |
HttpInvokerProxyFactoryBean
Deprecated.
as of 5.3 (phasing out serialization-based remoting)
|
Modifier and Type | Class and Description |
---|---|
class |
RmiClientInterceptor
Deprecated.
as of 5.3 (phasing out serialization-based remoting)
|
class |
RmiProxyFactoryBean
Deprecated.
as of 5.3 (phasing out serialization-based remoting)
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteInvocationBasedAccessor
Abstract base class for remote service accessors that are based
on serialization of
RemoteInvocation objects. |