I'm trying to implement a simple Interceptor to invoke methods of registered services in an OSGi Karaf environment. The services are published via blueprint configuration and, although there are working examples how to intercept CXF web-services, I can't find any documentation of how to register an implementation of I'm trying to implement a simple Interceptor to