Webservice which implements FoldWS and returns String. Parameters.xml file
[jabaws.git] / webservices / compbio / ws / server / RNAalifoldWS.java
index f838b16..cafb173 100644 (file)
@@ -102,7 +102,7 @@ public class RNAalifoldWS implements FoldWS<RNAalifold> {
        }
        
        @SuppressWarnings("unchecked")
-       public RNAstruct getResult(String jobId) throws ResultNotAvailableException {
+       public String getResult(String jobId) throws ResultNotAvailableException {
                
                WSUtil.validateJobId(jobId);
                AsyncExecutor asyncEngine = Configurator.getAsyncEngine(jobId);