public interface NamespaceHandlerRegistry
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroy this registry
|
org.apache.aries.blueprint.parser.NamespaceHandlerSet |
getNamespaceHandlers(Set<URI> uri,
org.osgi.framework.Bundle bundle)
Retrieve the
NamespaceHandler for the specified URI. |
org.apache.aries.blueprint.parser.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 consistencyNamespaceHandlers compatible with the class space of the given bundlevoid destroy()
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.