public interface RegistryProvider
Modifier and Type | Method and Description |
---|---|
Registry |
getRegistry(String registryURL,
String username,
String password)
Method to obtain a new registry instance.
|
Registry getRegistry(String registryURL, String username, String password) throws RegistryException
registryURL
- the URL of the remote instance.username
- the username used to connect to the registry.password
- the password used to connect to the registry.RegistryException
- if the operation failed.Copyright © 2016 WSO2 Inc. All Rights Reserved.