Example usage for org.springframework.aop.framework ProxyFactoryBean subclass-usage

List of usage examples for org.springframework.aop.framework ProxyFactoryBean subclass-usage

Introduction

In this page you can find the example usage for org.springframework.aop.framework ProxyFactoryBean subclass-usage.

Usage

From source file com.easyjf.core.dao.impl.GenericProxyBean.java

public class GenericProxyBean extends ProxyFactoryBean {

}

From source file org.mb.bo.SpringTxServiceFactory.java

/**
 * utility class for a quick configuration of transactional services in Spring
 * context.
 * <p>
 * <ul>
 * <li>Property {@link #txInterceptorBeanName} is optional, using by default the

From source file org.alfresco.repo.lotus.ws.impl.auth.ChainingAuthProxyFactory.java

/**
 * This allows certain functions of a chained authentication to be targeted to specific members of the chain.
 * 
 * @author PavelYur
 *
 */