It would be nice to be able to have a reference to a ClusteredInvoker available from a Bean (Camel,...) to use it, as it is possible to have a reference to an HttpInvoker. This reference could be injected, so if there is a need to invoke a service from within a Bean, there is no need to create a full SCA binding.
Example of requested feature: @SCAService(" {urn:myservice:1.0}
MyService", LoadBalanceStrategy.RandomStrategy) private RemoteInvoker invoker;
|