diff src/main/java/de/intevation/artifacts/httpclient/http/HttpClient.java @ 12:5b62267a1c3c

The HttpClient got a new method that returns the InputStream of a Collection's OUT operation. http-client/trunk@1857 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 09 May 2011 09:28:11 +0000
parents 072e8d488f83
children c4431f39926a
line wrap: on
line diff
--- a/src/main/java/de/intevation/artifacts/httpclient/http/HttpClient.java	Thu Apr 14 07:51:51 2011 +0000
+++ b/src/main/java/de/intevation/artifacts/httpclient/http/HttpClient.java	Mon May 09 09:28:11 2011 +0000
@@ -7,6 +7,7 @@
  */
 package de.intevation.artifacts.httpclient.http;
 
+import java.io.InputStream;
 import java.io.OutputStream;
 
 import org.w3c.dom.Document;
@@ -82,6 +83,12 @@
         OutputStream out)
     throws ConnectionException;
 
+    InputStream collectionOut(
+        Document    doc,
+        String      uuid,
+        String      type)
+    throws ConnectionException;
+
 
     /*******************************
      * Users API

http://dive4elements.wald.intevation.org