Salome HOME
Download and upload operations from server to client (from client to server) are...
[tools/siman.git] / Workspace / Siman-WS / src / org / splat / ws_server / service / salome / SimanSalomeService.java
index b83d7ff28f373d7d01369de3435bb25262a69e5c..9f7b7798f383f23d8b4955db1f4cb5749cb7e65e 100644 (file)
@@ -1,7 +1,5 @@
 package org.splat.ws_server.service.salome;
 
-import java.io.IOException;
-
 import javax.activation.DataHandler;
 
 
@@ -28,7 +26,7 @@ public interface SimanSalomeService {
         * Put the file from client to server.
         * @param dataHandler the data handler
         * @param vaultURL the target URL in vault
-        * @throws IOException input/output error
+        * @return the result URL in vault
         **/
-       void /*DataHandler*/ putFile(final DataHandler dataHandler, final String vaultURL);
+       String /*DataHandler*/ putFile(final DataHandler dataHandler, final String vaultURL);
 }