Java org.springframework.aop.framework ProxyCreatorSupport fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.aop.framework ProxyCreatorSupport fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.aop.framework ProxyCreatorSupport.

The text is from its open source code.

Subclass

org.springframework.aop.framework.ProxyCreatorSupport has subclasses.
Click this link to see all its subclasses.

Constructor

ProxyCreatorSupport(AopProxyFactory aopProxyFactory)
Create a new ProxyCreatorSupport instance.

Method

voidcopyConfigurationFrom(AdvisedSupport other, TargetSource targetSource, List advisors)
Copy the AOP configuration from the given AdvisedSupport object, but allow substitution of a fresh TargetSource and a given interceptor chain.
AopProxycreateAopProxy()
Subclasses should call this to get a new AOP proxy.
voidsetFrozen(boolean frozen)
Set whether this config should be frozen.
voidsetInterfaces(Class... interfaces)
Set the interfaces to be proxied.