首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

Camel 练习题

2013-01-20 
Camel 练习?xml version1.0 encodingUTF-8?blueprint??? xmlnshttp://www.osgi.org/xmlns/blue

Camel 练习

<?xml version="1.0" encoding="UTF-8"?>
<blueprint
??? xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
??? xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.0.0"
??? xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
??? xsi:schemaLocation="http://www.osgi.org/xmlns/blueprint/v1.0.0 http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd">

??? <camelContext xmlns="http://camel.apache.org/schema/blueprint">
??????? <route>
??????????? <from uri="file:org/input" />
??????????? <log message="jinlong move file:${file:name}! Hello World!!!" />
??????????? <to uri="file:org/output" />
??????? </route>
??? </camelContext>
</blueprint>

热点排行