| 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
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: HessianProxyFactoryBean.setServiceInterface See Also: HessianProxyFactoryBean.setServiceUrl See Also: HessianClientInterceptor See Also: HessianServiceExporter See Also: org.springframework.remoting.caucho.BurlapProxyFactoryBean See Also: org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean See Also: org.springframework.remoting.rmi.RmiProxyFactoryBean |