X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=webservices%2Fcompbio%2Fws%2Fclient%2FServices.java;h=f18eadf6c9c709120d669762362b64c4b728dbf2;hb=a17f3c38045ca4509dc891722ea98143005119f6;hp=6734a3692f95314e12b9deaba0215552dd1baf38;hpb=4d6083e0cf39c4989e08bdaf9384e9d44c0da607;p=jabaws.git diff --git a/webservices/compbio/ws/client/Services.java b/webservices/compbio/ws/client/Services.java index 6734a36..f18eadf 100644 --- a/webservices/compbio/ws/client/Services.java +++ b/webservices/compbio/ws/client/Services.java @@ -23,9 +23,9 @@ import java.net.URL; import javax.xml.namespace.QName; import javax.xml.ws.Service; -import compbio.data.msa.Annotation; import compbio.data.msa.JABAService; import compbio.data.msa.MsaWS; +import compbio.data.msa.SequenceAnnotation; /** * List of web services currently supported by JABAWS version 2 @@ -70,7 +70,7 @@ public enum Services { switch (this) { case AAConWS : - return service.getPort(portName, Annotation.class); + return service.getPort(portName, SequenceAnnotation.class); // deliberate leaking case ClustalWS :