You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2013/12/02 04:31:53 UTC

svn commit: r1546886 - /juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/

Author: alexoree
Date: Mon Dec  2 03:31:53 2013
New Revision: 1546886

URL: http://svn.apache.org/r1546886
Log:
JUDDI-623 bringing back some reverted code lost from wsimport

Modified:
    juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/Clerk.java
    juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/ClerkDetail.java
    juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/ClientSubscriptionInfo.java
    juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/ClientSubscriptionInfoDetail.java
    juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/Node.java
    juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/NodeDetail.java
    juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/ObjectFactory.java
    juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/Publisher.java
    juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/PublisherDetail.java
    juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/SaveClientSubscriptionInfo.java
    juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/SavePublisher.java
    juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/SyncSubscription.java
    juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/SyncSubscriptionDetail.java
    juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/package-info.java

Modified: juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/Clerk.java
URL: http://svn.apache.org/viewvc/juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/Clerk.java?rev=1546886&r1=1546885&r2=1546886&view=diff
==============================================================================
--- juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/Clerk.java (original)
+++ juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/Clerk.java Mon Dec  2 03:31:53 2013
@@ -1,8 +1,25 @@
-
+/*
+ * Copyright 2001-2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 package org.apache.juddi.api_v3;
 
+import java.io.Serializable;
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlTransient;
 import javax.xml.bind.annotation.XmlType;
 
 
@@ -35,7 +52,11 @@ import javax.xml.bind.annotation.XmlType
     "publisher",
     "password"
 })
-public class Clerk {
+public class Clerk implements Serializable {
+
+@XmlTransient
+	private static final long serialVersionUID = 2723174126266580550L;
+	
 
     protected String name;
     protected Node node;

Modified: juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/ClerkDetail.java
URL: http://svn.apache.org/viewvc/juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/ClerkDetail.java?rev=1546886&r1=1546885&r2=1546886&view=diff
==============================================================================
--- juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/ClerkDetail.java (original)
+++ juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/ClerkDetail.java Mon Dec  2 03:31:53 2013
@@ -1,19 +1,36 @@
-
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 package org.apache.juddi.api_v3;
 
+import java.io.Serializable;
 import java.util.ArrayList;
 import java.util.List;
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlElement;
 import javax.xml.bind.annotation.XmlType;
-
+import javax.xml.bind.annotation.XmlTransient;
 
 /**
  * <p>Java class for clerkDetail complex type.
- * 
- * <p>The following schema fragment specifies the expected content contained within this class.
- * 
+ *
+ * <p>The following schema fragment specifies the expected content contained
+ * within this class.
+ *
  * <pre>
  * &lt;complexType name="clerkDetail">
  *   &lt;complexContent>
@@ -25,45 +42,46 @@ import javax.xml.bind.annotation.XmlType
  *   &lt;/complexContent>
  * &lt;/complexType>
  * </pre>
- * 
- * 
+ *
+ *
  */
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "clerkDetail", propOrder = {
-    "clerk"
+        "clerk"
 })
