Having a bundle with an interface and several implementations of it (all in
their own bundle), how can I decide which bundle to call?
Details:
Bundle 1 just defines an interface. (packageName.InterfaceName)
Bundle 2, 3 & 4 implement this interface.
Problem is, with
.to("bean:packageName.InterfaceName?method=doIt")
I just can set the interface. But how to decide which concrete
implementation to call?
(Working with Equinox)
--
View this message in context:
http://camel.465427.n5.nabble.com/camel-and-several-implementations-of-an-interface-tp5728298.html
Sent from the Camel - Users mailing list archive at Nabble.com.