public class ServiceRegistryProxyFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$sccsid |
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
ServiceRegistryProxy |
getDefaultServiceRegistryProxy()
Gets the ServiceRegistryProxy instance for the default Service Registry.
|
static ServiceRegistryProxyFactory |
getInstance()
Returns the singleton instance of the ServiceRegistryProxyFactory
|
ServiceRegistryProxy |
getServiceRegistryProxy(java.lang.String registryName)
Gets the ServiceRegistryProxy instance for the named Service Registry.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String $sccsid
public static ServiceRegistryProxyFactory getInstance()
public ServiceRegistryProxy getServiceRegistryProxy(java.lang.String registryName)
registryName
- The name of the Service Registry. If this is null or an empty string, the
default ServiceRegistryProxy will be returned.public ServiceRegistryProxy getDefaultServiceRegistryProxy()