This content has been marked as final.
Show 1 reply
-
1. Re: Camel - OData support
davsclaus Feb 21, 2013 8:23 AM (in response to milanmilas)There is no specific Camel component for odata.
I assume you refer to this odata4j project at
http://code.google.com/p/odata4j/
As its all java code then you can use camel and odata by using java code.
And as its easy to write custom Camel components you can write a camel-odata component.
There is a little guide about creating new components at