public interface OsgiServicePropertiesResolver
OsgiServiceFactoryBean
Modifier and Type | Field and Description |
---|---|
static String |
BEAN_NAME_PROPERTY_KEY
Predefined property indicating the bean name of an exported Spring managed object.
|
static String |
BLUEPRINT_COMP_NAME
OSGi 4.2 Blueprint specification predefined property indicating the name of the component exported as a service.
|
static String |
SPRING_DM_BEAN_NAME_PROPERTY_KEY
Compatibility (with Spring DM) Predefined property indicating the bean name of an exported Spring managed object.
|
Modifier and Type | Method and Description |
---|---|
Map |
getServiceProperties(String beanName)
Returns a map containing the service properties associated with the given Spring managed bean identified by its
name.
|
static final String SPRING_DM_BEAN_NAME_PROPERTY_KEY
static final String BEAN_NAME_PROPERTY_KEY
static final String BLUEPRINT_COMP_NAME
BEAN_NAME_PROPERTY_KEY
.Map getServiceProperties(String beanName)
beanName
- Spring managed bean nameCopyright © 2006–2017. All rights reserved.