Jackson, Bruce wrote:
Here's a question:

I have a utility class in a bundle which will generate a dynamic proxy as a
service to other bundles running inside Felix. Lets call this bundle "A".

Is this possible in Felix/OSGi without having having to explicitly declare
the import of the interface over which A will operate?

Well, you can get access to the interface class definition by calling Bundle.loadClass() on bundle A without importing from A, so then you should be able to use that to create the proxy, I would imagine.

-> richard

Thanks

Bruce

Reply via email to