| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
InvocationHandler implementation for the Spring AOP framework, based on J2SE 1.3+ dynamic proxies.
Creates a J2SE proxy, implementing the interfaces exposed by the proxy. Dynamic proxies cannot be used to proxy methods defined in classes, rather than interface.
Objects of this type should be obtained through proxy factories, configured by an AdvisedSupport class. This class is internal to the Spring framework and need not be used directly by client code.
Proxies created using this class will be threadsafe if the underlying (target) class is threadsafe.
| Method Summary | |
boolean | equals(Object other)Equality means interceptors and interfaces and TargetSource are equal. |
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 | invoke(Object proxy, Method method, Object[] args)Implementation of InvocationHandler.invoke. |
| Method Detail |
public boolean equals(Object other)
public Object getProxy()
public Object getProxy(ClassLoader cl)
public Object invoke(Object proxy, Method method, Object[] args)
throws java.lang.Throwable
| Association Links |
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||