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

Packages that use RemoteExporter
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.rmi Remoting classes for conventional RMI and transparent remoting via RMI invokers. 
 

Uses of RemoteExporter in org.springframework.remoting.caucho
 

Subclasses of RemoteExporter in org.springframework.remoting.caucho
 class BurlapServiceExporter
          Web controller that exports the specified service bean as Burlap service endpoint, accessible via a Burlap proxy.
 class HessianServiceExporter
          Web controller that exports the specified service bean as Hessian service endpoint, accessible via a Hessian proxy.
 

Uses of RemoteExporter in org.springframework.remoting.rmi
 

Subclasses of RemoteExporter in org.springframework.remoting.rmi
 class RmiServiceExporter
          RMI exporter that exposes the specified service as RMI object with the specified name.
 



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