org.springframework.security.config
Class CustomAfterInvocationProviderBeanDefinitionDecorator

java.lang.Object
  extended by org.springframework.security.config.CustomAfterInvocationProviderBeanDefinitionDecorator
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionDecorator

public class CustomAfterInvocationProviderBeanDefinitionDecorator
extends java.lang.Object
implements org.springframework.beans.factory.xml.BeanDefinitionDecorator

Adds the decorated AfterInvocationProvider to the AfterInvocationProviderManager's list.

Since:
2.0
Version:
$Id$
Author:
Luke Taylor

Constructor Summary
CustomAfterInvocationProviderBeanDefinitionDecorator()
           
 
Method Summary
 org.springframework.beans.factory.config.BeanDefinitionHolder decorate(org.w3c.dom.Node node, org.springframework.beans.factory.config.BeanDefinitionHolder holder, org.springframework.beans.factory.xml.ParserContext parserContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomAfterInvocationProviderBeanDefinitionDecorator

public CustomAfterInvocationProviderBeanDefinitionDecorator()
Method Detail

decorate

public org.springframework.beans.factory.config.BeanDefinitionHolder decorate(org.w3c.dom.Node node,
                                                                              org.springframework.beans.factory.config.BeanDefinitionHolder holder,
                                                                              org.springframework.beans.factory.xml.ParserContext parserContext)
Specified by:
decorate in interface org.springframework.beans.factory.xml.BeanDefinitionDecorator