public class Activator.ConduitConfigurer
extends org.osgi.util.tracker.ServiceTracker<org.apache.cxf.Bus,org.apache.cxf.Bus>
implements org.osgi.service.cm.ManagedService
| Constructor and Description |
|---|
ConduitConfigurer(org.osgi.framework.BundleContext context) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.cxf.Bus |
addingService(org.osgi.framework.ServiceReference<org.apache.cxf.Bus> reference) |
void |
updated(Dictionary<String,?> properties) |
public ConduitConfigurer(org.osgi.framework.BundleContext context)
public void updated(Dictionary<String,?> properties) throws org.osgi.service.cm.ConfigurationException
updated in interface org.osgi.service.cm.ManagedServiceorg.osgi.service.cm.ConfigurationExceptionpublic org.apache.cxf.Bus addingService(org.osgi.framework.ServiceReference<org.apache.cxf.Bus> reference)
addingService in interface org.osgi.util.tracker.ServiceTrackerCustomizer<org.apache.cxf.Bus,org.apache.cxf.Bus>addingService in class org.osgi.util.tracker.ServiceTracker<org.apache.cxf.Bus,org.apache.cxf.Bus>Apache CXF