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

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

Introduction

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

Usage

From source file prospring3.ch5.beanpostprocessor.DeassociateBeanPostProcessor.java

/**
 * ***********************************************************************
 * <p/>
 * Copyright:
 * 2012 1&1 Internet AG, Germany, http://www.1und1.de
 * <p/>

From source file org.jdal.aop.config.SerializableProxyFactoryBean.java

/**
 * ProxyFactoryBean to make serializable proxy for non serializable beans, including
 * prototypes allowing session replication
 * 
 * @author Jose Luis Martin
 * @since 2.0

From source file flex.contrib.factories.config.SecurityExceptionTranslationPostProcessor.java

/**
 * Bean post-processor that automatically applies security exception
 * translation to any bean that carries the
 * {@link flex.contrib.stereotypes.RemotingDestination} annotation,
 * adding a corresponding {@link SecurityExceptionTranslationAdvisor}
 * to the exposed proxy (either an existing AOP proxy or a newly generated

From source file org.activiti.spring.components.aop.ProcessStartAnnotationBeanPostProcessor.java

import org.springframework.beans.factory.config.BeanPostProcessor;
import org.springframework.util.ClassUtils;

/**
 * Proxies beans with methods annotated with {@link StartProcess}.
 * If the method is invoked successfully, the process described by the annotaton is created.

From source file dk.clanie.actor.ActorAnnotationBeanPostProcessor.java

/**
 * Bean post-processor that automatically applies asynchronous invocation
 * behavior to any bean that carries the {@link Actor} annotation by adding
 * a corresponding {@link ActorAnnotationAdvisor} to the
 * exposed proxy (either an existing AOP proxy or a newly generated proxy that
 * implements all of the target's interfaces).

From source file org.camunda.bpm.engine.spring.components.aop.ProcessStartAnnotationBeanPostProcessor.java

/**
 * Proxies beans with methods annotated with {@link StartProcess}.
 * If the method is invoked successfully, the process described by the annotaton is created.
 * Parameters passed to the method annotated with {@link ProcessVariable}
 * are passed to the business process.
 *

From source file org.pshow.ecm.security.MethodAuditPostProcessor.java

/**
 * @author roy
 * 
 */
@SuppressWarnings("serial")
public class MethodAuditPostProcessor extends ProxyConfig

From source file p1.AdvisedSupport.java

/**
 * Superclass for AOP proxy configuration managers. These are not themselves AOP
 * proxies, but subclasses of this class are normally factories from which AOP
 * proxy instances are obtained directly.
 * 
 * <p>

From source file org.springmodules.cache.interceptor.proxy.CacheProxyFactoryBean.java

/**
 * <p>
 * Proxy factory bean for simplified declarative caching services.
 * </p>
 * 
 * @author Alex Ruiz

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

/**
 * Base class for AOP proxy configuration managers.
 * These are not themselves AOP proxies, but subclasses of this class are
 * normally factories from which AOP proxy instances are obtained directly.
 *
 * <p>This class frees subclasses of the housekeeping of Advices