org.jumpmind.symmetric.ext
Class ExtensionProcessor

java.lang.Object
  extended by org.jumpmind.symmetric.ext.ExtensionProcessor
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanFactoryPostProcessor

public class ExtensionProcessor
extends java.lang.Object
implements org.springframework.beans.factory.config.BeanFactoryPostProcessor


Constructor Summary
ExtensionProcessor()
           
 
Method Summary
 void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
           
 void setDataExtractorService(IDataExtractorService dataExtractorService)
           
 void setDataLoaderService(IDataLoaderService dataLoaderService)
           
 void setDataService(IDataService dataService)
           
 void setParameterService(IParameterService parameterService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionProcessor

public ExtensionProcessor()
Method Detail

postProcessBeanFactory

public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
                            throws org.springframework.beans.BeansException
Specified by:
postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessor
Throws:
org.springframework.beans.BeansException

setDataLoaderService

public void setDataLoaderService(IDataLoaderService dataLoaderService)

setDataService

public void setDataService(IDataService dataService)

setDataExtractorService

public void setDataExtractorService(IDataExtractorService dataExtractorService)

setParameterService

public void setParameterService(IParameterService parameterService)


Copyright © 2007-2008. All Rights Reserved.