See: Description
| Class | Description |
|---|---|
| AbstractOsgiServiceImportFactoryBean |
Base class for importing OSGi services.
|
| AbstractServiceImporterProxyFactoryBean |
Package protected class that provides the common aop infrastructure functionality for OSGi service importers.
|
| AbstractServiceProxyCreator |
Internal (package visible) class used for handling common aspects in creating a proxy over OSGi services.
|
| Cardinality | Deprecated
as of Spring DM 2.0, replaced by
Availability |
| CollectionType |
Enumeration-like class which indicates the supported Spring DM managed OSGi
service collection types.
|
| DisposableBeanRunnableAdapter |
Simple adapter around a Spring disposable bean.
|
| ImportContextClassLoader | Deprecated
As of Spring DM 2.0, replaced by
ImportContextClassLoaderEnum |
| LocalBundleContext |
Class containing static methods used to obtain information about the current
OSGi service invocation.
|
| LocalBundleContextAdvice |
Simple interceptor for temporarily pushing the invoker BundleContext to a
threadLocal.
|
| OsgiServiceCollectionProxyFactoryBean |
OSGi service (collection) importer.
|
| OsgiServiceProxyFactoryBean |
OSGi (single) service importer.
|
| ServiceReferenceEditor |
PropertyEditor that converts an <osgi:reference> element into a
ServiceReference. |
| StaticServiceProxyCreator |
| Enum | Description |
|---|---|
| Availability |
Enum used by the service importer to describe whether a presence of OSGi services is mandatory or not.
|
| ImportContextClassLoaderEnum |
Enum describing the possible thread context class loader (tccl) options for imported OSGi services.
|
| MemberType |
The type of the service collection.
|