|
[Deprecated API] | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | CURRENT API | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.interface21.aop.framework.DefaultProxyConfig
|
+--com.interface21.aop.framework.ProxyFactory
Factory for AOP proxies for programmatic use, rather than via a bean factory. This class provides a simple way of obtaining and configuring AOP proxies in code.
| Fields inherited from class com.interface21.aop.framework.DefaultProxyConfig |
logger |
| Constructor Summary | |
ProxyFactory(java.lang.Class[] interfaces)
No target, only interfaces |
|
ProxyFactory(java.lang.Object target)
Proxy all interfaces |
|
| Method Summary | |
java.lang.Object |
getProxy()
Can be called repeatedly. |
| Methods inherited from class com.interface21.aop.framework.DefaultProxyConfig |
addInterceptor, addInterceptor, addInterface, addMethodPointcut, addMethodPointcut, afterPropertiesSet, countInterceptorsOfType, getAttributeRegistry, getExposeInvocation, getMethodPointcuts, getProxiedInterfaces, getTarget, interceptorIncluded, removeInterceptor, removeInterface, replaceMethodPointcut, setAttributeRegistry, setExposeInvocation, setInterfaces |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ProxyFactory(java.lang.Object target)
throws AopConfigException
target - public ProxyFactory(java.lang.Class[] interfaces)
| Method Detail |
public java.lang.Object getProxy()
|
[Deprecated API] | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | CURRENT API | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||