org.eclipse.gemini.blueprint.compendium.config.internal
Class ManagedPropertiesDefinitionParser

java.lang.Object
  extended by 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

Constructor Summary
ManagedPropertiesDefinitionParser()
           
 
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
 

Constructor Detail

ManagedPropertiesDefinitionParser

public ManagedPropertiesDefinitionParser()
Method Detail

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-2013. All Rights Reserved.