Mercurial > dive4elements > http-client
comparison src/main/java/de/intevation/artifacts/httpclient/http/HttpClient.java @ 26:c4431f39926a
New method to call a service with a ResponseHandler.
http-client/trunk@2279 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 04 Jul 2011 10:17:22 +0000 |
parents | 5b62267a1c3c |
children | 875a5c409560 |
comparison
equal
deleted
inserted
replaced
24:97628364ab0b | 26:c4431f39926a |
---|---|
57 *******************************/ | 57 *******************************/ |
58 | 58 |
59 Document callService(String url, String service, Document input) | 59 Document callService(String url, String service, Document input) |
60 throws ConnectionException; | 60 throws ConnectionException; |
61 | 61 |
62 Object callService( | |
63 String url, | |
64 String service, | |
65 Document input, | |
66 ResponseHandler handler) | |
67 throws ConnectionException; | |
68 | |
62 | 69 |
63 /******************************* | 70 /******************************* |
64 * Collections API | 71 * Collections API |
65 *******************************/ | 72 *******************************/ |
66 | 73 |