Uses of Class
org.springframework.remoting.support.UrlBasedRemoteAccessor

Packages that use UrlBasedRemoteAccessor
org.springframework.remoting.caucho This package provides remoting classes for Caucho's Hessian and Burlap protocols: a proxy factory for accessing Hessian/Burlap services, and an exporter for making beans available to Hessian/Burlap 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 Support classes for remoting implementations.  
 

Uses of UrlBasedRemoteAccessor in org.springframework.remoting.caucho
 

Subclasses of UrlBasedRemoteAccessor in org.springframework.remoting.caucho
 class BurlapClientInterceptor
          Interceptor for accessing a Burlap service.
 class BurlapProxyFactoryBean
          Factory bean for Burlap proxies.
 class CauchoRemoteAccessor
          Common base class for Hessian/Burlap accessors (HessianClientInterceptor and BurlapClientInterceptor), factoring out common properties.
 class HessianClientInterceptor
          Interceptor for accessing a Hessian service.
 class HessianProxyFactoryBean
          Factory bean for Hessian proxies.
 

Uses of UrlBasedRemoteAccessor in org.springframework.remoting.httpinvoker
 

Subclasses of UrlBasedRemoteAccessor in org.springframework.remoting.httpinvoker
 class HttpInvokerClientInterceptor
          Interceptor for accessing an HTTP invoker service.
 class HttpInvokerProxyFactoryBean
          Factory bean for HTTP invoker proxies.
 

Uses of UrlBasedRemoteAccessor in org.springframework.remoting.rmi
 

Subclasses of UrlBasedRemoteAccessor in org.springframework.remoting.rmi
 class RmiClientInterceptor
          Interceptor for accessing conventional RMI services or RMI invokers.
 class RmiProxyFactoryBean
          Factory bean for RMI proxies, supporting both conventional RMI services and RMI invokers.
 

Uses of UrlBasedRemoteAccessor in org.springframework.remoting.support
 

Subclasses of UrlBasedRemoteAccessor in org.springframework.remoting.support
 class RemoteInvocationBasedAccessor
          Abstract base class for remote service accessors that are based on serialization of RemoteInvocation objects.
 



Copyright (C) 2003-2004 The Spring Framework Project.