Example usage for org.springframework.remoting.caucho HessianClientInterceptor subclass-usage

List of usage examples for org.springframework.remoting.caucho HessianClientInterceptor subclass-usage

Introduction

In this page you can find the example usage for org.springframework.remoting.caucho HessianClientInterceptor subclass-usage.

Usage

From source file org.jdal.remoting.caucho.HessianProxyFactoryBean.java

/**
 * Hessian ProxyFactoryBean
 * 
 * @author Jose Luis Martin - (jlm@joseluismartin.info)
 */
public class HessianProxyFactoryBean extends HessianClientInterceptor implements FactoryBean<Object>, RemoteClient {