Mercurial > dive4elements > http-client
comparison src/main/java/de/intevation/artifacts/httpclient/http/HttpClient.java @ 3:19a617578b88
Added a new method to the HttpClient that triggers the creation of a new artifact collection.
http-client/trunk@1398 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 04 Mar 2011 11:49:49 +0000 |
parents | 2fdfa20cfa63 |
children | 19b3ba7f2568 |
comparison
equal
deleted
inserted
replaced
2:2fdfa20cfa63 | 3:19a617578b88 |
---|---|
26 throws ConnectionException; | 26 throws ConnectionException; |
27 | 27 |
28 Object create(Document createDocument, ArtifactCreator creator) | 28 Object create(Document createDocument, ArtifactCreator creator) |
29 throws ConnectionException; | 29 throws ConnectionException; |
30 | 30 |
31 Object createCollection( | |
32 Document createDocument, | |
33 String ownerId, | |
34 ResponseHandler handler) | |
35 throws ConnectionException; | |
36 | |
31 Object describe( | 37 Object describe( |
32 Artifact artifact, | 38 Artifact artifact, |
33 Document describeDocument, | 39 Document describeDocument, |
34 ResponseHandler handler) | 40 ResponseHandler handler) |
35 throws ConnectionException; | 41 throws ConnectionException; |