comparison 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
comparison
equal deleted inserted replaced
5:7917c21fad01 6:09a84c6e263a
67 Document createDocument, 67 Document createDocument,
68 String ownerId, 68 String ownerId,
69 ResponseHandler handler) 69 ResponseHandler handler)
70 throws ConnectionException; 70 throws ConnectionException;
71 71
72 Object doCollectionAction(
73 Document actionDocument,
74 String uuid,
75 ResponseHandler handler)
76 throws ConnectionException;
77
72 78
73 /******************************* 79 /*******************************
74 * Users API 80 * Users API
75 *******************************/ 81 *******************************/
76 82

http://dive4elements.wald.intevation.org