Project

General

Profile

« Previous | Next » 

Revision 44557

cleanup imports

View differences:

ResultSetClientFactory.java
1 1
package eu.dnetlib.enabling.resultset.client;
2 2

  
3
import javax.xml.ws.BindingProvider;
4 3
import javax.xml.ws.wsaddressing.W3CEndpointReference;
5 4

  
5
import eu.dnetlib.enabling.resultset.client.utils.EPRUtils;
6
import eu.dnetlib.enabling.resultset.rmi.ResultSetService;
7
import eu.dnetlib.enabling.tools.ServiceResolver;
6 8
import org.apache.commons.logging.Log;
7 9
import org.apache.commons.logging.LogFactory;
8 10
import org.apache.cxf.endpoint.Client;
......
11 13
import org.apache.cxf.transports.http.configuration.HTTPClientPolicy;
12 14
import org.springframework.beans.factory.annotation.Required;
13 15

  
14
import eu.dnetlib.enabling.resultset.client.utils.EPRUtils;
15
import eu.dnetlib.enabling.resultset.rmi.ResultSetService;
16
import eu.dnetlib.enabling.tools.ServiceResolver;
17

  
18 16
/**
19 17
 * 
20 18
 * @author claudio

Also available in: Unified diff