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

<init>

HessianClientInterceptor()

org.aopalliance.intercept.MethodInterceptor for accessing a Hessian service. Supports authentication via username and password. The service URL must be an HTTP URL exposing a Hessian service.

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

Note: There is no requirement for services accessed with this proxy factory to have been exported using Spring's HessianServiceExporter, as there is no special handling involved. As a consequence, you can also access services that have been exported using Caucho's com.caucho.hessian.server.HessianServlet.

Author
Juergen Hoeller

Since
29.09.2003

See Also
#setServiceInterface#setServiceUrl#setUsername#setPasswordHessianServiceExporterHessianProxyFactoryBeancom.caucho.hessian.client.HessianProxyFactorycom.caucho.hessian.server.HessianServlet