Package | Description |
---|---|
org.eclipse.gemini.blueprint.service.exporter.support |
Support package for exporting objects as OSGi services.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanNameServicePropertiesResolver
OsgiServicePropertiesResolver that creates a service property set with the following properties:
Bundle-SymbolicName=<bundle symbolic name> Bundle-Version=<bundle version>
org.eclipse.gemini.blueprint.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. |
Modifier and Type | Method and Description |
---|---|
OsgiServicePropertiesResolver |
OsgiServiceFactoryBean.getResolver()
Returns the property resolver used for publishing the service.
|
Modifier and Type | Method and Description |
---|---|
void |
OsgiServiceFactoryBean.setResolver(OsgiServicePropertiesResolver resolver)
Sets the property resolver used when publishing the bean as an OSGi service.
|
Copyright © 2006–2013. All rights reserved.