Uses of Interface
org.springframework.osgi.service.exporter.OsgiServicePropertiesResolver

Packages that use OsgiServicePropertiesResolver
org.springframework.osgi.service.exporter.support Support package for exporting objects as OSGi services. 
 

Uses of OsgiServicePropertiesResolver in org.springframework.osgi.service.exporter.support
 

Classes in org.springframework.osgi.service.exporter.support that implement OsgiServicePropertiesResolver
 class BeanNameServicePropertiesResolver
          OsgiServicePropertiesResolver that creates a service property set with the following properties: Bundle-SymbolicName=<bundle symbolic name> Bundle-Version=<bundle version> org.springframework.osgi.bean.name="<bean name> osgi.service.blueprint.compname="<bean name> If the name is null/empty, the keys that refer to it will not be created.
 

Methods in org.springframework.osgi.service.exporter.support that return OsgiServicePropertiesResolver
 OsgiServicePropertiesResolver OsgiServiceFactoryBean.getResolver()
          Returns the property resolver used for publishing the service.
 

Methods in org.springframework.osgi.service.exporter.support with parameters of type OsgiServicePropertiesResolver
 void OsgiServiceFactoryBean.setResolver(OsgiServicePropertiesResolver resolver)
          Sets the property resolver used when publishing the bean as an OSGi service.
 



Copyright © 2006-2011 Spring Framework. All Rights Reserved.