public interface NamespaceHandlerRegistry
Modifier and Type | Interface and Description |
---|---|
static interface |
NamespaceHandlerRegistry.Listener
Interface used to listen to registered or unregistered namespace handlers.
|
static interface |
NamespaceHandlerRegistry.NamespaceHandlerSet
Interface used to managed a set of namespace handlers
|
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Destroy this registry
|
NamespaceHandlerRegistry.NamespaceHandlerSet |
getNamespaceHandlers(Set<URI> uri,
org.osgi.framework.Bundle bundle)
Retrieve the
NamespaceHandler for the specified URI. |
NamespaceHandlerRegistry.NamespaceHandlerSet getNamespaceHandlers(Set<URI> uri, org.osgi.framework.Bundle bundle)
NamespaceHandler
for the specified URI. Make sureuri
- the namespace identifying the namespace handlerbundle
- the blueprint bundle to be checked for class space consistencyNamespaceHandler
s compatible with the class space of the given bundlevoid destroy()
Copyright © 2013. All Rights Reserved.