HTTP request handler that exports the specified service bean as
Hessian service endpoint, accessible via a Hessian proxy.
Hessian is a slim, binary RPC protocol.
For information on Hessian, see the
Hessian website
This exporter will work with both Hessian 2.x and 3.x (respectively
Resin 2.x and 3.x), autodetecting the corresponding skeleton class.
As of Spring 2.0, it is also compatible with the new Hessian 2 protocol
(a.k.a. Hessian 3.0.20+), while remaining compatible with older versions.
Note: Hessian services exported with this class can be accessed by
any Hessian client, as there isn't any special handling involved.
author: Juergen Hoeller since: 13.05.2003 See Also: HessianClientInterceptor See Also: HessianProxyFactoryBean See Also: org.springframework.remoting.caucho.BurlapServiceExporter See Also: org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter See Also: org.springframework.remoting.rmi.RmiServiceExporter |