public class NopServiceRegistrarFactory extends Object implements ServiceRegistrarFactory
| Constructor and Description |
|---|
NopServiceRegistrarFactory() |
| Modifier and Type | Method and Description |
|---|---|
ServiceRegistrar |
create(String address)
Create a service registrar connected to a registry at a specific address.
|
ServiceRegistrar |
createForDomain(String domain)
Create a service registrar connected to a registry managing a specific domain.
|
public ServiceRegistrar create(String address)
ServiceRegistrarFactorycreate in interface ServiceRegistrarFactoryaddress - The address of the registry the registrar should connect to.public ServiceRegistrar createForDomain(String domain)
ServiceRegistrarFactorycreateForDomain in interface ServiceRegistrarFactorydomain - The domain that the registry should be managing.Copyright © 2015. All rights reserved.