comparison src/main/java/de/intevation/artifacts/httpclient/http/HttpClient.java @ 5:7917c21fad01

Enabled the HttpClient to call services that are registered at the artifact server. http-client/trunk@1430 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 08 Mar 2011 18:23:45 +0000
parents 19b3ba7f2568
children 09a84c6e263a
comparison
equal deleted inserted replaced
4:19b3ba7f2568 5:7917c21fad01
50 OutputStream out) 50 OutputStream out)
51 throws ConnectionException; 51 throws ConnectionException;
52 52
53 53
54 /******************************* 54 /*******************************
55 * Service API
56 *******************************/
57
58 Document callService(String url, String service, Document input)
59 throws ConnectionException;
60
61
62 /*******************************
55 * Collections API 63 * Collections API
56 *******************************/ 64 *******************************/
65
57 Object createCollection( 66 Object createCollection(
58 Document createDocument, 67 Document createDocument,
59 String ownerId, 68 String ownerId,
60 ResponseHandler handler) 69 ResponseHandler handler)
61 throws ConnectionException; 70 throws ConnectionException;
62 71
63 72
64 /******************************* 73 /*******************************
65 * Users API 74 * Users API
66 *******************************/ 75 *******************************/
76
67 Document listUsers() 77 Document listUsers()
68 throws ConnectionException; 78 throws ConnectionException;
69 } 79 }
70 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8: 80 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8:

http://dive4elements.wald.intevation.org