Example usage for org.springframework.aop.framework AopProxyFactory interface-usage

List of usage examples for org.springframework.aop.framework AopProxyFactory interface-usage

Introduction

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

Usage

From source file org.springframework.aop.framework.DefaultAopProxyFactory.java

/**
 * Simple {@link AopProxyFactory} implementation,
 * creating either a CGLIB proxy or a JDK dynamic proxy.
 *
 * <p>Creates a CGLIB proxy if one the following is true
 * for a given {@link AdvisedSupport} instance:

From source file org.jboss.spring.aop.JBossAopProxyFactory.java

/**
 * JBoss based AOP proxy factory.
 *
 * @author <a href="mailto:ales.justin@jboss.org">Ales Justin</a>
 */
public class JBossAopProxyFactory implements AopProxyFactory {