Slight refactoring
[jabaws.git] / webservices / compbio / ws / server / IUPredWS.java
index bcc5faa..58ab01e 100644 (file)
@@ -6,6 +6,7 @@ import javax.jws.WebService;
 \r
 import org.apache.log4j.Logger;\r
 \r
+import compbio.data.msa.JABAService;\r
 import compbio.data.msa.SequenceAnnotation;\r
 import compbio.data.sequence.FastaSequence;\r
 import compbio.metadata.JobSubmissionException;\r
@@ -15,7 +16,7 @@ import compbio.metadata.UnsupportedRuntimeException;
 import compbio.metadata.WrongParameterException;\r
 import compbio.runner.disorder.IUPred;\r
 \r
-@WebService(endpointInterface = "compbio.data.msa.SequenceAnnotation", targetNamespace = "http://msa.data.compbio/01/12/2010/", serviceName = "IUPredWS")\r
+@WebService(endpointInterface = "compbio.data.msa.SequenceAnnotation", targetNamespace = JABAService.V2_SERVICE_NAMESPACE, serviceName = "IUPredWS")\r
 public class IUPredWS extends SequenceAnnotationService<IUPred>\r
                implements\r
                        SequenceAnnotation<IUPred> {\r