Example usage for org.springframework.remoting.rmi RmiClientInterceptor subclass-usage

List of usage examples for org.springframework.remoting.rmi RmiClientInterceptor subclass-usage

Introduction

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

Usage

From source file org.jdal.remoting.rmi.RmiProxyFactoryBean.java

/**
 * @author Jose Luis Martin - (jlm@joseluismartin.info)
 *
 */
public class RmiProxyFactoryBean extends RmiClientInterceptor implements FactoryBean<Object>, BeanClassLoaderAware {