Package | Description |
---|---|
org.apache.aries.blueprint | |
org.apache.aries.blueprint.parser |
Modifier and Type | Method and Description |
---|---|
org.osgi.service.blueprint.reflect.ComponentMetadata |
NamespaceHandler.decorate(Node node,
org.osgi.service.blueprint.reflect.ComponentMetadata component,
ParserContext context)
Process a child node of an enclosing blueprint component.
|
org.osgi.service.blueprint.reflect.Metadata |
NamespaceHandler.parse(Element element,
ParserContext context)
Parse a stand-alone blueprint component
Given an
Element node as a root, this method parses the stand-alone component and returns its
metadata. |
Modifier and Type | Class and Description |
---|---|
class |
ParserContextImpl
A simple ParserContext implementation.
|
Copyright © 2016. All rights reserved.