When you say resource file are you talking about a Java interface with
annotations or something else?  If it is the interface then the
operationName comes from the invocation name of the method on the interface
and is dynamically routed with a recipient list to the appropriate route.
But I'm not sure if that's what you're asking about.

On Tue, Feb 9, 2016 at 4:30 PM, camel_case <cshoo...@remedypartners.com>
wrote:

> I see that with performInvocation, it's possible to get the same effect,
> but
> only by giving up the idea and convenience of different routes.  You may
> use
> one route and have the resource file invoke the method according to the
> http
> method, (replacing "return null" with a call to a service I presume).  This
> feature is new to Camel 2.15 released March 2015.
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Multiple-consumers-for-the-same-endpoint-is-not-allowed-cxfrs-vs-rest-dsl-tp5777492p5777495.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>

Reply via email to