org.springframework.yarn.integration.convert
Class ConverterRegistrar

java.lang.Object
  extended by org.springframework.yarn.integration.convert.ConverterRegistrar
All Implemented Interfaces:
Aware, BeanFactoryAware, InitializingBean

public class ConverterRegistrar
extends Object
implements InitializingBean, BeanFactoryAware

Utility class that keeps track of a set of Converters in order to register them with the "integrationConversionService" upon initialization.

Author:
Oleg Zhurakousky, Mark Fisher, Janne Valkealahti

Constructor Summary
ConverterRegistrar(Set<Converter<?,?>> converters)
           
 
Method Summary
 void afterPropertiesSet()
           
 void setBeanFactory(BeanFactory beanFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConverterRegistrar

public ConverterRegistrar(Set<Converter<?,?>> converters)
Method Detail

setBeanFactory

public void setBeanFactory(BeanFactory beanFactory)
Specified by:
setBeanFactory in interface BeanFactoryAware

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface InitializingBean
Throws:
Exception