Package org.springframework.osgi.service.exporter.support

Support package for exporting objects as OSGi services.

See:
          Description

Interface Summary
InterfaceDetector Service exporter interface that allows auto detection of 'interfaces' of the exported service.
ServicePropertiesChangeListener Listener for receiving service properties change events.
ServicePropertiesListenerManager Service properties change listener manager.
 

Class Summary
AutoExport Deprecated. as of 2.0, replaced by InterfaceDetector
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.
ExportContextClassLoader Deprecated. As of Spring DM 2.0, replaced by ExportContextClassLoaderEnum
OsgiServiceFactoryBean FactoryBean that transparently publishes other beans in the same application context as OSGi services returning the ServiceRegistration for the given object.
ServicePropertiesChangeEvent Event indicating when a change occurred in the service properties.
 

Enum Summary
DefaultInterfaceDetector Default implementation of InterfaceDetector.
ExportContextClassLoaderEnum Enum describing the the possible thread context class loader (tccl) options for exporter OSGi services.
 

Package org.springframework.osgi.service.exporter.support Description

Support package for exporting objects as OSGi services.



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