Interface | Description |
---|---|
BeanProcessor |
TODO: javadoc
Processors must be advertized as being such.
|
BeanProcessor.BeanCreator |
Interface from which a BeanProcessor can obtain another bean.
|
BlueprintConstants | |
ComponentDefinitionRegistry | |
ComponentDefinitionRegistryProcessor |
A processor that processes Blueprint component definitions after they have been parsed but before
component managers are created.
|
ExtendedBeanMetadata |
An extended
BeanMetadata that allows specifying if
the bean instances are processors or not. |
ExtendedReferenceListMetadata |
TODO: javadoc
|
ExtendedReferenceMetadata | |
ExtendedServiceReferenceMetadata |
TODO: javadoc
|
Interceptor |
An Interceptor interface provides support for custom interceptor implementation.
|
NamespaceHandler |
A processor for custom blueprint extensions
Namespace handlers must be registered in the OSGi service registry with the
osgi.service.blueprint.namespace service property denoting the namespace URIs this
handler can process. |
NamespaceHandler2 |
Additional namespace features
|
ParserContext | |
PassThroughMetadata |
Metadata used to bypass the creation of the object.
|
Processor |
Marker interface for blueprint processors such as
BeanProcessor or
ServiceProcessor |
ServiceProcessor | |
ServiceProcessor.ServicePropertiesUpdater |
Exception | Description |
---|---|
ComponentNameAlreadyInUseException |
Annotation Type | Description |
---|---|
Namespaces |
Lists the namespaces supported by a given
NamespaceHandler . |
Copyright © 2016. All rights reserved.