Note: Spring also provides an alternative version of this exporter, for Sun's JRE 1.6 HTTP server: {@link SimpleHttpInvokerServiceExporter}.
Deserializes remote invocation objects and serializes remote invocation result objects. Uses Java serialization just like RMI, but provides the same ease of setup as Caucho's HTTP-based Hessian and Burlap protocols.
HTTP invoker is the recommended protocol for Java-to-Java remoting. It is more powerful and more extensible than Hessian and Burlap, at the expense of being tied to Java. Nevertheless, it is as easy to set up as Hessian and Burlap, which is its main advantage compared to RMI. @author Juergen Hoeller @since 1.1 @see HttpInvokerClientInterceptor @see HttpInvokerProxyFactoryBean @see org.springframework.remoting.rmi.RmiServiceExporter @see org.springframework.remoting.caucho.HessianServiceExporter @see org.springframework.remoting.caucho.BurlapServiceExporter
|
|
|
|
|
|