| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
CGLIB 2 AopProxy implementation for the Spring AOP framework. Also implements the CGLIB MethodInterceptor and CallbackFilter interfaces.
Objects of this type should be obtained through proxy factories, configured by a AdvisedSupport implementation. This class is internal to the Spring framework and need not be used directly by client code.
Proxies created using this class are threadsafe if the underlying (target) class is threadsafe.
| Method Summary | |
int | accept(Method method)Implementation of CallbackFilter.accept() to return the index of the callback we need. |
boolean | equals(Object other)Equality means interceptors and interfaces are ==. |
Object | getProxy()Creates a new Proxy object for the given object, proxying the given interface. |
Object | getProxy(ClassLoader cl)Creates a new Proxy object for the given object, proxying the given interface. |
Object | intercept(Object proxy, Method method, Object[] args, MethodProxy methodProxy)Implementation of MethodInterceptor. |
| Method Detail |
public int accept(Method method)
public boolean equals(Object other)
public Object getProxy()
public Object getProxy(ClassLoader cl)
public Object intercept(Object proxy, Method method, Object[] args, MethodProxy methodProxy)
throws java.lang.Throwable
| Association Links |
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||