comparison flys-client/src/main/java/org/dive4elements/river/client/server/DescribeCollectionServiceImpl.java @ 5835:821a02bbfb4e

Fixed internal java dependencies
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 25 Apr 2013 13:12:15 +0200
parents f507086aa94b
children
comparison
equal deleted inserted replaced
5834:f507086aa94b 5835:821a02bbfb4e
1 package de.intevation.flys.client.server; 1 package org.dive4elements.river.client.server;
2 2
3 import org.w3c.dom.Document; 3 import org.w3c.dom.Document;
4 4
5 import org.apache.log4j.Logger; 5 import org.apache.log4j.Logger;
6 6
7 import com.google.gwt.user.server.rpc.RemoteServiceServlet; 7 import com.google.gwt.user.server.rpc.RemoteServiceServlet;
8 8
9 import de.intevation.artifacts.common.utils.ClientProtocolUtils; 9 import org.dive4elements.artifacts.common.utils.ClientProtocolUtils;
10 10
11 import de.intevation.artifacts.httpclient.exceptions.ConnectionException; 11 import org.dive4elements.artifacts.httpclient.exceptions.ConnectionException;
12 import de.intevation.artifacts.httpclient.http.HttpClient; 12 import org.dive4elements.artifacts.httpclient.http.HttpClient;
13 import de.intevation.artifacts.httpclient.http.HttpClientImpl; 13 import org.dive4elements.artifacts.httpclient.http.HttpClientImpl;
14 import de.intevation.artifacts.httpclient.http.response.DocumentResponseHandler; 14 import org.dive4elements.artifacts.httpclient.http.response.DocumentResponseHandler;
15 15
16 import de.intevation.flys.client.shared.exceptions.ServerException; 16 import org.dive4elements.river.client.shared.exceptions.ServerException;
17 import de.intevation.flys.client.shared.model.Collection; 17 import org.dive4elements.river.client.shared.model.Collection;
18 18
19 import de.intevation.flys.client.client.services.DescribeCollectionService; 19 import org.dive4elements.river.client.client.services.DescribeCollectionService;
20 20
21 21
22 /** 22 /**
23 * This service implements a method that queries the DESCRIBE document of a 23 * This service implements a method that queries the DESCRIBE document of a
24 * specific collection and returns a Collection object with the information of 24 * specific collection and returns a Collection object with the information of

http://dive4elements.wald.intevation.org