|
spring-aop | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.aop.framework.DefaultAopProxyFactory
public class DefaultAopProxyFactory
Default AopProxyFactory implementation,
creating either a CGLIB proxy or a JDK dynamic proxy.
Creates a CGLIB proxy if one the following is true
for a given AdvisedSupport instance:
Note that the CGLIB library classes have to be present on the class path if an actual CGLIB proxy needs to be created.
In general, specify "proxyTargetClass" to enforce a CGLIB proxy, or specify one or more interfaces to use a JDK dynamic proxy.
ProxyConfig.setOptimize(boolean),
ProxyConfig.setProxyTargetClass(boolean),
AdvisedSupport.setInterfaces(java.lang.Class[]),
Serialized Form| Constructor Summary | |
|---|---|
DefaultAopProxyFactory()
|
|
| Method Summary | |
|---|---|
AopProxy |
createAopProxy(AdvisedSupport config)
Create an AopProxy for the given AOP configuration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultAopProxyFactory()
| Method Detail |
|---|
public AopProxy createAopProxy(AdvisedSupport config)
throws AopConfigException
AopProxyFactoryAopProxy for the given AOP configuration.
createAopProxy in interface AopProxyFactoryconfig - the AOP configuration in the form of an
AdvisedSupport object
AopConfigException - if the configuration is invalid
|
spring-aop | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||