Package org.apache.camel.osgi

Examples of org.apache.camel.osgi.OsgiServiceRegistry


        // Adding discovery to this from camel-osgi

        BundleContext bundleContext = FrameworkUtil.getBundle(this.getClass()).getBundleContext();

        OsgiServiceRegistry registry = new OsgiServiceRegistry(bundleContext);
        ctx.setRegistry(registry);

        OsgiCamelContextHelper.updateRegistry(ctx, bundleContext);

        ctx.setClassResolver(new OsgiClassResolver(bundleContext));
View Full Code Here

TOP

Related Classes of org.apache.camel.osgi.OsgiServiceRegistry

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.