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

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

Introduction

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

Usage

From source file org.robinku.commons.remote.hessain.HessianClientProxyFactoryBean.java

/**
 * ??HessainProxyFactoryBean?? - ????
 * @author kuguobing
 * time : 2013-8-1 ?9:19:16
 */
public class HessianClientProxyFactoryBean extends HessianProxyFactoryBean {

From source file com.shengpay.commons.bp.hessian.HessianClientProxyFactoryBean.java

/**
 * ??HessainProxyFactoryBean?? - ????
 * @author kuguobing
 * time : 2013-8-1 ?9:19:16
 */
public class HessianClientProxyFactoryBean extends HessianProxyFactoryBean {

From source file com.payu.ratel.client.RatelHessianProxyFactoryBean.java

public class RatelHessianProxyFactoryBean extends HessianProxyFactoryBean {

    private List<RemoteServiceCallListener> callListeners = new LinkedList<>();

    public void setCallListeners(List<RemoteServiceCallListener> callListeners) {
        this.callListeners = callListeners;