Package | Description |
---|---|
org.apache.aries.blueprint.compendium.cm | |
org.apache.aries.blueprint.container | |
org.apache.aries.blueprint.ext | |
org.apache.aries.blueprint.namespace |
Modifier and Type | Class and Description |
---|---|
class |
CmNamespaceHandler
Namespace handler for the Config Admin service.
|
Modifier and Type | Method and Description |
---|---|
NamespaceHandler |
NamespaceHandlerRegistry.NamespaceHandlerSet.getNamespaceHandler(URI namespace)
Retrieve the NamespaceHandler to use for the given namespace
|
Modifier and Type | Class and Description |
---|---|
class |
ExtNamespaceHandler
A namespace handler for Aries blueprint extensions
|
Modifier and Type | Method and Description |
---|---|
NamespaceHandler |
NamespaceHandlerRegistryImpl.NamespaceHandlerSetImpl.getNamespaceHandler(URI namespace) |
Modifier and Type | Method and Description |
---|---|
protected static Map<URI,NamespaceHandler> |
NamespaceHandlerRegistryImpl.findHandlers(Map<URI,Set<NamespaceHandler>> allHandlers,
Set<URI> namespaces,
org.osgi.framework.Bundle bundle) |
Modifier and Type | Method and Description |
---|---|
void |
NamespaceHandlerRegistryImpl.registerHandler(NamespaceHandler handler,
Map properties) |
void |
NamespaceHandlerRegistryImpl.NamespaceHandlerSetImpl.registerHandler(URI uri,
NamespaceHandler handler) |
protected void |
NamespaceHandlerRegistryImpl.removeSchemasFor(NamespaceHandler handler) |
void |
NamespaceHandlerRegistryImpl.unregisterHandler(NamespaceHandler handler,
Map properties) |
void |
NamespaceHandlerRegistryImpl.NamespaceHandlerSetImpl.unregisterHandler(URI uri,
NamespaceHandler handler) |
Modifier and Type | Method and Description |
---|---|
protected static Map<URI,NamespaceHandler> |
NamespaceHandlerRegistryImpl.findHandlers(Map<URI,Set<NamespaceHandler>> allHandlers,
Set<URI> namespaces,
org.osgi.framework.Bundle bundle) |
Schema |
NamespaceHandlerRegistryImpl.getSchema(Map<URI,NamespaceHandler> handlers) |
Copyright © 2014. All rights reserved.