Apache CXF API

org.apache.cxf.bus.osgi
Class CXFActivator

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

public class CXFActivator
extends Object

Is called in OSGi on start and stop of the cxf bundle. Manages - CXFBundleListener - Attaching ManagedWorkqueues tio config admin service - OsgiBusListener


Constructor Summary
CXFActivator()
           
 
Method Summary
 void start(BundleContext context)
          
 void stop(BundleContext context)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CXFActivator

public CXFActivator()
Method Detail

start

public void start(BundleContext context)
           throws Exception

Throws:
Exception

stop

public void stop(BundleContext context)
          throws Exception

Throws:
Exception

Apache CXF API

Apache CXF