diff flys-client/src/main/java/de/intevation/flys/client/client/services/ArtifactService.java @ 14:fe2f4d1dd784

Integrated the httpclient for the communication between client and server. It is now possible to create a new WINFO artifact. flys-client/trunk@1326 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 17 Feb 2011 11:52:55 +0000
parents 6aeb4072eeb4
children e02f50a3ad59
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/services/ArtifactService.java	Thu Feb 17 09:17:37 2011 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/services/ArtifactService.java	Thu Feb 17 11:52:55 2011 +0000
@@ -17,10 +17,11 @@
     /**
      * This method creates a new artifact based on the given <i>factory</i>.
      *
+     * @param serverUrl The url of the artifact server.
      * @param factory The factory that should be used for the artifact creation.
      *
      * @return the new artifact.
      */
-    public Artifact create(String factory);
+    public Artifact create(String serverUrl, String factory);
 }
 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org