Slight refactoring
[jabaws.git] / webservices / compbio / ws / server / GlobPlotWS.java
index 5ed6331..bfbecb7 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
@@ -16,7 +17,7 @@ import compbio.metadata.UnsupportedRuntimeException;
 import compbio.metadata.WrongParameterException;\r
 import compbio.runner.disorder.GlobPlot;\r
 \r
-@WebService(endpointInterface = "compbio.data.msa.SequenceAnnotation", targetNamespace = "http://msa.data.compbio/01/12/2010/", serviceName = "GlobPlotWS")\r
+@WebService(endpointInterface = "compbio.data.msa.SequenceAnnotation", targetNamespace = JABAService.V2_SERVICE_NAMESPACE, serviceName = "GlobPlotWS")\r
 public class GlobPlotWS extends SequenceAnnotationService<GlobPlot>\r
                implements\r
                        SequenceAnnotation<GlobPlot> {\r