Mercurial > dive4elements > river
comparison flys-client/src/main/java/de/intevation/flys/client/server/ChartOutputServiceImpl.java @ 432:8ea213bd8fba
Adjusted a method signature of ClientProtocolUtils that has been changed in the last revision.
flys-client/trunk@1934 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 17 May 2011 09:58:53 +0000 |
parents | b493d606fdef |
children | 7c57149e8715 |
comparison
equal
deleted
inserted
replaced
431:86e6097e5a6a | 432:8ea213bd8fba |
---|---|
46 String uuid = req.getParameter("uuid"); | 46 String uuid = req.getParameter("uuid"); |
47 String type = req.getParameter("type"); | 47 String type = req.getParameter("type"); |
48 String locale = req.getParameter("locale"); | 48 String locale = req.getParameter("locale"); |
49 | 49 |
50 Document request = ClientProtocolUtils.newOutCollectionDocument( | 50 Document request = ClientProtocolUtils.newOutCollectionDocument( |
51 uuid, type, getChartAttributes(req)); | 51 uuid, type, type, getChartAttributes(req)); |
52 | 52 |
53 HttpClient client = new HttpClientImpl(serverUrl, locale); | 53 HttpClient client = new HttpClientImpl(serverUrl, locale); |
54 client.collectionOut(request, uuid, "chart", out); | 54 client.collectionOut(request, uuid, "chart", out); |
55 | 55 |
56 out.close(); | 56 out.close(); |