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

Packages that use RemoteInvocationBasedExporter
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.  
 

Uses of RemoteInvocationBasedExporter in org.springframework.remoting.httpinvoker
 

Subclasses of RemoteInvocationBasedExporter in org.springframework.remoting.httpinvoker
 class HttpInvokerServiceExporter
          Web controller that exports the specified service bean as HTTP invoker service endpoint, accessible via an HTTP invoker proxy.
 

Uses of RemoteInvocationBasedExporter in org.springframework.remoting.rmi
 

Subclasses of RemoteInvocationBasedExporter 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.