Apache CXF API

org.apache.cxf.bus.osgi
Class OSGiExtensionLocator

java.lang.Object
  extended by org.apache.cxf.bus.osgi.OSGiExtensionLocator

public class OSGiExtensionLocator
extends Object


Nested Class Summary
static class OSGiExtensionLocator.OSGIBusListener
           
 class OSGiExtensionLocator.OSGiExtension
           
 
Constructor Summary
OSGiExtensionLocator()
           
 
Method Summary
 void bundleChanged(BundleEvent event)
          
protected  void register(Bundle bundle)
           
 void start(BundleContext context)
          
 void stop(BundleContext context)
          
protected  void unregister(long bundleId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSGiExtensionLocator

public OSGiExtensionLocator()
Method Detail

bundleChanged

public void bundleChanged(BundleEvent event)


start

public void start(BundleContext context)
           throws Exception

Throws:
Exception

stop

public void stop(BundleContext context)
          throws Exception

Throws:
Exception

register

protected void register(Bundle bundle)
                 throws IOException
Throws:
IOException

unregister

protected void unregister(long bundleId)

Apache CXF API

Apache CXF