org.apache.camel.core.osgi
Class OsgiCamelContextHelper

java.lang.Object
  extended by org.apache.camel.core.osgi.OsgiCamelContextHelper

public final class OsgiCamelContextHelper
extends Object


Method Summary
static void osgiUpdate(org.apache.camel.impl.DefaultCamelContext camelContext, org.osgi.framework.BundleContext bundleContext)
           
static org.apache.camel.spi.Registry wrapRegistry(org.apache.camel.CamelContext camelContext, org.apache.camel.spi.Registry registry, org.osgi.framework.BundleContext bundleContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

osgiUpdate

public static void osgiUpdate(org.apache.camel.impl.DefaultCamelContext camelContext,
                              org.osgi.framework.BundleContext bundleContext)

wrapRegistry

public static org.apache.camel.spi.Registry wrapRegistry(org.apache.camel.CamelContext camelContext,
                                                         org.apache.camel.spi.Registry registry,
                                                         org.osgi.framework.BundleContext bundleContext)


Apache Camel