public class RecoveryInterceptor
extends java.lang.Object
The recovery interceptor is used in required service proxies 
  for automatically reassigning a service if it fails due to
  one of specific exceptions.
  
  todo: - fix that the failed service is not found again by search
        - which exception should be supported (ComponentTerminatedException, ServiceInvalidException, ServiceNotFoundException?)
        - what about multi services, if this case there is no abstraction for
          all services so that only single rebinds can be done (not a new set of services)