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

Support package for exporting objects as OSGi services.

See:
          Description

Class Summary
AutoExport Enum-like class indicatin class exporters available to OsgiServiceFactoryBean for registering object as OSGi services.
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>
ExportContextClassLoader Enum-like class for the exporter thread context-classLoader (TCCL) management options.
OsgiServiceFactoryBean FactoryBean that transparently publishes other beans in the same application context as OSGi services returning the ServiceRegistration for the given object.
 

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

Support package for exporting objects as OSGi services.



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