org.eclipse.gemini.blueprint.blueprint.container
Class BlueprintConverterConfigurer

java.lang.Object
  extended by org.eclipse.gemini.blueprint.blueprint.container.BlueprintConverterConfigurer
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware

public class BlueprintConverterConfigurer
extends Object
implements org.springframework.beans.factory.BeanFactoryAware

Dedicated class for registering (in a declarative way) the adapter between Blueprint and Spring 3.0 converters.

Author:
Costin Leau

Constructor Summary
BlueprintConverterConfigurer(List<Converter> converters)
           
 
Method Summary
 void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlueprintConverterConfigurer

public BlueprintConverterConfigurer(List<Converter> converters)
Method Detail

setBeanFactory

public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
                    throws org.springframework.beans.BeansException
Specified by:
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
Throws:
org.springframework.beans.BeansException


Copyright © 2006-2012. All Rights Reserved.