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

Class ServiceRegistryProxyFactory

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.sibx.mediation.wsrr.client.ServiceRegistryProxyFactory

  1. public class ServiceRegistryProxyFactory
  2. extends java.lang.Object
A Factory used to access the ServiceRegistryProxy class

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
$sccsid
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. ServiceRegistryProxy
getDefaultServiceRegistryProxy()
Gets the ServiceRegistryProxy instance for the default Service Registry.
  1. static
  2. ServiceRegistryProxyFactory
getInstance()
Returns the singleton instance of the ServiceRegistryProxyFactory
  1. 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

  1. public static final java.lang.String COPYRIGHT
See Also:

$sccsid

  1. public static final java.lang.String $sccsid
See Also:

Method Detail

getInstance

  1. public static ServiceRegistryProxyFactory getInstance( )
Returns the singleton instance of the ServiceRegistryProxyFactory
Returns:
The instance of the ServiceRegistryProxyFactory

getServiceRegistryProxy

  1. 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

  1. 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