kevinmershon / camel-atlasmap

Camel component for AtlasMap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

camel-atlasmap

Camel Component for AtlasMap

Example usage:

<camelContext xmlns="http://camel.apache.org/schema/spring">
	<route>
		<from uri="direct:start" />
		<to uri="atlas:atlasmapping.xml" />
		<to uri="mock:result" />
	</route>
</camelContext>

About

Camel component for AtlasMap

License:Apache License 2.0


Languages

Language:Java 71.0%Language:Shell 16.3%Language:Batchfile 12.6%