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

Packages that use RemoteExporter
org.springframework.jms.remoting Remoting classes for transparent Java-to-Java remoting via a JMS provider. 
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 Generic support classes for remoting implementations. 
 

Uses of RemoteExporter in org.springframework.jms.remoting
 

Subclasses of RemoteExporter in org.springframework.jms.remoting
 class JmsInvokerServiceExporter
          JMS message listener that exports the specified service bean as a JMS service endpoint, accessible via a JMS invoker proxy.
 

Uses of RemoteExporter in org.springframework.remoting.caucho
 

Subclasses of RemoteExporter in org.springframework.remoting.caucho
 class BurlapExporter
          General stream-based protocol exporter for a Burlap endpoint.
 class BurlapServiceExporter
          Servlet-API-based HTTP request handler that exports the specified service bean as Burlap service endpoint, accessible via a Burlap proxy.
 class HessianExporter
          General stream-based protocol exporter for a Hessian endpoint.
 class HessianServiceExporter
          Servlet-API-based HTTP request handler that exports the specified service bean as Hessian service endpoint, accessible via a Hessian proxy.
 class SimpleBurlapServiceExporter
          HTTP request handler that exports the specified service bean as Burlap service endpoint, accessible via a Burlap proxy.
 class SimpleHessianServiceExporter
          HTTP request handler that exports the specified service bean as Hessian service endpoint, accessible via a Hessian proxy.
 

Uses of RemoteExporter in org.springframework.remoting.httpinvoker
 

Subclasses of RemoteExporter in org.springframework.remoting.httpinvoker
 class HttpInvokerServiceExporter
          Servlet-API-based HTTP request handler that exports the specified service bean as HTTP invoker service endpoint, accessible via an HTTP invoker proxy.
 class SimpleHttpInvokerServiceExporter
          HTTP request handler that exports the specified service bean as HTTP invoker service endpoint, accessible via an HTTP invoker proxy.
 

Uses of RemoteExporter in org.springframework.remoting.rmi
 

Subclasses of RemoteExporter in org.springframework.remoting.rmi
 class JndiRmiServiceExporter
          Service exporter which binds RMI services to JNDI.
 class RemoteInvocationSerializingExporter
          Abstract base class for remote service exporters that explicitly deserialize RemoteInvocation objects and serialize RemoteInvocationResult objects, for example Spring's HTTP invoker.
 class RmiBasedExporter
          Convenient superclass for RMI-based remote exporters.
 class RmiServiceExporter
          RMI exporter that exposes the specified service as RMI object with the specified name.
 

Uses of RemoteExporter in org.springframework.remoting.support
 

Subclasses of RemoteExporter in org.springframework.remoting.support
 class RemoteInvocationBasedExporter
          Abstract base class for remote service exporters that are based on deserialization of RemoteInvocation objects.
 



Copyright © 2002-2008 The Spring Framework.