Revision 3456 trunk/applications/appCatalogYNomenclatorClient/src/es/gva/cit/catalogClient/srw/drivers/SRWCatalogServiceDriver.java

View differences:

SRWCatalogServiceDriver.java
295 295
    public boolean isProtocolSupported(URL url) {
296 296
        return SOAPProtocol.isProtocolSupported(url);
297 297
    }
298

  
299
    /* (non-Javadoc)
300
     * @see es.gva.cit.catalogClient.drivers.ICatalogServiceDriver#getServerPofile()
301
     */
302
    public String getQueryProfile() {
303
        // TODO Auto-generated method stub
304
        return "SRW";
305
    }
298 306
}

Also available in: Unified diff