comparison flys-client/src/main/java/org/dive4elements/river/client/server/auth/UserClient.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.auth; 1 package org.dive4elements.river.client.server.auth;
2 2
3 import javax.xml.xpath.XPathConstants; 3 import javax.xml.xpath.XPathConstants;
4 4
5 import org.apache.log4j.Logger; 5 import org.apache.log4j.Logger;
6 6
7 import org.w3c.dom.Document; 7 import org.w3c.dom.Document;
8 import org.w3c.dom.Element; 8 import org.w3c.dom.Element;
9 import org.w3c.dom.Node; 9 import org.w3c.dom.Node;
10 import org.w3c.dom.NodeList; 10 import org.w3c.dom.NodeList;
11 11
12 import de.intevation.artifacts.common.ArtifactNamespaceContext; 12 import org.dive4elements.artifacts.common.ArtifactNamespaceContext;
13 import de.intevation.artifacts.common.utils.XMLUtils; 13 import org.dive4elements.artifacts.common.utils.XMLUtils;
14 14
15 import de.intevation.artifacts.httpclient.exceptions.ConnectionException; 15 import org.dive4elements.artifacts.httpclient.exceptions.ConnectionException;
16 import de.intevation.artifacts.httpclient.http.HttpClient; 16 import org.dive4elements.artifacts.httpclient.http.HttpClient;
17 import de.intevation.artifacts.httpclient.http.HttpClientImpl; 17 import org.dive4elements.artifacts.httpclient.http.HttpClientImpl;
18 18
19 /** 19 /**
20 * UserClient is a class to allow easier communication 20 * UserClient is a class to allow easier communication
21 * with the REST based artifact user protocol 21 * with the REST based artifact user protocol
22 */ 22 */

http://dive4elements.wald.intevation.org