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