org.eclipse.gemini.blueprint.compendium.config.internal
Class ManagedPropertiesDefinitionParser
java.lang.Object
org.eclipse.gemini.blueprint.compendium.config.internal.ManagedPropertiesDefinitionParser
- All Implemented Interfaces:
- org.springframework.beans.factory.xml.BeanDefinitionDecorator
public class ManagedPropertiesDefinitionParser
- extends Object
- implements org.springframework.beans.factory.xml.BeanDefinitionDecorator
Bean definition parser for 'managed-service' element. Configures the infrastructure beans and adds tracking.
- Author:
- Costin Leau
Method Summary |
org.springframework.beans.factory.config.BeanDefinitionHolder |
decorate(Node node,
org.springframework.beans.factory.config.BeanDefinitionHolder definition,
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 |
ManagedPropertiesDefinitionParser
public ManagedPropertiesDefinitionParser()
decorate
public org.springframework.beans.factory.config.BeanDefinitionHolder decorate(Node node,
org.springframework.beans.factory.config.BeanDefinitionHolder definition,
org.springframework.beans.factory.xml.ParserContext parserContext)
- Specified by:
decorate
in interface org.springframework.beans.factory.xml.BeanDefinitionDecorator
Copyright © 2006-2012. All Rights Reserved.