public interface GlobalRegistryServiceProvider
GlobalRegistry service. Callers may use this to
retrieve the current global registry. Usually this is implemented by a service registry. GlobalRegistryProvider by providing an instance
of a GlobalRegistry instead of its URIs. The URIs are usually used by a service
registry to find the corresponding global registry.| Modifier and Type | Method and Description |
|---|---|
GlobalRegistry |
getGlobalRegistry(SessionToken session)
Gets (the instance of) the current global registry.
|
GlobalRegistry getGlobalRegistry(SessionToken session) throws ServiceNotKnownException
session - The session with which to retrieve the global registry.ServiceNotKnownException - If there are problems retrieving the global registry, a
ServiceNotKnownException will be thrown.