Project

General

Profile

« Previous | Next » 

Revision 41784

Replaced old version of resultset with the new one

View differences:

ISLookUpService.java
3 3
import java.util.List;
4 4
import javax.jws.WebParam;
5 5
import javax.jws.WebService;
6
import javax.xml.ws.wsaddressing.W3CEndpointReference;
7 6

  
8 7
import eu.dnetlib.rmi.common.BaseService;
9 8

  
......
12 11

  
13 12
	String retrieveCollection(@WebParam(name = "profId") String profId) throws ISLookUpException;
14 13

  
15
	String getResourceProfile(@WebParam(name = "profId") String profId) throws ISLookUpException, ISLookUpDocumentNotFoundException;
14
	String getResourceProfile(@WebParam(name = "profId") String profId) throws ISLookUpException;
16 15

  
17
	String getResourceProfileByQuery(@WebParam(name = "XQuery") String XQuery) throws ISLookUpException, ISLookUpDocumentNotFoundException;
16
	String getResourceProfileByQuery(@WebParam(name = "XQuery") String XQuery) throws ISLookUpException;
18 17

  
19 18
	String getResourceQoSParams(@WebParam(name = "id") String id) throws ISLookUpException;
20 19

  

Also available in: Unified diff