|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.aop.framework.DefaultAopProxyFactory
Simple implementation of AopProxyFactory
Constructor Summary | |
DefaultAopProxyFactory()
|
Method Summary | |
AopProxy |
createAopProxy(AdvisedSupport advisedSupport)
Return an AopProxy for the given AdvisedSupport object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultAopProxyFactory()
Method Detail |
public AopProxy createAopProxy(AdvisedSupport advisedSupport) throws AopConfigException
AopProxyFactory
createAopProxy
in interface AopProxyFactory
advisedSupport
- AOP configuration
AopConfigException
- if the configuration is invalidAopProxyFactory.createAopProxy(org.springframework.aop.framework.AdvisedSupport)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |