| Package | Description | 
|---|---|
| org.springframework.aop.framework | Package containing Spring's basic AOP infrastructure, compliant with the
 AOP Alliance interfaces. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultAopProxyFactoryDefault  AopProxyFactoryimplementation, creating either a CGLIB proxy
 or a JDK dynamic proxy. | 
| Modifier and Type | Method and Description | 
|---|---|
| AopProxyFactory | ProxyCreatorSupport. getAopProxyFactory()Return the AopProxyFactory that this ProxyConfig uses. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ProxyCreatorSupport. setAopProxyFactory(AopProxyFactory aopProxyFactory)Customize the AopProxyFactory, allowing different strategies
 to be dropped in without changing the core framework. | 
| Constructor and Description | 
|---|
| ProxyCreatorSupport(AopProxyFactory aopProxyFactory)Create a new ProxyCreatorSupport instance. |