Package org.fcrepo.camel.toolbox.app
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 -
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
-
Constructor Details
-
AppConfig
public AppConfig()
-