All Known Implementing Classes:
JdkDynamicAopProxy, ProxyFactory, Cglib2AopProxy
Out-of-the-box implementations are available for JDK dynamic proxies and for CGLIB proxies, as applied by DefaultAopProxyFactory .
Rod - JohnsonJuergen - Hoeller| Method from org.springframework.aop.framework.AopProxy Summary: |
|---|
| getProxy, getProxy |
| Method from org.springframework.aop.framework.AopProxy Detail: |
|---|
Uses the AopProxy's default class loader (if necessary for proxy creation): usually, the thread context class loader. |
Uses the given class loader (if necessary for proxy creation).
|