public abstract class AopNamespaceUtils extends Object
aop' namespace tags.
 Only a single auto-proxy creator should be registered and multiple configuration
 elements may wish to register different concrete implementations. As such this class
 delegates to AopConfigUtils which provides a simple escalation protocol.
 Callers may request a particular auto-proxy creator and know that creator,
 or a more capable variant thereof, will be registered as a post-processor.
AopConfigUtils| Modifier and Type | Field and Description | 
|---|---|
| static String | PROXY_TARGET_CLASS_ATTRIBUTEThe  proxy-target-classattribute as found on AOP-related XML tags. | 
| Constructor and Description | 
|---|
| AopNamespaceUtils() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | registerAspectJAnnotationAutoProxyCreatorIfNecessary(org.springframework.beans.factory.xml.ParserContext parserContext,
                                                    Element sourceElement) | 
| static void | registerAspectJAutoProxyCreatorIfNecessary(org.springframework.beans.factory.xml.ParserContext parserContext,
                                          Element sourceElement) | 
| static void | registerAutoProxyCreatorIfNecessary(org.springframework.beans.factory.xml.ParserContext parserContext,
                                   Element sourceElement) | 
public static final String PROXY_TARGET_CLASS_ATTRIBUTE
proxy-target-class attribute as found on AOP-related XML tags.public static void registerAutoProxyCreatorIfNecessary(org.springframework.beans.factory.xml.ParserContext parserContext,
                                                       Element sourceElement)
public static void registerAspectJAutoProxyCreatorIfNecessary(org.springframework.beans.factory.xml.ParserContext parserContext,
                                                              Element sourceElement)
public static void registerAspectJAnnotationAutoProxyCreatorIfNecessary(org.springframework.beans.factory.xml.ParserContext parserContext,
                                                                        Element sourceElement)