|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AopProxyFactory
Interface to be implemented by objects that can create AOP proxies based on AdvisedSupport objects.
Proxies should observe the following contract:
Proxies may or may not allow advice changes to be made. If they do not permit advice changes (for example, because the configuration was frozen) a proxy should throw an AopConfigException on an attempted advice change.
Method Summary | |
---|---|
AopProxy |
createAopProxy(AdvisedSupport advisedSupport)
Return an AopProxy for the given AdvisedSupport object. |
Method Detail |
---|
AopProxy createAopProxy(AdvisedSupport advisedSupport) throws AopConfigException
advisedSupport
- the AOP configuration
AopConfigException
- if the configuration is invalid
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |