Package | Description |
---|---|
org.apache.aries.blueprint.container | |
org.apache.aries.blueprint.di |
Modifier and Type | Class and Description |
---|---|
class |
AbstractServiceReferenceRecipe
Abstract class for service reference recipes.
|
class |
BeanRecipe
A
Recipe to create POJOs. |
class |
ReferenceListRecipe
A recipe to create a managed collection of service references
|
class |
ReferenceRecipe
A recipe to create an unary OSGi service reference.
|
class |
ServiceRecipe
A
Recipe to export services into the OSGi registry. |
Modifier and Type | Class and Description |
---|---|
class |
ArrayRecipe |
class |
CollectionRecipe |
class |
ComponentFactoryRecipe<T extends ComponentFactoryMetadata>
Pass-through recipe that allows custom bean manager (represented by a ComponentFactoryMetadata instance)
to fit into the container lifecycle.
|
class |
DependentComponentFactoryRecipe
Extends ComponentFactoryRecipe to support the dependency management (SatisfiableRecipe) for custom
bean managers (DependentComponentFactoryMetadata instances in this case).
|
class |
IdRefRecipe |
class |
MapRecipe |
class |
PassThroughRecipe |
class |
RefRecipe |
class |
ValueRecipe
This recipe will be used to create an object from a ValueMetadata.
|
Copyright © 2013. All Rights Reserved.