AAConWS further work
[jabaws.git] / webservices / compbio / data / msa / Annotation.java
index c73c0bc..45c1a68 100644 (file)
@@ -7,7 +7,6 @@ import javax.jws.WebParam;
 import javax.jws.WebService;\r
 \r
 import compbio.data.sequence.FastaSequence;\r
-import compbio.data.sequence.MultiAnnotatedSequence;\r
 import compbio.metadata.JobSubmissionException;\r
 import compbio.metadata.LimitExceededException;\r
 import compbio.metadata.Option;\r
@@ -26,7 +25,7 @@ import compbio.metadata.WrongParameterException;
  * @param <T>\r
  *            executable type / web service type\r
  */\r
-@WebService(targetNamespace = "http://a.data.compbio/01/12/2010/")\r
+@WebService(targetNamespace = "http://msa.data.compbio/01/12/2010/")\r
 public interface Annotation<T> extends JManagement, Metadata<T> {\r
 \r
        /**\r
@@ -170,6 +169,6 @@ public interface Annotation<T> extends JManagement, Metadata<T> {
         *             thrown if jobId is empty or cannot be recognised e.g. in\r
         *             invalid format\r
         */\r
-       MultiAnnotatedSequence<?> getResult(@WebParam(name = "jobId") String jobId)\r
+       String getResult(@WebParam(name = "jobId") String jobId)\r
                        throws ResultNotAvailableException;\r
 }\r