-public class ClerkDetail {
-
-    @XmlElement(nillable = true)
-    protected List<Clerk> clerk;
+public class ClerkDetail implements Serializable {
 
-    /**
-     * Gets the value of the clerk property.
-     * 
-     * <p>
-     * This accessor method returns a reference to the live list,
-     * not a snapshot. Therefore any modification you make to the
-     * returned list will be present inside the JAXB object.
-     * This is why there is not a <CODE>set</CODE> method for the clerk property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getClerk().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
+        @XmlTransient
+        private static final long serialVersionUID = -3428846191158232914L;
+        @XmlElement(nillable = true)
+        protected List<Clerk> clerk;
+
+        /**
+         * Gets the value of the clerk property.
+         *
+         * <p>
+         * This accessor method returns a reference to the live list, not a
+         * snapshot. Therefore any modification you make to the returned list
+         * will be present inside the JAXB object. This is why there is not a
+         * <CODE>set</CODE> method for the clerk property.
+         *
+         * <p>
+         * For example, to add a new item, do as follows:
+         * <pre>
+         *    getClerk().add(newItem);
+         * </pre>
+         *
+         *
+         * <p>
+         * Objects of the following type(s) are allowed in the list
      * {@link Clerk }
-     * 
-     * 
-     */
-    public List<Clerk> getClerk() {
-        if (clerk == null) {
-            clerk = new ArrayList<Clerk>();
+         *
+         *
+         */
+        public List<Clerk> getClerk() {
+                if (clerk == null) {
+                        clerk = new ArrayList<Clerk>();
+                }
+                return this.clerk;
         }
-        return this.clerk;
-    }
-
 }

Modified: juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/ClientSubscriptionInfo.java
URL: http://svn.apache.org/viewvc/juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/ClientSubscriptionInfo.java?rev=1546886&r1=1546885&r2=1546886&view=diff
==============================================================================
--- juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/ClientSubscriptionInfo.java (original)
+++ juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/ClientSubscriptionInfo.java Mon Dec  2 03:31:53 2013
@@ -1,19 +1,36 @@
-
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 package org.apache.juddi.api_v3;
 
+import java.io.Serializable;
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlElement;
 import javax.xml.bind.annotation.XmlSchemaType;
+import javax.xml.bind.annotation.XmlTransient;
 import javax.xml.bind.annotation.XmlType;
 import javax.xml.datatype.XMLGregorianCalendar;
 
-
 /**
  * <p>Java class for clientSubscriptionInfo complex type.
- * 
- * <p>The following schema fragment specifies the expected content contained within this class.
- * 
+ *
+ * <p>The following schema fragment specifies the expected content contained
+ * within this class.
+ *
  * <pre>
  * &lt;complexType name="clientSubscriptionInfo">
  *   &lt;complexContent>
@@ -29,148 +46,129 @@ import javax.xml.datatype.XMLGregorianCa
  *   &lt;/complexContent>
  * &lt;/complexType>
  * </pre>
- * 
- * 
+ *
+ *
  */
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "clientSubscriptionInfo", propOrder = {
-    "subscriptionKey",
-    "fromClerk",
-    "toClerk",
-    "lastModified",
-    "lastNotified"
+        "subscriptionKey",
+        "fromClerk",
+        "toClerk",
+        "lastModified",
+        "lastNotified"
 })
-public class ClientSubscriptionInfo {
-
-    @XmlElement(required = true)
-    protected String subscriptionKey;
-    @XmlElement(required = true)
-    protected Clerk fromClerk;
-    @XmlElement(required = true)
-    protected Clerk toClerk;
-    @XmlSchemaType(name = "dateTime")
-    protected XMLGregorianCalendar lastModified;
-    @XmlSchemaType(name = "dateTime")
-    protected XMLGregorianCalendar lastNotified;
-
-    /**
-     * Gets the value of the subscriptionKey property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getSubscriptionKey() {
-        return subscriptionKey;
-    }
-
-    /**
-     * Sets the value of the subscriptionKey property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setSubscriptionKey(String value) {
-        this.subscriptionKey = value;
-    }
-
-    /**
-     * Gets the value of the fromClerk property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link Clerk }
-     *     
-     */
-    public Clerk getFromClerk() {
-        return fromClerk;
-    }
-
-    /**
-     * Sets the value of the fromClerk property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link Clerk }
-     *     
-     */
-    public void setFromClerk(Clerk value) {
-        this.fromClerk = value;
-    }
-
-    /**
-     * Gets the value of the toClerk property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link Clerk }
-     *     
-     */
-    public Clerk getToClerk() {
-        return toClerk;
-    }
-
-    /**
-     * Sets the value of the toClerk property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link Clerk }
-     *     
-     */
-    public void setToClerk(Clerk value) {
-        this.toClerk = value;
-    }
-
-    /**
-     * Gets the value of the lastModified property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link XMLGregorianCalendar }
-     *     
-     */
-    public XMLGregorianCalendar getLastModified() {
-        return lastModified;
-    }
-
-    /**
-     * Sets the value of the lastModified property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link XMLGregorianCalendar }
-     *     
-     */
-    public void setLastModified(XMLGregorianCalendar value) {
-        this.lastModified = value;
-    }
-
-    /**
-     * Gets the value of the lastNotified property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link XMLGregorianCalendar }
-     *     
-     */
-    public XMLGregorianCalendar getLastNotified() {
-        return lastNotified;
-    }
-
-    /**
-     * Sets the value of the lastNotified property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link XMLGregorianCalendar }
-     *     
-     */
-    public void setLastNotified(XMLGregorianCalendar value) {
-        this.lastNotified = value;
-    }
+public class ClientSubscriptionInfo implements Serializable {
 
+        @XmlTransient
+        private static final long serialVersionUID = 6885792665298161949L;
+        @XmlElement(required = true)
+        protected String subscriptionKey;
+        @XmlElement(required = true)
+        protected Clerk fromClerk;
+        @XmlElement(required = true)
+        protected Clerk toClerk;
+        @XmlSchemaType(name = "dateTime")
+        protected XMLGregorianCalendar lastModified;
+        @XmlSchemaType(name = "dateTime")
+        protected XMLGregorianCalendar lastNotified;
+
+        /**
+         * Gets the value of the subscriptionKey property.
+         *
+         * @return possible object is {@link String }
+         *
+         */
+        public String getSubscriptionKey() {
+                return subscriptionKey;
+        }
+
+        /**
+         * Sets the value of the subscriptionKey property.
+         *
+         * @param value allowed object is {@link String }
+         *
+         */
+        public void setSubscriptionKey(String value) {
+                this.subscriptionKey = value;
+        }
+
+        /**
+         * Gets the value of the fromClerk property.
+         *
+         * @return possible object is {@link Clerk }
+         *
+         */
+        public Clerk getFromClerk() {
+                return fromClerk;
+        }
+
+        /**
+         * Sets the value of the fromClerk property.
+         *
+         * @param value allowed object is {@link Clerk }
+         *
+         */
+        public void setFromClerk(Clerk value) {
+                this.fromClerk = value;
+        }
+
+        /**
+         * Gets the value of the toClerk property.
+         *
+         * @return possible object is {@link Clerk }
+         *
+         */
+        public Clerk getToClerk() {
+                return toClerk;
+        }
+
+        /**
+         * Sets the value of the toClerk property.
+         *
+         * @param value allowed object is {@link Clerk }
+         *
+         */
+        public void setToClerk(Clerk value) {
+                this.toClerk = value;
+        }
+
+        /**
+         * Gets the value of the lastModified property.
+         *
+         * @return possible object is {@link XMLGregorianCalendar }
+         *
+         */
+        public XMLGregorianCalendar getLastModified() {
+                return lastModified;
+        }
+
+        /**
+         * Sets the value of the lastModified property.
+         *
+         * @param value allowed object is {@link XMLGregorianCalendar }
+         *
+         */
+        public void setLastModified(XMLGregorianCalendar value) {
+                this.lastModified = value;
+        }
+
+        /**
+         * Gets the value of the lastNotified property.
+         *
+         * @return possible object is {@link XMLGregorianCalendar }
+         *
+         */
+        public XMLGregorianCalendar getLastNotified() {
+                return lastNotified;
+        }
+
+        /**
+         * Sets the value of the lastNotified property.
+         *
+         * @param value allowed object is {@link XMLGregorianCalendar }
+         *
+         */
+        public void setLastNotified(XMLGregorianCalendar value) {
+                this.lastNotified = value;
+        }
 }

Modified: juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/ClientSubscriptionInfoDetail.java
URL: http://svn.apache.org/viewvc/juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/ClientSubscriptionInfoDetail.java?rev=1546886&r1=1546885&r2=1546886&view=diff
==============================================================================
--- juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/ClientSubscriptionInfoDetail.java (original)
+++ juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/ClientSubscriptionInfoDetail.java Mon Dec  2 03:31:53 2013
@@ -1,19 +1,36 @@
-
+/*
+ * Copyright 2001-2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 package org.apache.juddi.api_v3;
 
+import java.io.Serializable;
 import java.util.ArrayList;
 import java.util.List;
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlTransient;
 import javax.xml.bind.annotation.XmlType;
 
-
 /**
  * <p>Java class for clientSubscriptionInfoDetail complex type.
- * 
- * <p>The following schema fragment specifies the expected content contained within this class.
- * 
+ *
+ * <p>The following schema fragment specifies the expected content contained
+ * within this class.
+ *
  * <pre>
  * &lt;complexType name="clientSubscriptionInfoDetail">
  *   &lt;complexContent>
@@ -25,45 +42,46 @@ import javax.xml.bind.annotation.XmlType
  *   &lt;/complexContent>
  * &lt;/complexType>
  * </pre>
- * 
- * 
+ *
+ *
  */
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "clientSubscriptionInfoDetail", propOrder = {
-    "clientSubscriptionInfo"
+        "clientSubscriptionInfo"
 })
-public class ClientSubscriptionInfoDetail {
-
-    @XmlElement(nillable = true)
-    protected List<ClientSubscriptionInfo> clientSubscriptionInfo;
+public class ClientSubscriptionInfoDetail implements Serializable {
 
-    /**
-     * Gets the value of the clientSubscriptionInfo property.
-     * 
-     * <p>
-     * This accessor method returns a reference to the live list,
-     * not a snapshot. Therefore any modification you make to the
-     * returned list will be present inside the JAXB object.
-     * This is why there is not a <CODE>set</CODE> method for the clientSubscriptionInfo property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getClientSubscriptionInfo().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
+        @XmlTransient
+        private static final long serialVersionUID = -409328006334478420L;
+        @XmlElement(nillable = true)
+        protected List<ClientSubscriptionInfo> clientSubscriptionInfo;
+
+        /**
+         * Gets the value of the clientSubscriptionInfo property.
+         *
+         * <p>
+         * This accessor method returns a reference to the live list, not a
+         * snapshot. Therefore any modification you make to the returned list
+         * will be present inside the JAXB object. This is why there is not a
+         * <CODE>set</CODE> method for the clientSubscriptionInfo property.
+         *
+         * <p>
+         * For example, to add a new item, do as follows:
+         * <pre>
+         *    getClientSubscriptionInfo().add(newItem);
+         * </pre>
+         *
+         *
+         * <p>
+         * Objects of the following type(s) are allowed in the list
      * {@link ClientSubscriptionInfo }
-     * 
-     * 
-     */
-    public List<ClientSubscriptionInfo> getClientSubscriptionInfo() {
-        if (clientSubscriptionInfo == null) {
-            clientSubscriptionInfo = new ArrayList<ClientSubscriptionInfo>();
+         *
+         *
+         */
+        public List<ClientSubscriptionInfo> getClientSubscriptionInfo() {
+                if (clientSubscriptionInfo == null) {
+                        clientSubscriptionInfo = new ArrayList<ClientSubscriptionInfo>();
+                }
+                return this.clientSubscriptionInfo;
         }
-        return this.clientSubscriptionInfo;
-    }
-
 }

Modified: juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/Node.java
URL: http://svn.apache.org/viewvc/juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/Node.java?rev=1546886&r1=1546885&r2=1546886&view=diff
==============================================================================
--- juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/Node.java (original)
+++ juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/Node.java Mon Dec  2 03:31:53 2013
@@ -1,8 +1,31 @@
-
+/*
+ * Copyright 2001-2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+/**
+ * <p>Java class for Node type.  Specific to juddi.
+ * 
+ * @author <a href="mailto:kstam@apache.org">Kurt T Stam</a> 
+ * 
+ */
 package org.apache.juddi.api_v3;
 
+import java.io.Serializable;
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlTransient;
 import javax.xml.bind.annotation.XmlType;
 
 
@@ -57,7 +80,9 @@ import javax.xml.bind.annotation.XmlType
     "factoryURLPkgs",
     "factoryNamingProvider"
 })
-public class Node {
+public class Node implements Serializable{
+	@XmlTransient
+	private static final long serialVersionUID = -4601378453000384721L;
 
     protected String name;
     protected String clientName;

Modified: juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/NodeDetail.java
URL: http://svn.apache.org/viewvc/juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/NodeDetail.java?rev=1546886&r1=1546885&r2=1546886&view=diff
==============================================================================
--- juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/NodeDetail.java (original)
+++ juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/NodeDetail.java Mon Dec  2 03:31:53 2013
@@ -1,19 +1,36 @@
-
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 package org.apache.juddi.api_v3;
 
+import java.io.Serializable;
 import java.util.ArrayList;
 import java.util.List;
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlElement;
 import javax.xml.bind.annotation.XmlType;
-
+import javax.xml.bind.annotation.XmlTransient;
 
 /**
  * <p>Java class for nodeDetail complex type.
- * 
- * <p>The following schema fragment specifies the expected content contained within this class.
- * 
+ *
+ * <p>The following schema fragment specifies the expected content contained
+ * within this class.
+ *
  * <pre>
  * &lt;complexType name="nodeDetail">
  *   &lt;complexContent>
@@ -25,45 +42,46 @@ import javax.xml.bind.annotation.XmlType
  *   &lt;/complexContent>
  * &lt;/complexType>
  * </pre>
- * 
- * 
+ *
+ *
  */
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "nodeDetail", propOrder = {
-    "node"
+        "node"
 })
-public class NodeDetail {
-
-    @XmlElement(nillable = true)
-    protected List<Node> node;
+public class NodeDetail implements Serializable {
 
-    /**
-     * Gets the value of the node property.
-     * 
-     * <p>
-     * This accessor method returns a reference to the live list,
-     * not a snapshot. Therefore any modification you make to the
-     * returned list will be present inside the JAXB object.
-     * This is why there is not a <CODE>set</CODE> method for the node property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getNode().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
+        @XmlTransient
+        private static final long serialVersionUID = -2223079896071967732L;
+        @XmlElement(nillable = true)
+        protected List<Node> node;
+
+        /**
+         * Gets the value of the node property.
+         *
+         * <p>
+         * This accessor method returns a reference to the live list, not a
+         * snapshot. Therefore any modification you make to the returned list
+         * will be present inside the JAXB object. This is why there is not a
+         * <CODE>set</CODE> method for the node property.
+         *
+         * <p>
+         * For example, to add a new item, do as follows:
+         * <pre>
+         *    getNode().add(newItem);
+         * </pre>
+         *
+         *
+         * <p>
+         * Objects of the following type(s) are allowed in the list
      * {@link Node }
-     * 
-     * 
-     */
-    public List<Node> getNode() {
-        if (node == null) {
-            node = new ArrayList<Node>();
+         *
+         *
+         */
+        public List<Node> getNode() {
+                if (node == null) {
+                        node = new ArrayList<Node>();
+                }
+                return this.node;
         }
-        return this.node;
-    }
-
 }

Modified: juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/ObjectFactory.java
URL: http://svn.apache.org/viewvc/juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/ObjectFactory.java?rev=1546886&r1=1546885&r2=1546886&view=diff
==============================================================================
--- juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/ObjectFactory.java (original)
+++ juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/ObjectFactory.java Mon Dec  2 03:31:53 2013
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 package org.apache.juddi.api_v3;
 

Modified: juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/Publisher.java
URL: http://svn.apache.org/viewvc/juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/Publisher.java?rev=1546886&r1=1546885&r2=1546886&view=diff
==============================================================================
--- juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/Publisher.java (original)
+++ juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/Publisher.java Mon Dec  2 03:31:53 2013
@@ -1,12 +1,29 @@
-
+/*
+ * Copyright 2001-2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 package org.apache.juddi.api_v3;
 
+import java.io.Serializable;
 import java.util.ArrayList;
 import java.util.List;
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlAttribute;
 import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlTransient;
 import javax.xml.bind.annotation.XmlType;
 import org.w3._2000._09.xmldsig_.SignatureType;
 
@@ -51,7 +68,10 @@ import org.w3._2000._09.xmldsig_.Signatu
     "maxTModels",
     "signature"
 })
-public class Publisher {
+public class Publisher implements Serializable{
+
+@XmlTransient
+	private static final long serialVersionUID = 9145476126076932380L;
 
     @XmlElement(required = true)
     protected String publisherName;

Modified: juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/PublisherDetail.java
URL: http://svn.apache.org/viewvc/juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/PublisherDetail.java?rev=1546886&r1=1546885&r2=1546886&view=diff
==============================================================================
--- juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/PublisherDetail.java (original)
+++ juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/PublisherDetail.java Mon Dec  2 03:31:53 2013
@@ -1,6 +1,22 @@
-
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 package org.apache.juddi.api_v3;
 
+import java.io.Serializable;
 import java.util.ArrayList;
 import java.util.List;
 import javax.xml.bind.annotation.XmlAccessType;
@@ -8,13 +24,14 @@ import javax.xml.bind.annotation.XmlAcce
 import javax.xml.bind.annotation.XmlAttribute;
 import javax.xml.bind.annotation.XmlElement;
 import javax.xml.bind.annotation.XmlType;
-
+import javax.xml.bind.annotation.XmlTransient;
 
 /**
  * <p>Java class for publisherDetail complex type.
- * 
- * <p>The following schema fragment specifies the expected content contained within this class.
- * 
+ *
+ * <p>The following schema fragment specifies the expected content contained
+ * within this class.
+ *
  * <pre>
  * &lt;complexType name="publisherDetail">
  *   &lt;complexContent>
@@ -27,71 +44,68 @@ import javax.xml.bind.annotation.XmlType
  *   &lt;/complexContent>
  * &lt;/complexType>
  * </pre>
- * 
- * 
+ *
+ *
  */
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "publisherDetail", propOrder = {
-    "publisher"
+        "publisher"
 })
-public class PublisherDetail {
+public class PublisherDetail implements Serializable {
 
-    @XmlElement(nillable = true)
-    protected List<Publisher> publisher;
-    @XmlAttribute(name = "truncated")
-    protected Boolean truncated;
-
-    /**
-     * Gets the value of the publisher property.
-     * 
-     * <p>
-     * This accessor method returns a reference to the live list,
-     * not a snapshot. Therefore any modification you make to the
-     * returned list will be present inside the JAXB object.
-     * This is why there is not a <CODE>set</CODE> method for the publisher property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getPublisher().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
+        @XmlTransient
+        private static final long serialVersionUID = -409328006334478420L;
+        @XmlElement(nillable = true)
+        protected List<Publisher> publisher;
+        @XmlAttribute(name = "truncated")
+        protected Boolean truncated;
+
+        /**
+         * Gets the value of the publisher property.
+         *
+         * <p>
+         * This accessor method returns a reference to the live list, not a
+         * snapshot. Therefore any modification you make to the returned list
+         * will be present inside the JAXB object. This is why there is not a
+         * <CODE>set</CODE> method for the publisher property.
+         *
+         * <p>
+         * For example, to add a new item, do as follows:
+         * <pre>
+         *    getPublisher().add(newItem);
+         * </pre>
+         *
+         *
+         * <p>
+         * Objects of the following type(s) are allowed in the list
      * {@link Publisher }
-     * 
-     * 
-     */
-    public List<Publisher> getPublisher() {
-        if (publisher == null) {
-            publisher = new ArrayList<Publisher>();
+         *
+         *
+         */
+        public List<Publisher> getPublisher() {
+                if (publisher == null) {
+                        publisher = new ArrayList<Publisher>();
+                }
+                return this.publisher;
         }
-        return this.publisher;
-    }
 
-    /**
-     * Gets the value of the truncated property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link Boolean }
-     *     
-     */
-    public Boolean isTruncated() {
-        return truncated;
-    }
-
-    /**
-     * Sets the value of the truncated property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link Boolean }
-     *     
-     */
-    public void setTruncated(Boolean value) {
-        this.truncated = value;
-    }
+        /**
+         * Gets the value of the truncated property.
+         *
+         * @return possible object is {@link Boolean }
+         *
+         */
+        public Boolean isTruncated() {
+                return truncated;
+        }
 
+        /**
+         * Sets the value of the truncated property.
+         *
+         * @param value allowed object is {@link Boolean }
+         *
+         */
+        public void setTruncated(Boolean value) {
+                this.truncated = value;
+        }
 }

Modified: juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/SaveClientSubscriptionInfo.java
URL: http://svn.apache.org/viewvc/juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/SaveClientSubscriptionInfo.java?rev=1546886&r1=1546885&r2=1546886&view=diff
==============================================================================
--- juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/SaveClientSubscriptionInfo.java (original)
+++ juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/SaveClientSubscriptionInfo.java Mon Dec  2 03:31:53 2013
@@ -1,19 +1,36 @@
-
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 package org.apache.juddi.api_v3;
 
+import java.io.Serializable;
 import java.util.ArrayList;
 import java.util.List;
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlTransient;
 import javax.xml.bind.annotation.XmlType;
 
-
 /**
  * <p>Java class for save_clientSubscriptionInfo complex type.
- * 
- * <p>The following schema fragment specifies the expected content contained within this class.
- * 
+ *
+ * <p>The following schema fragment specifies the expected content contained
+ * within this class.
+ *
  * <pre>
  * &lt;complexType name="save_clientSubscriptionInfo">
  *   &lt;complexContent>
@@ -26,71 +43,69 @@ import javax.xml.bind.annotation.XmlType
  *   &lt;/complexContent>
  * &lt;/complexType>
  * </pre>
- * 
- * 
+ *
+ *
  */
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "save_clientSubscriptionInfo", propOrder = {
-    "authInfo",
-    "clientSubscriptionInfo"
+        "authInfo",
+        "clientSubscriptionInfo"
 })
-public class SaveClientSubscriptionInfo {
+public class SaveClientSubscriptionInfo implements Serializable {
 
-    protected String authInfo;
-    @XmlElement(required = true)
-    protected List<ClientSubscriptionInfo> clientSubscriptionInfo;
-
-    /**
-     * Gets the value of the authInfo property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getAuthInfo() {
-        return authInfo;
-    }
-
-    /**
-     * Sets the value of the authInfo property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setAuthInfo(String value) {
-        this.authInfo = value;
-    }
-
-    /**
-     * Gets the value of the clientSubscriptionInfo property.
-     * 
-     * <p>
-     * This accessor method returns a reference to the live list,
-     * not a snapshot. Therefore any modification you make to the
-     * returned list will be present inside the JAXB object.
-     * This is why there is not a <CODE>set</CODE> method for the clientSubscriptionInfo property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getClientSubscriptionInfo().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link ClientSubscriptionInfo }
-     * 
-     * 
-     */
-    public List<ClientSubscriptionInfo> getClientSubscriptionInfo() {
-        if (clientSubscriptionInfo == null) {
-            clientSubscriptionInfo = new ArrayList<ClientSubscriptionInfo>();
+        @XmlTransient
+        private static final long serialVersionUID = 6885792665298161949L;
+        @XmlElement(namespace = "urn:uddi-org:api_v3")
+        protected String authInfo;
+        @XmlElement(required = true)
+        protected List<ClientSubscriptionInfo> clientSubscriptionInfo;
+
+        /**
+         * Gets the value of the authInfo property.
+         *
+         * @return possible object is {@link String }
+         *
+         */
+        public String getAuthInfo() {
+                return authInfo;
         }
-        return this.clientSubscriptionInfo;
-    }
 
+        /**
+         * Sets the value of the authInfo property.
+         *
+         * @param value allowed object is {@link String }
+         *
+         */
+        public void setAuthInfo(String value) {
+                this.authInfo = value;
+        }
+
+        /**
+         * Gets the value of the clientSubscriptionInfo property.
+         *
+         * <p>
+         * This accessor method returns a reference to the live list, not a
+         * snapshot. Therefore any modification you make to the returned list
+         * will be present inside the JAXB object. This is why there is not a
+         * <CODE>set</CODE> method for the clientSubscriptionInfo property.
+         *
+         * <p>
+         * For example, to add a new item, do as follows:
+         * <pre>
+         *    getClientSubscriptionInfo().add(newItem);
+         * </pre>
+         *
+         *
+         * <p>
+         * Objects of the following type(s) are allowed in the list
+     * {@link ClientSubscriptionInfo }
+         *
+         *
+         */
+        public List<ClientSubscriptionInfo> getClientSubscriptionInfo() {
+                if (clientSubscriptionInfo == null) {
+                        clientSubscriptionInfo = new ArrayList<ClientSubscriptionInfo>();
+                }
+                return this.clientSubscriptionInfo;
+        }
 }

Modified: juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/SavePublisher.java
URL: http://svn.apache.org/viewvc/juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/SavePublisher.java?rev=1546886&r1=1546885&r2=1546886&view=diff
==============================================================================
--- juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/SavePublisher.java (original)
+++ juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/SavePublisher.java Mon Dec  2 03:31:53 2013
@@ -1,11 +1,29 @@
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 package org.apache.juddi.api_v3;
 
+import java.io.Serializable;
 import java.util.ArrayList;
 import java.util.List;
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlTransient;
 import javax.xml.bind.annotation.XmlType;
 
 
@@ -34,9 +52,11 @@ import javax.xml.bind.annotation.XmlType
     "authInfo",
     "publisher"
 })
-public class SavePublisher {
-
-    protected String authInfo;
+public class SavePublisher implements Serializable{
+	@XmlTransient
+	private static final long serialVersionUID = 3564591680538809200L;
+	@XmlElement(namespace = "urn:uddi-org:api_v3")
+	protected String authInfo;
     @XmlElement(required = true)
     protected List<Publisher> publisher;
 

Modified: juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/SyncSubscription.java
URL: http://svn.apache.org/viewvc/juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/SyncSubscription.java?rev=1546886&r1=1546885&r2=1546886&view=diff
==============================================================================
--- juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/SyncSubscription.java (original)
+++ juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/SyncSubscription.java Mon Dec  2 03:31:53 2013
@@ -1,20 +1,37 @@
-
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 package org.apache.juddi.api_v3;
 
+import java.io.Serializable;
 import java.util.ArrayList;
 import java.util.List;
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlTransient;
 import javax.xml.bind.annotation.XmlType;
 import org.uddi.sub_v3.GetSubscriptionResults;
 
-
 /**
  * <p>Java class for syncSubscription complex type.
- * 
- * <p>The following schema fragment specifies the expected content contained within this class.
- * 
+ *
+ * <p>The following schema fragment specifies the expected content contained
+ * within this class.
+ *
  * <pre>
  * &lt;complexType name="syncSubscription">
  *   &lt;complexContent>
@@ -27,71 +44,68 @@ import org.uddi.sub_v3.GetSubscriptionRe
  *   &lt;/complexContent>
  * &lt;/complexType>
  * </pre>
- * 
- * 
+ *
+ *
  */
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "syncSubscription", propOrder = {
-    "authInfo",
-    "list"
+        "authInfo",
+        "list"
 })
-public class SyncSubscription {
+public class SyncSubscription implements Serializable {
 
-    protected String authInfo;
-    @XmlElement(nillable = true)
-    protected List<GetSubscriptionResults> list;
-
-    /**
-     * Gets the value of the authInfo property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getAuthInfo() {
-        return authInfo;
-    }
-
-    /**
-     * Sets the value of the authInfo property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setAuthInfo(String value) {
-        this.authInfo = value;
-    }
-
-    /**
-     * Gets the value of the list property.
-     * 
-     * <p>
-     * This accessor method returns a reference to the live list,
-     * not a snapshot. Therefore any modification you make to the
-     * returned list will be present inside the JAXB object.
-     * This is why there is not a <CODE>set</CODE> method for the list property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getList().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link GetSubscriptionResults }
-     * 
-     * 
-     */
-    public List<GetSubscriptionResults> getList() {
-        if (list == null) {
-            list = new ArrayList<GetSubscriptionResults>();
+        @XmlTransient
+        private static final long serialVersionUID = -8839314757295513399L;
+        private String authInfo;
+        @XmlElement(nillable = true)
+        private List<GetSubscriptionResults> list;
+
+        /**
+         * Gets the value of the authInfo property.
+         *
+         * @return possible object is {@link String }
+         *
+         */
+        public String getAuthInfo() {
+                return authInfo;
         }
-        return this.list;
-    }
 
+        /**
+         * Sets the value of the authInfo property.
+         *
+         * @param value allowed object is {@link String }
+         *
+         */
+        public void setAuthInfo(String value) {
+                this.authInfo = value;
+        }
+
+        /**
+         * Gets the value of the list property.
+         *
+         * <p>
+         * This accessor method returns a reference to the live list, not a
+         * snapshot. Therefore any modification you make to the returned list
+         * will be present inside the JAXB object. This is why there is not a
+         * <CODE>set</CODE> method for the list property.
+         *
+         * <p>
+         * For example, to add a new item, do as follows:
+         * <pre>
+         *    getList().add(newItem);
+         * </pre>
+         *
+         *
+         * <p>
+         * Objects of the following type(s) are allowed in the list
+     * {@link GetSubscriptionResults }
+         *
+         *
+         */
+        public List<GetSubscriptionResults> getList() {
+                if (list == null) {
+                        list = new ArrayList<GetSubscriptionResults>();
+                }
+                return this.list;
+        }
 }

Modified: juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/SyncSubscriptionDetail.java
URL: http://svn.apache.org/viewvc/juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/SyncSubscriptionDetail.java?rev=1546886&r1=1546885&r2=1546886&view=diff
==============================================================================
--- juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/SyncSubscriptionDetail.java (original)
+++ juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/SyncSubscriptionDetail.java Mon Dec  2 03:31:53 2013
@@ -1,13 +1,30 @@
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 package org.apache.juddi.api_v3;
 
+import java.io.Serializable;
 import java.util.ArrayList;
 import java.util.List;
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlElement;
 import javax.xml.bind.annotation.XmlType;
-import org.uddi.sub_v3.SubscriptionResultsList;
+import javax.xml.bind.annotation.XmlTransient;import org.uddi.sub_v3.SubscriptionResultsList;
 
 
 /**
@@ -33,8 +50,10 @@ import org.uddi.sub_v3.SubscriptionResul
 @XmlType(name = "syncSubscriptionDetail", propOrder = {
     "list"
 })
-public class SyncSubscriptionDetail {
-
+public class SyncSubscriptionDetail implements Serializable{
+	
+	@XmlTransient
+	private static final long serialVersionUID = -4039550325209019888L;
     @XmlElement(nillable = true)
     protected List<SubscriptionResultsList> list;
 

Modified: juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/package-info.java
URL: http://svn.apache.org/viewvc/juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/package-info.java?rev=1546886&r1=1546885&r2=1546886&view=diff
==============================================================================
--- juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/package-info.java (original)
+++ juddi/branches/juddi-3.3.x/uddi-ws/src/main/java/org/apache/juddi/api_v3/package-info.java Mon Dec  2 03:31:53 2013
@@ -1,2 +1,19 @@
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 @javax.xml.bind.annotation.XmlSchema(namespace = "urn:juddi-apache-org:api_v3", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
 package org.apache.juddi.api_v3;



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org