org.apache.cxf.bus.osgi
Class CXFActivator
java.lang.Object
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
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 |
CXFActivator
public CXFActivator()
start
public void start(BundleContext context)
throws Exception
-
- Throws:
Exception
stop
public void stop(BundleContext context)
throws Exception
-
- Throws:
Exception
Apache CXF