Mercurial > dive4elements > http-client
comparison src/main/java/de/intevation/artifacts/httpclient/http/HttpClient.java @ 9:072e8d488f83
Enhanced the HttpClient with a method to trigger the out() operation of Collections.
http-client/trunk@1654 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 07 Apr 2011 11:28:15 +0000 |
parents | 06e9e25632cd |
children | 5b62267a1c3c |
comparison
equal
deleted
inserted
replaced
8:77c09d0e2c2e | 9:072e8d488f83 |
---|---|
73 Document actionDocument, | 73 Document actionDocument, |
74 String uuid, | 74 String uuid, |
75 ResponseHandler handler) | 75 ResponseHandler handler) |
76 throws ConnectionException; | 76 throws ConnectionException; |
77 | 77 |
78 void collectionOut( | |
79 Document outDocument, | |
80 String uuid, | |
81 String type, | |
82 OutputStream out) | |
83 throws ConnectionException; | |
84 | |
78 | 85 |
79 /******************************* | 86 /******************************* |
80 * Users API | 87 * Users API |
81 *******************************/ | 88 *******************************/ |
82 | 89 |