com.ibm.wsspi.sibx.mediation.wsrr.client
Class ServiceRegistryProxyFactory
- java.lang.Object
com.ibm.wsspi.sibx.mediation.wsrr.client.ServiceRegistryProxyFactory
- public class ServiceRegistryProxyFactory
- extends java.lang.Object
Field Summary
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getDefaultServiceRegistryProxy()
Gets the ServiceRegistryProxy instance for the default Service Registry.
|
|
|
getInstance()
Returns the singleton instance of the ServiceRegistryProxyFactory
|
getServiceRegistryProxy(java.lang.String registryName)
Gets the ServiceRegistryProxy instance for the named Service Registry.
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail
COPYRIGHT
- public static final java.lang.String COPYRIGHT
See Also:
$sccsid
- public static final java.lang.String $sccsid
See Also:
Method Detail
getInstance
- public static ServiceRegistryProxyFactory getInstance( )
Returns the singleton instance of the ServiceRegistryProxyFactory
Returns:
The instance of the ServiceRegistryProxyFactory
getServiceRegistryProxy
- public ServiceRegistryProxy getServiceRegistryProxy( java.lang.String registryName)
Gets the ServiceRegistryProxy instance for the named Service Registry.
Parameters:
registryName
- The name of the Service Registry. If this is null or an empty string, the
default ServiceRegistryProxy will be returned. Returns:
A ServiceRegistryProxy instance that can be used to query the Service Registry
getDefaultServiceRegistryProxy
- public ServiceRegistryProxy getDefaultServiceRegistryProxy( )
Gets the ServiceRegistryProxy instance for the default Service Registry.
Equivalent to calling getServiceRegistryProxy("")
Returns:
A ServiceRegistryProxy instance that can be used to query the Service Registry