public interface OsgiServicePropertiesResolver
OsgiServiceFactoryBean| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BEAN_NAME_PROPERTY_KEY
Predefined property indicating the bean name of an exported Spring managed object.
|
static java.lang.String |
BLUEPRINT_COMP_NAME
OSGi 4.2 Blueprint specification predefined property indicating the name of the component exported as a service.
|
static java.lang.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 |
|---|---|
java.util.Map |
getServiceProperties(java.lang.String beanName)
Returns a map containing the service properties associated with the given Spring managed bean identified by its
name.
|
static final java.lang.String SPRING_DM_BEAN_NAME_PROPERTY_KEY
static final java.lang.String BEAN_NAME_PROPERTY_KEY
static final java.lang.String BLUEPRINT_COMP_NAME
BEAN_NAME_PROPERTY_KEY.java.util.Map getServiceProperties(java.lang.String beanName)
beanName - Spring managed bean name