blob: 22345a1587f00b30d46f680c959d2faa68a35609 [file] [log] [blame]
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:camel="http://camel.apache.org/schema/spring"
xsi:schemaLocation="
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://camel.apache.org/schema/spring
http://camel.apache.org/schema/spring/camel-spring.xsd">
<camel:camelContext id="camelContext">
<camel:jmxAgent id="agent" disabled="true" />
<camel:routeBuilder ref="tutorialRouteBuilder"/>
</camel:camelContext>
<bean id="tutorialRouteBuilder"
class="org.apache.camel.example.gae.TutorialRouteBuilder">
</bean>
</beans>