Class Activator.ConduitConfigurer
- java.lang.Object
-
- org.osgi.util.tracker.ServiceTracker<org.apache.cxf.Bus,org.apache.cxf.Bus>
-
- org.apache.cxf.transport.http.asyncclient.Activator.ConduitConfigurer
-
- All Implemented Interfaces:
org.osgi.service.cm.ManagedService,org.osgi.util.tracker.ServiceTrackerCustomizer<org.apache.cxf.Bus,org.apache.cxf.Bus>
- Enclosing class:
- Activator
public static class Activator.ConduitConfigurer extends org.osgi.util.tracker.ServiceTracker<org.apache.cxf.Bus,org.apache.cxf.Bus> implements org.osgi.service.cm.ManagedService
-
-
Constructor Summary
Constructors Constructor Description ConduitConfigurer(org.osgi.framework.BundleContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.cxf.BusaddingService(org.osgi.framework.ServiceReference<org.apache.cxf.Bus> reference)voidupdated(Dictionary<String,?> properties)
-
-
-
Method Detail
-
updated
public void updated(Dictionary<String,?> properties)
- Specified by:
updatedin interfaceorg.osgi.service.cm.ManagedService
-
addingService
public org.apache.cxf.Bus addingService(org.osgi.framework.ServiceReference<org.apache.cxf.Bus> reference)
- Specified by:
addingServicein interfaceorg.osgi.util.tracker.ServiceTrackerCustomizer<org.apache.cxf.Bus,org.apache.cxf.Bus>- Overrides:
addingServicein classorg.osgi.util.tracker.ServiceTracker<org.apache.cxf.Bus,org.apache.cxf.Bus>
-
-