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

<init>

HessianProxyFactoryBean()

FactoryBean for Hessian proxies. Exposes the proxied service for use as a bean reference, using the specified service interface.

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

The service URL must be an HTTP URL exposing a Hessian service. For details, see the HessianClientInterceptor javadoc.

Author
Juergen Hoeller

Since
13.05.2003

See Also
#setServiceInterface#setServiceUrlHessianClientInterceptorHessianServiceExporterorg.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBeanorg.springframework.remoting.rmi.RmiProxyFactoryBean