org.springframework.osgi.blueprint.container
Class BlueprintConverterConfigurer

java.lang.Object
  extended by org.springframework.osgi.blueprint.container.BlueprintConverterConfigurer
All Implemented Interfaces:
BeanFactoryAware

public class BlueprintConverterConfigurer
extends Object
implements 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(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(BeanFactory beanFactory)
                    throws BeansException
Specified by:
setBeanFactory in interface BeanFactoryAware
Throws:
BeansException


Copyright © 2006-2011 Spring Framework. All Rights Reserved.