| Package | Description |
|---|---|
| org.eclipse.gemini.blueprint.service.importer.support |
Support package for OSGi service imports.
|
| org.eclipse.gemini.blueprint.service.importer.support.internal.aop |
Gemini Blueprint service interceptor package.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) ServiceInvoker |
StaticServiceProxyCreator.createDispatcherInterceptor(org.osgi.framework.ServiceReference reference) |
(package private) abstract ServiceInvoker |
AbstractServiceProxyCreator.createDispatcherInterceptor(org.osgi.framework.ServiceReference reference)
Create a dispatcher interceptor that actually execute the call on the target service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceDynamicInterceptor
Interceptor adding dynamic behaviour for unary service (..1 cardinality).
|
class |
ServiceStaticInterceptor
Interceptor offering static behaviour around an OSGi service.
|
| Modifier and Type | Field and Description |
|---|---|
private ServiceInvoker |
InfrastructureOsgiProxyAdvice.invoker |
| Constructor and Description |
|---|
InfrastructureOsgiProxyAdvice(ServiceInvoker serviceInvoker) |