public class DiscoveryServiceClient extends Object
Constructor and Description |
---|
DiscoveryServiceClient(String sUri,
IDiscoveryServiceDriver driver) |
Modifier and Type | Method and Description |
---|---|
DiscoveryServiceQuery |
createQuery()
Gets a query
|
SearchAditionalPropertiesPanel |
getAditionalSearchPanel()
Gets the aditional panel
|
DiscoveryServiceCapabilities |
getCapabilities()
It make a getCapabilities operation
|
protected IDiscoveryServiceDriver |
getDriver() |
String |
getProtocol() |
String |
getSUri() |
URI |
getUri() |
boolean |
serverIsReady()
It tries if the server is ready
|
protected void |
setDriver(IDiscoveryServiceDriver driver) |
public DiscoveryServiceClient(String sUri, IDiscoveryServiceDriver driver)
public DiscoveryServiceCapabilities getCapabilities() throws ServerIsNotReadyException
ServerIsNotReadyException
public boolean serverIsReady() throws ServerIsNotReadyException
ServerIsNotReadyException
public URI getUri()
public String getSUri()
protected IDiscoveryServiceDriver getDriver()
protected void setDriver(IDiscoveryServiceDriver driver)
driver
- the driver to setpublic String getProtocol()
public SearchAditionalPropertiesPanel getAditionalSearchPanel()
public DiscoveryServiceQuery createQuery()