类的使用
org.springframework.remoting.support.RemoteExporter
使用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 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.org.springframework.jms.remoting中RemoteExporter的使用
org.springframework.jms.remoting中RemoteExporter的子类 修饰符和类型 类 说明 classJmsInvokerServiceExporterJMS message listener that exports the specified service bean as a JMS service endpoint, accessible via a JMS invoker proxy.org.springframework.remoting.caucho中RemoteExporter的使用
org.springframework.remoting.caucho中RemoteExporter的子类 修饰符和类型 类 说明 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.classSimpleHessianServiceExporter已过时。as of Spring Framework 5.1, in favor ofHessianServiceExporterorg.springframework.remoting.httpinvoker中RemoteExporter的使用
org.springframework.remoting.httpinvoker中RemoteExporter的子类 修饰符和类型 类 说明 classHttpInvokerServiceExporterServlet-API-based HTTP request handler that exports the specified service bean as HTTP invoker service endpoint, accessible via an HTTP invoker proxy.classSimpleHttpInvokerServiceExporter已过时。as of Spring Framework 5.1, in favor ofHttpInvokerServiceExporterorg.springframework.remoting.rmi中RemoteExporter的使用
org.springframework.remoting.rmi中RemoteExporter的子类 修饰符和类型 类 说明 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.org.springframework.remoting.support中RemoteExporter的使用
org.springframework.remoting.support中RemoteExporter的子类 修饰符和类型 类 说明 classRemoteInvocationBasedExporterAbstract base class for remote service exporters that are based on deserialization ofRemoteInvocationobjects.