Class AppConfig

java.lang.Object
org.apache.camel.spring.javaconfig.CamelConfiguration
org.fcrepo.camel.toolbox.app.AppConfig
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.ApplicationContextAware

@Configuration @ComponentScan(basePackages="org.fcrepo.camel") public class AppConfig extends org.apache.camel.spring.javaconfig.CamelConfiguration
A configuration class for the application
Author:
dbernstein
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.apache.camel.spring.javaconfig.CamelConfiguration

    camelBeanPostProcessor, camelContext, consumerTemplate, createCamelContext, getApplicationContext, getBean, getBean, getBean, getBeanFactory, getConfigured, producerTemplate, routes, setApplicationContext, setBeanFactory, setupCamelContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details