| Interface | Description |
|---|---|
| Advised |
Interface to be implemented by classes that hold the configuration
of a factory of AOP proxies.
|
| AdvisorChainFactory |
Factory interface for advisor chains.
|
| Class | Description |
|---|---|
| AdvisedSupport |
Base class for AOP proxy configuration managers.
|
| DefaultAdvisorChainFactory |
A simple but definitive way of working out an advice chain for a Method,
given an
Advised object. |
| ProxyConfig |
Convenience superclass for configuration used in creating proxies,
to ensure that all proxy creators have consistent properties.
|
| Exception | Description |
|---|---|
| AopConfigException |
Exception that gets thrown on illegal AOP configuration arguments.
|
Copyright © 2025. All rights reserved.