|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AopProxy
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 |
---|
Object getProxy()
Thread.getContextClassLoader()
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 |