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
    A Factory used to access the ServiceRegistryProxy class
    • 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 Business Process ManagerTM
Release 8