Revision 27094 trunk/applications/appCatalogAndGazetteerClient/src/es/gva/cit/catalog/drivers/IDiscoveryServiceDriver.java

View differences:

IDiscoveryServiceDriver.java
2 2

  
3 3
import java.net.URI;
4 4

  
5
import com.iver.utiles.swing.jcomboServer.ServerData;
6

  
5 7
import es.gva.cit.catalog.exceptions.NotSupportedProtocolException;
6 8
import es.gva.cit.catalog.exceptions.NotSupportedVersionException;
7 9
import es.gva.cit.catalog.querys.DiscoveryServiceQuery;
......
120 122
	 * @return
121 123
	 */
122 124
	public DiscoveryServiceQuery createQuery();
125
	
126
	/**
127
	 * @return if the protocol always works with the 
128
	 * same server
129
	 */
130
	public ServerData getOneServer();		
123 131
}
124 132

  

Also available in: Unified diff