blob: b395f80c0f1674c0a5273265f634b2d030b3b1b3 (
plain)
1
2
3
4
|
<route xmlns="http://camel.apache.org/schema/spring" trace="true">
<from uri="restlet:/editEntity?restletMethods=get,post" />
<to uri="bean:attributeEditProcessor?method=editAttribute"/>
</route>
|