|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NamespaceHandlerRegistry
Registry of NamespaceHandler.
Nested Class Summary | |
---|---|
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 |
Method Summary | |
---|---|
void |
destroy()
Destroy this registry |
NamespaceHandlerRegistry.NamespaceHandlerSet |
getNamespaceHandlers(java.util.Set<java.net.URI> uri,
org.osgi.framework.Bundle bundle)
Retrieve the NamespaceHandler for the specified URI. |
Method Detail |
---|
NamespaceHandlerRegistry.NamespaceHandlerSet getNamespaceHandlers(java.util.Set<java.net.URI> uri, org.osgi.framework.Bundle bundle)
NamespaceHandler
for the specified URI. Make sure
uri
- the namespace identifying the namespace handlerbundle
- the blueprint bundle to be checked for class space consistency
NamespaceHandler
s compatible with the class space of the given bundlevoid destroy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |