Uses of Class
org.springframework.remoting.support.RemoteExporter
Packages that use RemoteExporter Package Description 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 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 RemoteExporter in org.springframework.jms.remoting
Subclasses of RemoteExporter in org.springframework.jms.remoting Modifier and Type Class Description classJmsInvokerServiceExporterJMS 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 Modifier and Type Class Description classHessianExporterGeneral stream-based protocol exporter for a Hessian endpoint.classHessianServiceExporterServlet-API-based HTTP request handler that exports the specified service bean as Hessian service endpoint, accessible via a Hessian proxy.classSimpleHessianServiceExporterDeprecated.as of Spring Framework 5.1, in favor ofHessianServiceExporterUses of RemoteExporter in org.springframework.remoting.httpinvoker
Subclasses of RemoteExporter in org.springframework.remoting.httpinvoker Modifier and Type Class Description classHttpInvokerServiceExporterServlet-API-based HTTP request handler that exports the specified service bean as HTTP invoker service endpoint, accessible via an HTTP invoker proxy.classSimpleHttpInvokerServiceExporterDeprecated.as of Spring Framework 5.1, in favor ofHttpInvokerServiceExporterUses of RemoteExporter in org.springframework.remoting.rmi
Subclasses of RemoteExporter in org.springframework.remoting.rmi Modifier and Type Class Description classJndiRmiServiceExporterService exporter which binds RMI services to JNDI.classRemoteInvocationSerializingExporterAbstract base class for remote service exporters that explicitly deserializeRemoteInvocationobjects and serializeRemoteInvocationResultobjects, for example Spring's HTTP invoker.classRmiBasedExporterConvenient superclass for RMI-based remote exporters.classRmiServiceExporterRMI 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 Modifier and Type Class Description classRemoteInvocationBasedExporterAbstract base class for remote service exporters that are based on deserialization ofRemoteInvocationobjects.