X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=webservices%2Fcompbio%2Fdata%2Fmsa%2FAnnotation.java;fp=webservices%2Fcompbio%2Fdata%2Fmsa%2FAnnotation.java;h=45c1a68ca0745dab952f7bd1b94d5700eb88c19f;hb=a66674ad9520261789bbfe8401f88b37ae2a71a2;hp=c73c0bc3248e4cf9ecb7cbe0abe9f502f84e2edd;hpb=c694c6e58c32db9544a1b94c0c7d9ecdb4e3750f;p=jabaws.git diff --git a/webservices/compbio/data/msa/Annotation.java b/webservices/compbio/data/msa/Annotation.java index c73c0bc..45c1a68 100644 --- a/webservices/compbio/data/msa/Annotation.java +++ b/webservices/compbio/data/msa/Annotation.java @@ -7,7 +7,6 @@ import javax.jws.WebParam; import javax.jws.WebService; import compbio.data.sequence.FastaSequence; -import compbio.data.sequence.MultiAnnotatedSequence; import compbio.metadata.JobSubmissionException; import compbio.metadata.LimitExceededException; import compbio.metadata.Option; @@ -26,7 +25,7 @@ import compbio.metadata.WrongParameterException; * @param * executable type / web service type */ -@WebService(targetNamespace = "http://a.data.compbio/01/12/2010/") +@WebService(targetNamespace = "http://msa.data.compbio/01/12/2010/") public interface Annotation extends JManagement, Metadata { /** @@ -170,6 +169,6 @@ public interface Annotation extends JManagement, Metadata { * thrown if jobId is empty or cannot be recognised e.g. in * invalid format */ - MultiAnnotatedSequence getResult(@WebParam(name = "jobId") String jobId) + String getResult(@WebParam(name = "jobId") String jobId) throws ResultNotAvailableException; }