From: Sasha Sherstnev Date: Thu, 5 Sep 2013 10:07:15 +0000 (+0100) Subject: Change JAXWS java code and wsdl for changed methods in RegistryWS X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=16052c18a8e963b5626e190e7649305e7188a39d;p=jabaws.git Change JAXWS java code and wsdl for changed methods in RegistryWS --- diff --git a/webservices/compbio/data/msa/jaxws/GetNonoperatedServices.java b/webservices/compbio/data/msa/jaxws/GetNonoperatedServices.java new file mode 100644 index 0000000..38aac03 --- /dev/null +++ b/webservices/compbio/data/msa/jaxws/GetNonoperatedServices.java @@ -0,0 +1,15 @@ + +package compbio.data.msa.jaxws; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + +@XmlRootElement(name = "getNonoperatedServices", namespace = "http://msa.data.compbio/01/12/2010/") +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "getNonoperatedServices", namespace = "http://msa.data.compbio/01/12/2010/") +public class GetNonoperatedServices { + + +} diff --git a/webservices/compbio/data/msa/jaxws/GetNonoperatedServicesResponse.java b/webservices/compbio/data/msa/jaxws/GetNonoperatedServicesResponse.java new file mode 100644 index 0000000..1dddde7 --- /dev/null +++ b/webservices/compbio/data/msa/jaxws/GetNonoperatedServicesResponse.java @@ -0,0 +1,37 @@ + +package compbio.data.msa.jaxws; + +import java.util.Set; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + +@XmlRootElement(name = "getNonoperatedServicesResponse", namespace = "http://msa.data.compbio/01/12/2010/") +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "getNonoperatedServicesResponse", namespace = "http://msa.data.compbio/01/12/2010/") +public class GetNonoperatedServicesResponse { + + @XmlElement(name = "return", namespace = "") + private Set _return; + + /** + * + * @return + * returns Set + */ + public Set getReturn() { + return this._return; + } + + /** + * + * @param _return + * the value for the _return property + */ + public void setReturn(Set _return) { + this._return = _return; + } + +} diff --git a/webservices/compbio/ws/server/resource/RegistryWS.wsdl b/webservices/compbio/ws/server/resource/RegistryWS.wsdl index d6d2325..44b3939 100644 --- a/webservices/compbio/ws/server/resource/RegistryWS.wsdl +++ b/webservices/compbio/ws/server/resource/RegistryWS.wsdl @@ -12,6 +12,12 @@ + + + + + + @@ -59,6 +65,10 @@ + + + + @@ -99,6 +109,15 @@ + + + + + + + + +