spring-framework / org.springframework.remoting.caucho / SimpleHessianServiceExporter / <init>

<init>

SimpleHessianServiceExporter()

HTTP request handler that exports the specified service bean as Hessian service endpoint, accessible via a Hessian proxy. Designed for Sun's JRE 1.6 HTTP server, implementing the com.sun.net.httpserver.HttpHandler interface.

Hessian is a slim, binary RPC protocol. For information on Hessian, see the Hessian website. Note: As of Spring 4.0, this exporter requires Hessian 4.0 or above.

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
2.5.1

See Also
org.springframework.remoting.caucho.HessianClientInterceptororg.springframework.remoting.caucho.HessianProxyFactoryBeanorg.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter