Uses of Class
org.springframework.remoting.support.RemoteAccessor
Packages that use RemoteAccessor 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.Uses of RemoteAccessor in org.springframework.remoting.caucho
Subclasses of RemoteAccessor in org.springframework.remoting.caucho Modifier and Type Class Description classHessianClientInterceptorMethodInterceptorfor accessing a Hessian service.classHessianProxyFactoryBeanFactoryBeanfor Hessian proxies.Uses of RemoteAccessor in org.springframework.remoting.httpinvoker
Subclasses of RemoteAccessor in org.springframework.remoting.httpinvoker Modifier and Type Class Description classHttpInvokerClientInterceptorMethodInterceptorfor accessing an HTTP invoker service.classHttpInvokerProxyFactoryBeanFactoryBeanfor HTTP invoker proxies.Uses of RemoteAccessor in org.springframework.remoting.rmi
Subclasses of RemoteAccessor in org.springframework.remoting.rmi Modifier and Type Class Description classRmiClientInterceptorMethodInterceptorfor accessing conventional RMI services or RMI invokers.classRmiProxyFactoryBeanFactoryBeanfor RMI proxies, supporting both conventional RMI services and RMI invokers.Uses of RemoteAccessor in org.springframework.remoting.support
Subclasses of RemoteAccessor in org.springframework.remoting.support Modifier and Type Class Description classRemoteInvocationBasedAccessorAbstract base class for remote service accessors that are based on serialization ofRemoteInvocationobjects.classUrlBasedRemoteAccessorAbstract base class for classes that access remote services via URLs.