Mercurial > dive4elements > http-client
diff 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 |
line wrap: on
line diff
--- a/src/main/java/de/intevation/artifacts/httpclient/http/HttpClient.java Wed Mar 30 13:46:07 2011 +0000 +++ b/src/main/java/de/intevation/artifacts/httpclient/http/HttpClient.java Thu Apr 07 11:28:15 2011 +0000 @@ -75,6 +75,13 @@ ResponseHandler handler) throws ConnectionException; + void collectionOut( + Document outDocument, + String uuid, + String type, + OutputStream out) + throws ConnectionException; + /******************************* * Users API