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

View differences:

CatalogClient.java
73 73
	/**
74 74
	 * The server status message
75 75
	 */
76
	private String serverStatus = null; 	
76
	private String serverStatus = null; 
77
	private CatalogCapabilities capabilities = null;
77 78
	
78 79
	/**
79 80
	 * Cosntructor
......
108 109
	public CatalogCapabilities getCapabilities() throws ServerIsNotReadyException {        
109 110
		if (serverIsReady()){
110 111
			if (getDriver().isProtocolSupported(getUri())) {
111
				 CatalogCapabilities capabilities = getDriver().getCapabilities(getUri());
112
				 serverStatus = getDriver().getServerAnswerReady();
112
				 capabilities = getDriver().getCapabilities(getUri());
113 113
				 return capabilities;
114 114
			}
115 115
		}

Also available in: Unified diff