diff src/main/java/de/intevation/artifacts/httpclient/http/HttpClient.java @ 6:09a84c6e263a

Enhanced the HttpClient with a method sto trigger a collection specific action. http-client/trunk@1552 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 23 Mar 2011 16:27:56 +0000
parents 7917c21fad01
children 06e9e25632cd
line wrap: on
line diff
--- a/src/main/java/de/intevation/artifacts/httpclient/http/HttpClient.java	Tue Mar 08 18:23:45 2011 +0000
+++ b/src/main/java/de/intevation/artifacts/httpclient/http/HttpClient.java	Wed Mar 23 16:27:56 2011 +0000
@@ -69,6 +69,12 @@
         ResponseHandler handler)
     throws ConnectionException;
 
+    Object doCollectionAction(
+        Document        actionDocument,
+        String          uuid,
+        ResponseHandler handler)
+    throws ConnectionException;
+
 
     /*******************************
      * Users API

http://dive4elements.wald.intevation.org