|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Strategy interface for proxy creation. Out-of-the-box implementations are available for JDK dynamic proxies and CGLIB.
JdkDynamicAopProxy,
Cglib2AopProxy| Method Summary | |
Object |
getProxy()
Create a new Proxy object for the given object. |
Object |
getProxy(ClassLoader classLoader)
Create a new Proxy object for the given object. |
| Method Detail |
public Object getProxy()
Thread.getContextClassLoader()public Object getProxy(ClassLoader classLoader)
classLoader - the class loader to use
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||