Package org.gvsig.catalog
Class DiscoveryServiceClient
java.lang.Object
org.gvsig.catalog.DiscoveryServiceClient
- Direct Known Subclasses:
CatalogClient
- Author:
- Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets a queryGets the aditional panelIt make a getCapabilities operationprotected IDiscoveryServiceDrivergetSUri()getUri()booleanIt tries if the server is readyprotected voidsetDriver(IDiscoveryServiceDriver driver)
-
Constructor Details
-
DiscoveryServiceClient
-
-
Method Details
-
getCapabilities
It make a getCapabilities operation- Returns:
- the service version
- Throws:
ServerIsNotReadyException
-
serverIsReady
It tries if the server is ready- Returns:
- boolean true --> server is ready false --> server is not ready
- Throws:
ServerIsNotReadyException
-
getUri
- Returns:
- the server URI
-
getSUri
- Returns:
- Return the server URI like a String
-
getDriver
- Returns:
- Returns the driver.
-
setDriver
- Parameters:
driver- the driver to set
-
getProtocol
- Returns:
- the server protocol
-
getAditionalSearchPanel
Gets the aditional panel- Returns:
-
createQuery
Gets a query- Returns:
-