org.springframework.osgi.service
Interface OsgiServicePropertiesResolver


public interface OsgiServicePropertiesResolver

An OsgiServicePropertiesResolver is responsible for providing the properties that a bean exposed as a service will be published with. It is used as a collaborator of OsgiServiceExporter.

Since:
2.0
Author:
Adrian Colyer
See Also:
OsgiServiceFactoryBean, BeanNameServicePropertiesResolver

Method Summary
 Map getServiceProperties(String beanName)
           
 

Method Detail

getServiceProperties

Map getServiceProperties(String beanName)


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