IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.sibx.mediation.wsrr.client
Class ServiceRegistryProxyFactory

java.lang.Object
  extended by com.ibm.wsspi.sibx.mediation.wsrr.client.ServiceRegistryProxyFactory

public class ServiceRegistryProxyFactory
extends java.lang.Object

A Factory used to access the ServiceRegistryProxy class


Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 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.
 
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:
Constant Field Values

$sccsid

public static final java.lang.String $sccsid
See Also:
Constant Field Values
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

IBM WebSphere Application ServerTM
Release 8