Revision 12746 branches/CatalogYNomenclator_v1_1_0_1005/applications/appCatalogYNomenclatorClient/src/es/gva/cit/catalogClient/CatalogClient.java

View differences:

CatalogClient.java
108 108
	public CatalogCapabilities getCapabilities() throws ServerIsNotReadyException {        
109 109
		if (serverIsReady()){
110 110
			if (getDriver().isProtocolSupported(getUri())) {
111
				 return getDriver().getCapabilities(getUri());
111
				 CatalogCapabilities capabilities = getDriver().getCapabilities(getUri());
112
				 serverStatus = getDriver().getServerAnswerReady();
113
				 return capabilities;
112 114
			}
113 115
		}
114 116
		return null;     

Also available in: Unified diff