|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AopProxyFactory
Interface to be implemented by factories that are able to create
AOP proxies based on AdvisedSupport
configuration objects.
Proxies should observe the following contract:
Advised
interface.
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 config)
Create an AopProxy for the given AOP configuration. |
Method Detail |
---|
AopProxy createAopProxy(AdvisedSupport config) throws AopConfigException
AopProxy
for the given AOP configuration.
config
- the AOP configuration in the form of an
AdvisedSupport object
AopConfigException
- if the configuration is invalid
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |