You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by jf...@apache.org on 2008/12/02 19:11:00 UTC

svn commit: r722552 [11/13] - in /webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org: ./ uddi/ uddi/api_v3/ uddi/custody_v3/ uddi/policy_v3/ uddi/policy_v3_instanceparms/ uddi/repl_v3/ uddi/sub_v3/ uddi/subr_v3/ uddi/v3_service/ uddi/vs_v3/ ...

Added: webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDIInquiryPortType.java
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDIInquiryPortType.java?rev=722552&view=auto
==============================================================================
--- webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDIInquiryPortType.java (added)
+++ webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDIInquiryPortType.java Tue Dec  2 10:10:56 2008
@@ -0,0 +1,224 @@
+/*
+ * 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.uddi.v3_service;
+
+import javax.jws.WebMethod;
+import javax.jws.WebParam;
+import javax.jws.WebResult;
+import javax.jws.WebService;
+import javax.jws.soap.SOAPBinding;
+import javax.xml.bind.annotation.XmlSeeAlso;
+import org.uddi.api_v3.BindingDetail;
+import org.uddi.api_v3.BusinessDetail;
+import org.uddi.api_v3.BusinessList;
+import org.uddi.api_v3.FindBinding;
+import org.uddi.api_v3.FindBusiness;
+import org.uddi.api_v3.FindRelatedBusinesses;
+import org.uddi.api_v3.FindService;
+import org.uddi.api_v3.FindTModel;
+import org.uddi.api_v3.GetBindingDetail;
+import org.uddi.api_v3.GetBusinessDetail;
+import org.uddi.api_v3.GetOperationalInfo;
+import org.uddi.api_v3.GetServiceDetail;
+import org.uddi.api_v3.GetTModelDetail;
+import org.uddi.api_v3.OperationalInfos;
+import org.uddi.api_v3.RelatedBusinessesList;
+import org.uddi.api_v3.ServiceDetail;
+import org.uddi.api_v3.ServiceList;
+import org.uddi.api_v3.TModelDetail;
+import org.uddi.api_v3.TModelList;
+
+
+/**
+ * This portType defines all of the UDDI inquiry operations.
+ * 
+ * This class was generated by the JAX-WS RI.
+ * JAX-WS RI 2.1.5-b03-
+ * Generated source version: 2.1
+ * 
+ */
+@WebService(name = "UDDI_Inquiry_PortType", targetNamespace = "urn:uddi-org:api_v3_portType")
+@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
+@XmlSeeAlso({
+    org.uddi.custody_v3.ObjectFactory.class,
+    org.uddi.repl_v3.ObjectFactory.class,
+    org.uddi.subr_v3.ObjectFactory.class,
+    org.uddi.api_v3.ObjectFactory.class,
+    org.uddi.vscache_v3.ObjectFactory.class,
+    org.uddi.vs_v3.ObjectFactory.class,
+    org.uddi.sub_v3.ObjectFactory.class,
+    org.w3._2000._09.xmldsig_.ObjectFactory.class,
+    org.uddi.policy_v3.ObjectFactory.class,
+    org.uddi.policy_v3_instanceparms.ObjectFactory.class
+})
+public interface UDDIInquiryPortType {
+
+
+    /**
+     * 
+     * @param body
+     * @return
+     *     returns org.uddi.api_v3.BindingDetail
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "find_binding", action = "find_binding")
+    @WebResult(name = "bindingDetail", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+    public BindingDetail findBinding(
+        @WebParam(name = "find_binding", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+        FindBinding body)
+        throws DispositionReportFaultMessage
+    ;
+
+    /**
+     * 
+     * @param body
+     * @return
+     *     returns org.uddi.api_v3.BusinessList
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "find_business", action = "find_business")
+    @WebResult(name = "businessList", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+    public BusinessList findBusiness(
+        @WebParam(name = "find_business", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+        FindBusiness body)
+        throws DispositionReportFaultMessage
+    ;
+
+    /**
+     * 
+     * @param body
+     * @return
+     *     returns org.uddi.api_v3.RelatedBusinessesList
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "find_relatedBusinesses", action = "find_relatedBusinesses")
+    @WebResult(name = "relatedBusinessesList", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+    public RelatedBusinessesList findRelatedBusinesses(
+        @WebParam(name = "find_relatedBusinesses", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+        FindRelatedBusinesses body)
+        throws DispositionReportFaultMessage
+    ;
+
+    /**
+     * 
+     * @param body
+     * @return
+     *     returns org.uddi.api_v3.ServiceList
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "find_service", action = "find_service")
+    @WebResult(name = "serviceList", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+    public ServiceList findService(
+        @WebParam(name = "find_service", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+        FindService body)
+        throws DispositionReportFaultMessage
+    ;
+
+    /**
+     * 
+     * @param body
+     * @return
+     *     returns org.uddi.api_v3.TModelList
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "find_tModel", action = "find_tModel")
+    @WebResult(name = "tModelList", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+    public TModelList findTModel(
+        @WebParam(name = "find_tModel", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+        FindTModel body)
+        throws DispositionReportFaultMessage
+    ;
+
+    /**
+     * 
+     * @param body
+     * @return
+     *     returns org.uddi.api_v3.BindingDetail
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "get_bindingDetail", action = "get_bindingDetail")
+    @WebResult(name = "bindingDetail", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+    public BindingDetail getBindingDetail(
+        @WebParam(name = "get_bindingDetail", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+        GetBindingDetail body)
+        throws DispositionReportFaultMessage
+    ;
+
+    /**
+     * 
+     * @param body
+     * @return
+     *     returns org.uddi.api_v3.BusinessDetail
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "get_businessDetail", action = "get_businessDetail")
+    @WebResult(name = "businessDetail", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+    public BusinessDetail getBusinessDetail(
+        @WebParam(name = "get_businessDetail", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+        GetBusinessDetail body)
+        throws DispositionReportFaultMessage
+    ;
+
+    /**
+     * 
+     * @param body
+     * @return
+     *     returns org.uddi.api_v3.OperationalInfos
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "get_operationalInfo", action = "get_operationalInfo")
+    @WebResult(name = "operationalInfos", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+    public OperationalInfos getOperationalInfo(
+        @WebParam(name = "get_operationalInfo", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+        GetOperationalInfo body)
+        throws DispositionReportFaultMessage
+    ;
+
+    /**
+     * 
+     * @param body
+     * @return
+     *     returns org.uddi.api_v3.ServiceDetail
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "get_serviceDetail", action = "get_serviceDetail")
+    @WebResult(name = "serviceDetail", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+    public ServiceDetail getServiceDetail(
+        @WebParam(name = "get_serviceDetail", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+        GetServiceDetail body)
+        throws DispositionReportFaultMessage
+    ;
+
+    /**
+     * 
+     * @param body
+     * @return
+     *     returns org.uddi.api_v3.TModelDetail
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "get_tModelDetail", action = "get_tModelDetail")
+    @WebResult(name = "tModelDetail", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+    public TModelDetail getTModelDetail(
+        @WebParam(name = "get_tModelDetail", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+        GetTModelDetail body)
+        throws DispositionReportFaultMessage
+    ;
+
+}
+
\ No newline at end of file

Propchange: webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDIInquiryPortType.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDIPublicationPortType.java
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDIPublicationPortType.java?rev=722552&view=auto
==============================================================================
--- webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDIPublicationPortType.java (added)
+++ webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDIPublicationPortType.java Tue Dec  2 10:10:56 2008
@@ -0,0 +1,289 @@
+/*
+ * 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.uddi.v3_service;
+
+import java.util.List;
+import javax.jws.WebMethod;
+import javax.jws.WebParam;
+import javax.jws.WebResult;
+import javax.jws.WebService;
+import javax.jws.soap.SOAPBinding;
+import javax.xml.bind.annotation.XmlSeeAlso;
+import javax.xml.ws.Holder;
+import javax.xml.ws.RequestWrapper;
+import javax.xml.ws.ResponseWrapper;
+import org.uddi.api_v3.AddPublisherAssertions;
+import org.uddi.api_v3.AssertionStatusItem;
+import org.uddi.api_v3.BindingDetail;
+import org.uddi.api_v3.BusinessDetail;
+import org.uddi.api_v3.CompletionStatus;
+import org.uddi.api_v3.DeleteBinding;
+import org.uddi.api_v3.DeleteBusiness;
+import org.uddi.api_v3.DeletePublisherAssertions;
+import org.uddi.api_v3.DeleteService;
+import org.uddi.api_v3.DeleteTModel;
+import org.uddi.api_v3.GetRegisteredInfo;
+import org.uddi.api_v3.PublisherAssertion;
+import org.uddi.api_v3.RegisteredInfo;
+import org.uddi.api_v3.SaveBinding;
+import org.uddi.api_v3.SaveBusiness;
+import org.uddi.api_v3.SaveService;
+import org.uddi.api_v3.SaveTModel;
+import org.uddi.api_v3.ServiceDetail;
+import org.uddi.api_v3.TModelDetail;
+
+
+/**
+ * This portType defines all of the UDDI publication operations.
+ * 
+ * This class was generated by the JAX-WS RI.
+ * JAX-WS RI 2.1.5-b03-
+ * Generated source version: 2.1
+ * 
+ */
+@WebService(name = "UDDI_Publication_PortType", targetNamespace = "urn:uddi-org:api_v3_portType")
+@XmlSeeAlso({
+    org.uddi.custody_v3.ObjectFactory.class,
+    org.uddi.repl_v3.ObjectFactory.class,
+    org.uddi.subr_v3.ObjectFactory.class,
+    org.uddi.api_v3.ObjectFactory.class,
+    org.uddi.vscache_v3.ObjectFactory.class,
+    org.uddi.vs_v3.ObjectFactory.class,
+    org.uddi.sub_v3.ObjectFactory.class,
+    org.w3._2000._09.xmldsig_.ObjectFactory.class,
+    org.uddi.policy_v3.ObjectFactory.class,
+    org.uddi.policy_v3_instanceparms.ObjectFactory.class
+})
+public interface UDDIPublicationPortType {
+
+
+    /**
+     * 
+     * @param body
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "add_publisherAssertions", action = "add_publisherAssertions")
+    @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
+    public void addPublisherAssertions(
+        @WebParam(name = "add_publisherAssertions", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+        AddPublisherAssertions body)
+        throws DispositionReportFaultMessage
+    ;
+
+    /**
+     * 
+     * @param body
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "delete_binding", action = "delete_binding")
+    @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
+    public void deleteBinding(
+        @WebParam(name = "delete_binding", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+        DeleteBinding body)
+        throws DispositionReportFaultMessage
+    ;
+
+    /**
+     * 
+     * @param body
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "delete_business", action = "delete_business")
+    @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
+    public void deleteBusiness(
+        @WebParam(name = "delete_business", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+        DeleteBusiness body)
+        throws DispositionReportFaultMessage
+    ;
+
+    /**
+     * 
+     * @param body
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "delete_publisherAssertions", action = "delete_publisherAssertions")
+    @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
+    public void deletePublisherAssertions(
+        @WebParam(name = "delete_publisherAssertions", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+        DeletePublisherAssertions body)
+        throws DispositionReportFaultMessage
+    ;
+
+    /**
+     * 
+     * @param body
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "delete_service", action = "delete_service")
+    @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
+    public void deleteService(
+        @WebParam(name = "delete_service", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+        DeleteService body)
+        throws DispositionReportFaultMessage
+    ;
+
+    /**
+     * 
+     * @param body
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "delete_tModel", action = "delete_tModel")
+    @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
+    public void deleteTModel(
+        @WebParam(name = "delete_tModel", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+        DeleteTModel body)
+        throws DispositionReportFaultMessage
+    ;
+
+    /**
+     * 
+     * @param completionStatus
+     * @param authInfo
+     * @return
+     *     returns java.util.List<org.uddi.api_v3.AssertionStatusItem>
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "get_assertionStatusReport", action = "get_assertionStatusReport")
+    @WebResult(name = "assertionStatusItem", targetNamespace = "urn:uddi-org:api_v3")
+    @RequestWrapper(localName = "get_assertionStatusReport", targetNamespace = "urn:uddi-org:api_v3", className = "org.uddi.api_v3.GetAssertionStatusReport")
+    @ResponseWrapper(localName = "assertionStatusReport", targetNamespace = "urn:uddi-org:api_v3", className = "org.uddi.api_v3.AssertionStatusReport")
+    public List<AssertionStatusItem> getAssertionStatusReport(
+        @WebParam(name = "authInfo", targetNamespace = "urn:uddi-org:api_v3")
+        String authInfo,
+        @WebParam(name = "completionStatus", targetNamespace = "urn:uddi-org:api_v3")
+        CompletionStatus completionStatus)
+        throws DispositionReportFaultMessage
+    ;
+
+    /**
+     * 
+     * @param authInfo
+     * @return
+     *     returns java.util.List<org.uddi.api_v3.PublisherAssertion>
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "get_publisherAssertions", action = "get_publisherAssertions")
+    @WebResult(name = "publisherAssertion", targetNamespace = "urn:uddi-org:api_v3")
+    @RequestWrapper(localName = "get_publisherAssertions", targetNamespace = "urn:uddi-org:api_v3", className = "org.uddi.api_v3.GetPublisherAssertions")
+    @ResponseWrapper(localName = "publisherAssertionsResponse", targetNamespace = "urn:uddi-org:api_v3", className = "org.uddi.api_v3.PublisherAssertionsResponse")
+    public List<PublisherAssertion> getPublisherAssertions(
+        @WebParam(name = "authInfo", targetNamespace = "urn:uddi-org:api_v3")
+        String authInfo)
+        throws DispositionReportFaultMessage
+    ;
+
+    /**
+     * 
+     * @param body
+     * @return
+     *     returns org.uddi.api_v3.RegisteredInfo
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "get_registeredInfo", action = "get_registeredInfo")
+    @WebResult(name = "registeredInfo", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+    @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
+    public RegisteredInfo getRegisteredInfo(
+        @WebParam(name = "get_registeredInfo", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+        GetRegisteredInfo body)
+        throws DispositionReportFaultMessage
+    ;
+
+    /**
+     * 
+     * @param body
+     * @return
+     *     returns org.uddi.api_v3.BindingDetail
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "save_binding", action = "save_binding")
+    @WebResult(name = "bindingDetail", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+    @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
+    public BindingDetail saveBinding(
+        @WebParam(name = "save_binding", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+        SaveBinding body)
+        throws DispositionReportFaultMessage
+    ;
+
+    /**
+     * 
+     * @param body
+     * @return
+     *     returns org.uddi.api_v3.BusinessDetail
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "save_business", action = "save_business")
+    @WebResult(name = "businessDetail", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+    @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
+    public BusinessDetail saveBusiness(
+        @WebParam(name = "save_business", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+        SaveBusiness body)
+        throws DispositionReportFaultMessage
+    ;
+
+    /**
+     * 
+     * @param body
+     * @return
+     *     returns org.uddi.api_v3.ServiceDetail
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "save_service", action = "save_service")
+    @WebResult(name = "serviceDetail", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+    @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
+    public ServiceDetail saveService(
+        @WebParam(name = "save_service", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+        SaveService body)
+        throws DispositionReportFaultMessage
+    ;
+
+    /**
+     * 
+     * @param body
+     * @return
+     *     returns org.uddi.api_v3.TModelDetail
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "save_tModel", action = "save_tModel")
+    @WebResult(name = "tModelDetail", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+    @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
+    public TModelDetail saveTModel(
+        @WebParam(name = "save_tModel", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+        SaveTModel body)
+        throws DispositionReportFaultMessage
+    ;
+
+    /**
+     * 
+     * @param publisherAssertion
+     * @param authInfo
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "set_publisherAssertions", action = "set_publisherAssertions")
+    @RequestWrapper(localName = "set_publisherAssertions", targetNamespace = "urn:uddi-org:api_v3", className = "org.uddi.api_v3.SetPublisherAssertions")
+    @ResponseWrapper(localName = "publisherAssertions", targetNamespace = "urn:uddi-org:api_v3", className = "org.uddi.api_v3.PublisherAssertions")
+    public void setPublisherAssertions(
+        @WebParam(name = "authInfo", targetNamespace = "urn:uddi-org:api_v3")
+        String authInfo,
+        @WebParam(name = "publisherAssertion", targetNamespace = "urn:uddi-org:api_v3", mode = WebParam.Mode.INOUT)
+        Holder<List<PublisherAssertion>> publisherAssertion)
+        throws DispositionReportFaultMessage
+    ;
+
+}
+
\ No newline at end of file

Propchange: webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDIPublicationPortType.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDIReplicationPortType.java
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDIReplicationPortType.java?rev=722552&view=auto
==============================================================================
--- webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDIReplicationPortType.java (added)
+++ webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDIReplicationPortType.java Tue Dec  2 10:10:56 2008
@@ -0,0 +1,146 @@
+/*
+ * 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.uddi.v3_service;
+
+import java.math.BigInteger;
+import java.util.List;
+import javax.jws.WebMethod;
+import javax.jws.WebParam;
+import javax.jws.WebResult;
+import javax.jws.WebService;
+import javax.jws.soap.SOAPBinding;
+import javax.xml.bind.annotation.XmlSeeAlso;
+import javax.xml.ws.RequestWrapper;
+import javax.xml.ws.ResponseWrapper;
+import org.uddi.repl_v3.ChangeRecord;
+import org.uddi.repl_v3.ChangeRecordIDType;
+import org.uddi.repl_v3.DoPing;
+import org.uddi.repl_v3.HighWaterMarkVectorType;
+import org.uddi.repl_v3.NotifyChangeRecordsAvailable;
+import org.uddi.repl_v3.TransferCustody;
+
+
+/**
+ * This portType defines all of the UDDI replication operations.
+ * 
+ * This class was generated by the JAX-WS RI.
+ * JAX-WS RI 2.1.5-b03-
+ * Generated source version: 2.1
+ * 
+ */
+@WebService(name = "UDDI_Replication_PortType", targetNamespace = "urn:uddi-org:repl_v3_portType")
+@XmlSeeAlso({
+    org.uddi.custody_v3.ObjectFactory.class,
+    org.uddi.repl_v3.ObjectFactory.class,
+    org.uddi.subr_v3.ObjectFactory.class,
+    org.uddi.api_v3.ObjectFactory.class,
+    org.uddi.vscache_v3.ObjectFactory.class,
+    org.uddi.vs_v3.ObjectFactory.class,
+    org.uddi.sub_v3.ObjectFactory.class,
+    org.w3._2000._09.xmldsig_.ObjectFactory.class,
+    org.uddi.policy_v3.ObjectFactory.class,
+    org.uddi.policy_v3_instanceparms.ObjectFactory.class
+})
+public interface UDDIReplicationPortType {
+
+
+    /**
+     * 
+     * @param responseLimitVector
+     * @param requestingNode
+     * @param changesAlreadySeen
+     * @param responseLimitCount
+     * @return
+     *     returns java.util.List<org.uddi.repl_v3.ChangeRecord>
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "get_changeRecords", action = "get_changeRecords")
+    @WebResult(name = "changeRecord", targetNamespace = "urn:uddi-org:repl_v3")
+    @RequestWrapper(localName = "get_changeRecords", targetNamespace = "urn:uddi-org:repl_v3", className = "org.uddi.repl_v3.GetChangeRecords")
+    @ResponseWrapper(localName = "changeRecords", targetNamespace = "urn:uddi-org:repl_v3", className = "org.uddi.repl_v3.ChangeRecords")
+    public List<ChangeRecord> getChangeRecords(
+        @WebParam(name = "requestingNode", targetNamespace = "urn:uddi-org:repl_v3")
+        String requestingNode,
+        @WebParam(name = "changesAlreadySeen", targetNamespace = "urn:uddi-org:repl_v3")
+        HighWaterMarkVectorType changesAlreadySeen,
+        @WebParam(name = "responseLimitCount", targetNamespace = "urn:uddi-org:repl_v3")
+        BigInteger responseLimitCount,
+        @WebParam(name = "responseLimitVector", targetNamespace = "urn:uddi-org:repl_v3")
+        HighWaterMarkVectorType responseLimitVector)
+        throws DispositionReportFaultMessage
+    ;
+
+    /**
+     * 
+     * @param body
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "notify_changeRecordsAvailable", action = "notify_changeRecordsAvailable")
+    @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
+    public void notifyChangeRecordsAvailable(
+        @WebParam(name = "notify_changeRecordsAvailable", targetNamespace = "urn:uddi-org:repl_v3", partName = "body")
+        NotifyChangeRecordsAvailable body)
+        throws DispositionReportFaultMessage
+    ;
+
+    /**
+     * 
+     * @param body
+     * @return
+     *     returns java.lang.String
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "do_ping", action = "do_ping")
+    @WebResult(name = "operatorNodeID", targetNamespace = "urn:uddi-org:repl_v3", partName = "body")
+    @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
+    public String doPing(
+        @WebParam(name = "do_ping", targetNamespace = "urn:uddi-org:repl_v3", partName = "body")
+        DoPing body)
+        throws DispositionReportFaultMessage
+    ;
+
+    /**
+     * 
+     * @return
+     *     returns java.util.List<org.uddi.repl_v3.ChangeRecordIDType>
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "get_highWaterMarks", action = "get_highWaterMarks")
+    @WebResult(name = "highWaterMark", targetNamespace = "urn:uddi-org:repl_v3")
+    @RequestWrapper(localName = "get_highWaterMarks", targetNamespace = "urn:uddi-org:repl_v3", className = "org.uddi.repl_v3.GetHighWaterMarks")
+    @ResponseWrapper(localName = "highWaterMarks", targetNamespace = "urn:uddi-org:repl_v3", className = "org.uddi.repl_v3.HighWaterMarkVectorType")
+    public List<ChangeRecordIDType> getHighWaterMarks()
+        throws DispositionReportFaultMessage
+    ;
+
+    /**
+     * 
+     * @param body
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "transfer_custody", action = "transfer_custody")
+    @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
+    public void transferCustody(
+        @WebParam(name = "transfer_custody", targetNamespace = "urn:uddi-org:repl_v3", partName = "body")
+        TransferCustody body)
+        throws DispositionReportFaultMessage
+    ;
+
+}
+
\ No newline at end of file

Propchange: webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDIReplicationPortType.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDISecurityPortType.java
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDISecurityPortType.java?rev=722552&view=auto
==============================================================================
--- webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDISecurityPortType.java (added)
+++ webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDISecurityPortType.java Tue Dec  2 10:10:56 2008
@@ -0,0 +1,85 @@
+/*
+ * 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.uddi.v3_service;
+
+import javax.jws.WebMethod;
+import javax.jws.WebParam;
+import javax.jws.WebResult;
+import javax.jws.WebService;
+import javax.jws.soap.SOAPBinding;
+import javax.xml.bind.annotation.XmlSeeAlso;
+import org.uddi.api_v3.AuthToken;
+import org.uddi.api_v3.DiscardAuthToken;
+import org.uddi.api_v3.GetAuthToken;
+
+
+/**
+ * This portType defines all of the UDDI security operations.
+ * 
+ * This class was generated by the JAX-WS RI.
+ * JAX-WS RI 2.1.5-b03-
+ * Generated source version: 2.1
+ * 
+ */
+@WebService(name = "UDDI_Security_PortType", targetNamespace = "urn:uddi-org:api_v3_portType")
+@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
+@XmlSeeAlso({
+    org.uddi.custody_v3.ObjectFactory.class,
+    org.uddi.repl_v3.ObjectFactory.class,
+    org.uddi.subr_v3.ObjectFactory.class,
+    org.uddi.api_v3.ObjectFactory.class,
+    org.uddi.vscache_v3.ObjectFactory.class,
+    org.uddi.vs_v3.ObjectFactory.class,
+    org.uddi.sub_v3.ObjectFactory.class,
+    org.w3._2000._09.xmldsig_.ObjectFactory.class,
+    org.uddi.policy_v3.ObjectFactory.class,
+    org.uddi.policy_v3_instanceparms.ObjectFactory.class
+})
+public interface UDDISecurityPortType {
+
+
+    /**
+     * 
+     * @param body
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "discard_authToken", action = "discard_authToken")
+    public void discardAuthToken(
+        @WebParam(name = "discard_authToken", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+        DiscardAuthToken body)
+        throws DispositionReportFaultMessage
+    ;
+
+    /**
+     * 
+     * @param body
+     * @return
+     *     returns org.uddi.api_v3.AuthToken
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "get_authToken", action = "get_authToken")
+    @WebResult(name = "authToken", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+    public AuthToken getAuthToken(
+        @WebParam(name = "get_authToken", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+        GetAuthToken body)
+        throws DispositionReportFaultMessage
+    ;
+
+}
+
\ No newline at end of file

Propchange: webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDISecurityPortType.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDIService.java
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDIService.java?rev=722552&view=auto
==============================================================================
--- webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDIService.java (added)
+++ webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDIService.java Tue Dec  2 10:10:56 2008
@@ -0,0 +1,265 @@
+/*
+ * 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.uddi.v3_service;
+
+import java.net.MalformedURLException;
+import java.net.URL;
+import java.util.logging.Logger;
+import javax.xml.namespace.QName;
+import javax.xml.ws.Service;
+import javax.xml.ws.WebEndpoint;
+import javax.xml.ws.WebServiceClient;
+import javax.xml.ws.WebServiceFeature;
+
+
+/**
+ * This class was generated by the JAX-WS RI.
+ * JAX-WS RI 2.1.5-b03-
+ * Generated source version: 2.1
+ * 
+ */
+@WebServiceClient(name = "UDDI_Service", targetNamespace = "urn:uddi-org:v3_service", wsdlLocation = "file:/C:/Development/Projects/jUDDI_v3/uddi-ws/src/main/resources/uddi_v3_service.wsdl")
+public class UDDIService
+    extends Service
+{
+
+    private final static URL UDDISERVICE_WSDL_LOCATION;
+    private final static Logger logger = Logger.getLogger(org.uddi.v3_service.UDDIService.class.getName());
+
+    static {
+        URL url = null;
+        try {
+            URL baseUrl;
+            baseUrl = org.uddi.v3_service.UDDIService.class.getResource(".");
+            url = new URL(baseUrl, "file:/C:/Development/Projects/jUDDI_v3/uddi-ws/src/main/resources/uddi_v3_service.wsdl");
+        } catch (MalformedURLException e) {
+            logger.warning("Failed to create URL for the wsdl Location: 'file:/C:/Development/Projects/jUDDI_v3/uddi-ws/src/main/resources/uddi_v3_service.wsdl', retrying as a local file");
+            logger.warning(e.getMessage());
+        }
+        UDDISERVICE_WSDL_LOCATION = url;
+    }
+
+    public UDDIService(URL wsdlLocation, QName serviceName) {
+        super(wsdlLocation, serviceName);
+    }
+
+    public UDDIService() {
+        super(UDDISERVICE_WSDL_LOCATION, new QName("urn:uddi-org:v3_service", "UDDI_Service"));
+    }
+
+    /**
+     * 
+     * @return
+     *     returns UDDIInquiryPortType
+     */
+    @WebEndpoint(name = "UDDI_Inquiry_Port")
+    public UDDIInquiryPortType getUDDIInquiryPort() {
+        return super.getPort(new QName("urn:uddi-org:v3_service", "UDDI_Inquiry_Port"), UDDIInquiryPortType.class);
+    }
+
+    /**
+     * 
+     * @param features
+     *     A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy.  Supported features not in the <code>features</code> parameter will have their default values.
+     * @return
+     *     returns UDDIInquiryPortType
+     */
+    @WebEndpoint(name = "UDDI_Inquiry_Port")
+    public UDDIInquiryPortType getUDDIInquiryPort(WebServiceFeature... features) {
+        return super.getPort(new QName("urn:uddi-org:v3_service", "UDDI_Inquiry_Port"), UDDIInquiryPortType.class, features);
+    }
+
+    /**
+     * 
+     * @return
+     *     returns UDDIPublicationPortType
+     */
+    @WebEndpoint(name = "UDDI_Publication_Port")
+    public UDDIPublicationPortType getUDDIPublicationPort() {
+        return super.getPort(new QName("urn:uddi-org:v3_service", "UDDI_Publication_Port"), UDDIPublicationPortType.class);
+    }
+
+    /**
+     * 
+     * @param features
+     *     A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy.  Supported features not in the <code>features</code> parameter will have their default values.
+     * @return
+     *     returns UDDIPublicationPortType
+     */
+    @WebEndpoint(name = "UDDI_Publication_Port")
+    public UDDIPublicationPortType getUDDIPublicationPort(WebServiceFeature... features) {
+        return super.getPort(new QName("urn:uddi-org:v3_service", "UDDI_Publication_Port"), UDDIPublicationPortType.class, features);
+    }
+
+    /**
+     * 
+     * @return
+     *     returns UDDISecurityPortType
+     */
+    @WebEndpoint(name = "UDDI_Security_Port")
+    public UDDISecurityPortType getUDDISecurityPort() {
+        return super.getPort(new QName("urn:uddi-org:v3_service", "UDDI_Security_Port"), UDDISecurityPortType.class);
+    }
+
+    /**
+     * 
+     * @param features
+     *     A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy.  Supported features not in the <code>features</code> parameter will have their default values.
+     * @return
+     *     returns UDDISecurityPortType
+     */
+    @WebEndpoint(name = "UDDI_Security_Port")
+    public UDDISecurityPortType getUDDISecurityPort(WebServiceFeature... features) {
+        return super.getPort(new QName("urn:uddi-org:v3_service", "UDDI_Security_Port"), UDDISecurityPortType.class, features);
+    }
+
+    /**
+     * 
+     * @return
+     *     returns UDDICustodyTransferPortType
+     */
+    @WebEndpoint(name = "UDDI_Custody_Port")
+    public UDDICustodyTransferPortType getUDDICustodyPort() {
+        return super.getPort(new QName("urn:uddi-org:v3_service", "UDDI_Custody_Port"), UDDICustodyTransferPortType.class);
+    }
+
+    /**
+     * 
+     * @param features
+     *     A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy.  Supported features not in the <code>features</code> parameter will have their default values.
+     * @return
+     *     returns UDDICustodyTransferPortType
+     */
+    @WebEndpoint(name = "UDDI_Custody_Port")
+    public UDDICustodyTransferPortType getUDDICustodyPort(WebServiceFeature... features) {
+        return super.getPort(new QName("urn:uddi-org:v3_service", "UDDI_Custody_Port"), UDDICustodyTransferPortType.class, features);
+    }
+
+    /**
+     * 
+     * @return
+     *     returns UDDIReplicationPortType
+     */
+    @WebEndpoint(name = "UDDI_Replication_Port")
+    public UDDIReplicationPortType getUDDIReplicationPort() {
+        return super.getPort(new QName("urn:uddi-org:v3_service", "UDDI_Replication_Port"), UDDIReplicationPortType.class);
+    }
+
+    /**
+     * 
+     * @param features
+     *     A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy.  Supported features not in the <code>features</code> parameter will have their default values.
+     * @return
+     *     returns UDDIReplicationPortType
+     */
+    @WebEndpoint(name = "UDDI_Replication_Port")
+    public UDDIReplicationPortType getUDDIReplicationPort(WebServiceFeature... features) {
+        return super.getPort(new QName("urn:uddi-org:v3_service", "UDDI_Replication_Port"), UDDIReplicationPortType.class, features);
+    }
+
+    /**
+     * 
+     * @return
+     *     returns UDDISubscriptionPortType
+     */
+    @WebEndpoint(name = "UDDI_Subscription_Port")
+    public UDDISubscriptionPortType getUDDISubscriptionPort() {
+        return super.getPort(new QName("urn:uddi-org:v3_service", "UDDI_Subscription_Port"), UDDISubscriptionPortType.class);
+    }
+
+    /**
+     * 
+     * @param features
+     *     A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy.  Supported features not in the <code>features</code> parameter will have their default values.
+     * @return
+     *     returns UDDISubscriptionPortType
+     */
+    @WebEndpoint(name = "UDDI_Subscription_Port")
+    public UDDISubscriptionPortType getUDDISubscriptionPort(WebServiceFeature... features) {
+        return super.getPort(new QName("urn:uddi-org:v3_service", "UDDI_Subscription_Port"), UDDISubscriptionPortType.class, features);
+    }
+
+    /**
+     * 
+     * @return
+     *     returns UDDISubscriptionListenerPortType
+     */
+    @WebEndpoint(name = "UDDI_SubscriptionListener_Port")
+    public UDDISubscriptionListenerPortType getUDDISubscriptionListenerPort() {
+        return super.getPort(new QName("urn:uddi-org:v3_service", "UDDI_SubscriptionListener_Port"), UDDISubscriptionListenerPortType.class);
+    }
+
+    /**
+     * 
+     * @param features
+     *     A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy.  Supported features not in the <code>features</code> parameter will have their default values.
+     * @return
+     *     returns UDDISubscriptionListenerPortType
+     */
+    @WebEndpoint(name = "UDDI_SubscriptionListener_Port")
+    public UDDISubscriptionListenerPortType getUDDISubscriptionListenerPort(WebServiceFeature... features) {
+        return super.getPort(new QName("urn:uddi-org:v3_service", "UDDI_SubscriptionListener_Port"), UDDISubscriptionListenerPortType.class, features);
+    }
+
+    /**
+     * 
+     * @return
+     *     returns UDDIValueSetValidationPortType
+     */
+    @WebEndpoint(name = "UDDI_ValueSetValidation_Port")
+    public UDDIValueSetValidationPortType getUDDIValueSetValidationPort() {
+        return super.getPort(new QName("urn:uddi-org:v3_service", "UDDI_ValueSetValidation_Port"), UDDIValueSetValidationPortType.class);
+    }
+
+    /**
+     * 
+     * @param features
+     *     A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy.  Supported features not in the <code>features</code> parameter will have their default values.
+     * @return
+     *     returns UDDIValueSetValidationPortType
+     */
+    @WebEndpoint(name = "UDDI_ValueSetValidation_Port")
+    public UDDIValueSetValidationPortType getUDDIValueSetValidationPort(WebServiceFeature... features) {
+        return super.getPort(new QName("urn:uddi-org:v3_service", "UDDI_ValueSetValidation_Port"), UDDIValueSetValidationPortType.class, features);
+    }
+
+    /**
+     * 
+     * @return
+     *     returns UDDIValueSetCachingPortType
+     */
+    @WebEndpoint(name = "UDDI_ValueSetCaching_Port")
+    public UDDIValueSetCachingPortType getUDDIValueSetCachingPort() {
+        return super.getPort(new QName("urn:uddi-org:v3_service", "UDDI_ValueSetCaching_Port"), UDDIValueSetCachingPortType.class);
+    }
+
+    /**
+     * 
+     * @param features
+     *     A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy.  Supported features not in the <code>features</code> parameter will have their default values.
+     * @return
+     *     returns UDDIValueSetCachingPortType
+     */
+    @WebEndpoint(name = "UDDI_ValueSetCaching_Port")
+    public UDDIValueSetCachingPortType getUDDIValueSetCachingPort(WebServiceFeature... features) {
+        return super.getPort(new QName("urn:uddi-org:v3_service", "UDDI_ValueSetCaching_Port"), UDDIValueSetCachingPortType.class, features);
+    }
+
+}
+
\ No newline at end of file

Propchange: webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDIService.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDISubscriptionListenerPortType.java
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDISubscriptionListenerPortType.java?rev=722552&view=auto
==============================================================================
--- webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDISubscriptionListenerPortType.java (added)
+++ webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDISubscriptionListenerPortType.java Tue Dec  2 10:10:56 2008
@@ -0,0 +1,72 @@
+/*
+ * 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.uddi.v3_service;
+
+import javax.jws.WebMethod;
+import javax.jws.WebParam;
+import javax.jws.WebResult;
+import javax.jws.WebService;
+import javax.jws.soap.SOAPBinding;
+import javax.xml.bind.annotation.XmlSeeAlso;
+import org.uddi.api_v3.DispositionReport;
+import org.uddi.subr_v3.NotifySubscriptionListener;
+
+
+/**
+ * This portType defines all of the UDDI subscriptionListener operations.
+ * 
+ * This class was generated by the JAX-WS RI.
+ * JAX-WS RI 2.1.5-b03-
+ * Generated source version: 2.1
+ * 
+ */
+@WebService(name = "UDDI_SubscriptionListener_PortType", targetNamespace = "urn:uddi-org:subr_v3_portType")
+@XmlSeeAlso({
+    org.uddi.custody_v3.ObjectFactory.class,
+    org.uddi.repl_v3.ObjectFactory.class,
+    org.uddi.subr_v3.ObjectFactory.class,
+    org.uddi.api_v3.ObjectFactory.class,
+    org.uddi.vscache_v3.ObjectFactory.class,
+    org.uddi.vs_v3.ObjectFactory.class,
+    org.uddi.sub_v3.ObjectFactory.class,
+    org.w3._2000._09.xmldsig_.ObjectFactory.class,
+    org.uddi.policy_v3.ObjectFactory.class,
+    org.uddi.policy_v3_instanceparms.ObjectFactory.class
+})
+public interface UDDISubscriptionListenerPortType {
+
+
+    /**
+     * 
+     * @param body
+     * @return
+     *     returns org.uddi.api_v3.DispositionReport
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "notify_subscriptionListener", action = "notify_subscriptionListener")
+    @WebResult(name = "dispositionReport", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+    @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
+    public DispositionReport notifySubscriptionListener(
+        @WebParam(name = "notify_subscriptionListener", targetNamespace = "urn:uddi-org:subr_v3", partName = "body")
+        NotifySubscriptionListener body)
+        throws DispositionReportFaultMessage
+    ;
+
+}
+
\ No newline at end of file

Propchange: webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDISubscriptionListenerPortType.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDISubscriptionPortType.java
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDISubscriptionPortType.java?rev=722552&view=auto
==============================================================================
--- webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDISubscriptionPortType.java (added)
+++ webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDISubscriptionPortType.java Tue Dec  2 10:10:56 2008
@@ -0,0 +1,125 @@
+/*
+ * 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.uddi.v3_service;
+
+import java.util.List;
+import javax.jws.WebMethod;
+import javax.jws.WebParam;
+import javax.jws.WebResult;
+import javax.jws.WebService;
+import javax.jws.soap.SOAPBinding;
+import javax.xml.bind.annotation.XmlSeeAlso;
+import javax.xml.ws.Holder;
+import javax.xml.ws.RequestWrapper;
+import javax.xml.ws.ResponseWrapper;
+import org.uddi.sub_v3.DeleteSubscription;
+import org.uddi.sub_v3.GetSubscriptionResults;
+import org.uddi.sub_v3.Subscription;
+import org.uddi.sub_v3.SubscriptionResultsList;
+
+
+/**
+ * This portType defines all of the UDDI subscription operations.
+ * 
+ * This class was generated by the JAX-WS RI.
+ * JAX-WS RI 2.1.5-b03-
+ * Generated source version: 2.1
+ * 
+ */
+@WebService(name = "UDDI_Subscription_PortType", targetNamespace = "urn:uddi-org:sub_v3_portType")
+@XmlSeeAlso({
+    org.uddi.custody_v3.ObjectFactory.class,
+    org.uddi.repl_v3.ObjectFactory.class,
+    org.uddi.subr_v3.ObjectFactory.class,
+    org.uddi.api_v3.ObjectFactory.class,
+    org.uddi.vscache_v3.ObjectFactory.class,
+    org.uddi.vs_v3.ObjectFactory.class,
+    org.uddi.sub_v3.ObjectFactory.class,
+    org.w3._2000._09.xmldsig_.ObjectFactory.class,
+    org.uddi.policy_v3.ObjectFactory.class,
+    org.uddi.policy_v3_instanceparms.ObjectFactory.class
+})
+public interface UDDISubscriptionPortType {
+
+
+    /**
+     * 
+     * @param body
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "delete_subscription", action = "delete_subscription")
+    @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
+    public void deleteSubscription(
+        @WebParam(name = "delete_subscription", targetNamespace = "urn:uddi-org:sub_v3", partName = "body")
+        DeleteSubscription body)
+        throws DispositionReportFaultMessage
+    ;
+
+    /**
+     * 
+     * @param body
+     * @return
+     *     returns org.uddi.sub_v3.SubscriptionResultsList
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "get_subscriptionResults", action = "get_subscriptionResults")
+    @WebResult(name = "subscriptionResultsList", targetNamespace = "urn:uddi-org:sub_v3", partName = "body")
+    @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
+    public SubscriptionResultsList getSubscriptionResults(
+        @WebParam(name = "get_subscriptionResults", targetNamespace = "urn:uddi-org:sub_v3", partName = "body")
+        GetSubscriptionResults body)
+        throws DispositionReportFaultMessage
+    ;
+
+    /**
+     * 
+     * @param authInfo
+     * @return
+     *     returns java.util.List<org.uddi.sub_v3.Subscription>
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "get_subscriptions", action = "get_subscriptions")
+    @WebResult(name = "subscription", targetNamespace = "urn:uddi-org:sub_v3")
+    @RequestWrapper(localName = "get_subscriptions", targetNamespace = "urn:uddi-org:sub_v3", className = "org.uddi.sub_v3.GetSubscriptions")
+    @ResponseWrapper(localName = "subscriptions", targetNamespace = "urn:uddi-org:sub_v3", className = "org.uddi.sub_v3.Subscriptions")
+    public List<Subscription> getSubscriptions(
+        @WebParam(name = "authInfo", targetNamespace = "urn:uddi-org:api_v3")
+        String authInfo)
+        throws DispositionReportFaultMessage
+    ;
+
+    /**
+     * 
+     * @param subscription
+     * @param authInfo
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "save_subscription", action = "save_subscription")
+    @RequestWrapper(localName = "save_subscription", targetNamespace = "urn:uddi-org:sub_v3", className = "org.uddi.sub_v3.SaveSubscription")
+    @ResponseWrapper(localName = "subscriptions", targetNamespace = "urn:uddi-org:sub_v3", className = "org.uddi.sub_v3.Subscriptions")
+    public void saveSubscription(
+        @WebParam(name = "authInfo", targetNamespace = "urn:uddi-org:api_v3")
+        String authInfo,
+        @WebParam(name = "subscription", targetNamespace = "urn:uddi-org:sub_v3", mode = WebParam.Mode.INOUT)
+        Holder<List<Subscription>> subscription)
+        throws DispositionReportFaultMessage
+    ;
+
+}
+
\ No newline at end of file

Propchange: webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDISubscriptionPortType.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDIValueSetCachingPortType.java
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDIValueSetCachingPortType.java?rev=722552&view=auto
==============================================================================
--- webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDIValueSetCachingPortType.java (added)
+++ webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDIValueSetCachingPortType.java Tue Dec  2 10:10:56 2008
@@ -0,0 +1,80 @@
+/*
+ * 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.uddi.v3_service;
+
+import java.util.List;
+import javax.jws.WebMethod;
+import javax.jws.WebParam;
+import javax.jws.WebService;
+import javax.xml.bind.annotation.XmlSeeAlso;
+import javax.xml.ws.Holder;
+import javax.xml.ws.RequestWrapper;
+import javax.xml.ws.ResponseWrapper;
+import org.uddi.vscache_v3.ValidValue;
+
+
+/**
+ * This portType defines all of the UDDI value set caching operations.
+ * 
+ * This class was generated by the JAX-WS RI.
+ * JAX-WS RI 2.1.5-b03-
+ * Generated source version: 2.1
+ * 
+ */
+@WebService(name = "UDDI_ValueSetCaching_PortType", targetNamespace = "urn:uddi-org:vscache_v3_portType")
+@XmlSeeAlso({
+    org.uddi.custody_v3.ObjectFactory.class,
+    org.uddi.repl_v3.ObjectFactory.class,
+    org.uddi.subr_v3.ObjectFactory.class,
+    org.uddi.api_v3.ObjectFactory.class,
+    org.uddi.vscache_v3.ObjectFactory.class,
+    org.uddi.vs_v3.ObjectFactory.class,
+    org.uddi.sub_v3.ObjectFactory.class,
+    org.w3._2000._09.xmldsig_.ObjectFactory.class,
+    org.uddi.policy_v3.ObjectFactory.class,
+    org.uddi.policy_v3_instanceparms.ObjectFactory.class
+})
+public interface UDDIValueSetCachingPortType {
+
+
+    /**
+     * 
+     * @param tModelKey
+     * @param authInfo
+     * @param validValue
+     * @param chunkToken
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "get_allValidValues", action = "get_allValidValues")
+    @RequestWrapper(localName = "get_allValidValues", targetNamespace = "urn:uddi-org:vscache_v3", className = "org.uddi.vscache_v3.GetAllValidValues")
+    @ResponseWrapper(localName = "validValuesList", targetNamespace = "urn:uddi-org:vscache_v3", className = "org.uddi.vscache_v3.ValidValuesList")
+    public void getAllValidValues(
+        @WebParam(name = "authInfo", targetNamespace = "urn:uddi-org:api_v3")
+        String authInfo,
+        @WebParam(name = "tModelKey", targetNamespace = "urn:uddi-org:api_v3")
+        String tModelKey,
+        @WebParam(name = "chunkToken", targetNamespace = "urn:uddi-org:vscache_v3", mode = WebParam.Mode.INOUT)
+        Holder<String> chunkToken,
+        @WebParam(name = "validValue", targetNamespace = "urn:uddi-org:vscache_v3", mode = WebParam.Mode.OUT)
+        Holder<List<ValidValue>> validValue)
+        throws DispositionReportFaultMessage
+    ;
+
+}
+
\ No newline at end of file

Propchange: webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDIValueSetCachingPortType.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDIValueSetValidationPortType.java
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDIValueSetValidationPortType.java?rev=722552&view=auto
==============================================================================
--- webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDIValueSetValidationPortType.java (added)
+++ webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDIValueSetValidationPortType.java Tue Dec  2 10:10:56 2008
@@ -0,0 +1,72 @@
+/*
+ * 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.uddi.v3_service;
+
+import javax.jws.WebMethod;
+import javax.jws.WebParam;
+import javax.jws.WebResult;
+import javax.jws.WebService;
+import javax.jws.soap.SOAPBinding;
+import javax.xml.bind.annotation.XmlSeeAlso;
+import org.uddi.api_v3.DispositionReport;
+import org.uddi.vs_v3.ValidateValues;
+
+
+/**
+ * This portType defines all of the UDDI value set validation operations.
+ * 
+ * This class was generated by the JAX-WS RI.
+ * JAX-WS RI 2.1.5-b03-
+ * Generated source version: 2.1
+ * 
+ */
+@WebService(name = "UDDI_ValueSetValidation_PortType", targetNamespace = "urn:uddi-org:vs_v3_portType")
+@XmlSeeAlso({
+    org.uddi.custody_v3.ObjectFactory.class,
+    org.uddi.repl_v3.ObjectFactory.class,
+    org.uddi.subr_v3.ObjectFactory.class,
+    org.uddi.api_v3.ObjectFactory.class,
+    org.uddi.vscache_v3.ObjectFactory.class,
+    org.uddi.vs_v3.ObjectFactory.class,
+    org.uddi.sub_v3.ObjectFactory.class,
+    org.w3._2000._09.xmldsig_.ObjectFactory.class,
+    org.uddi.policy_v3.ObjectFactory.class,
+    org.uddi.policy_v3_instanceparms.ObjectFactory.class
+})
+public interface UDDIValueSetValidationPortType {
+
+
+    /**
+     * 
+     * @param body
+     * @return
+     *     returns org.uddi.api_v3.DispositionReport
+     * @throws DispositionReportFaultMessage
+     */
+    @WebMethod(operationName = "validate_values", action = "validate_values")
+    @WebResult(name = "dispositionReport", targetNamespace = "urn:uddi-org:api_v3", partName = "body")
+    @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
+    public DispositionReport validateValues(
+        @WebParam(name = "validate_values", targetNamespace = "urn:uddi-org:vs_v3", partName = "body")
+        ValidateValues body)
+        throws DispositionReportFaultMessage
+    ;
+
+}
+
\ No newline at end of file

Propchange: webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/UDDIValueSetValidationPortType.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/package-info.java
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/package-info.java?rev=722552&view=auto
==============================================================================
--- webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/package-info.java (added)
+++ webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/package-info.java Tue Dec  2 10:10:56 2008
@@ -0,0 +1,23 @@
+/*
+ * 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.
+ *
+ */
+
+/**
+ * WSDL service definition for UDDI 3.0.2 specification
+ * 
+ */
+package org.uddi.v3_service;
+
\ No newline at end of file

Propchange: webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/package-info.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/vs_v3/ObjectFactory.java
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/vs_v3/ObjectFactory.java?rev=722552&view=auto
==============================================================================
--- webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/vs_v3/ObjectFactory.java (added)
+++ webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/vs_v3/ObjectFactory.java Tue Dec  2 10:10:56 2008
@@ -0,0 +1,71 @@
+/*
+ * 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.uddi.vs_v3;
+
+import javax.xml.bind.JAXBElement;
+import javax.xml.bind.annotation.XmlElementDecl;
+import javax.xml.bind.annotation.XmlRegistry;
+import javax.xml.namespace.QName;
+
+
+/**
+ * This object contains factory methods for each 
+ * Java content interface and Java element interface 
+ * generated in the org.uddi.vs_v3 package. 
+ * <p>An ObjectFactory allows you to programatically 
+ * construct new instances of the Java representation 
+ * for XML content. The Java representation of XML 
+ * content can consist of schema derived interfaces 
+ * and classes representing the binding of schema 
+ * type definitions, element declarations and model 
+ * groups.  Factory methods for each of these are 
+ * provided in this class.
+ * 
+ */
+@XmlRegistry
+public class ObjectFactory {
+
+    private final static QName _ValidateValues_QNAME = new QName("urn:uddi-org:vs_v3", "validate_values");
+
+    /**
+     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.uddi.vs_v3
+     * 
+     */
+    public ObjectFactory() {
+    }
+
+    /**
+     * Create an instance of {@link ValidateValues }
+     * 
+     */
+    public ValidateValues createValidateValues() {
+        return new ValidateValues();
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link ValidateValues }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "urn:uddi-org:vs_v3", name = "validate_values")
+    public JAXBElement<ValidateValues> createValidateValues(ValidateValues value) {
+        return new JAXBElement<ValidateValues>(_ValidateValues_QNAME, ValidateValues.class, null, value);
+    }
+
+}
+
\ No newline at end of file

Propchange: webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/vs_v3/ObjectFactory.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/vs_v3/ValidateValues.java
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/vs_v3/ValidateValues.java?rev=722552&view=auto
==============================================================================
--- webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/vs_v3/ValidateValues.java (added)
+++ webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/vs_v3/ValidateValues.java Tue Dec  2 10:10:56 2008
@@ -0,0 +1,254 @@
+/*
+ * 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.uddi.vs_v3;
+
+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.api_v3.BindingTemplate;
+import org.uddi.api_v3.BusinessEntity;
+import org.uddi.api_v3.BusinessService;
+import org.uddi.api_v3.PublisherAssertion;
+import org.uddi.api_v3.TModel;
+
+
+/**
+ * <p>Java class for validate_values complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="validate_values">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element ref="{urn:uddi-org:api_v3}authInfo" minOccurs="0"/>
+ *         &lt;choice>
+ *           &lt;element ref="{urn:uddi-org:api_v3}businessEntity" maxOccurs="unbounded"/>
+ *           &lt;element ref="{urn:uddi-org:api_v3}businessService" maxOccurs="unbounded"/>
+ *           &lt;element ref="{urn:uddi-org:api_v3}bindingTemplate" maxOccurs="unbounded"/>
+ *           &lt;element ref="{urn:uddi-org:api_v3}tModel" maxOccurs="unbounded"/>
+ *           &lt;element ref="{urn:uddi-org:api_v3}publisherAssertion" maxOccurs="unbounded"/>
+ *         &lt;/choice>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "validate_values", propOrder = {
+    "authInfo",
+    "businessEntity",
+    "businessService",
+    "bindingTemplate",
+    "tModel",
+    "publisherAssertion"
+})
+public class ValidateValues {
+
+    @XmlElement(namespace = "urn:uddi-org:api_v3")
+    protected String authInfo;
+    @XmlElement(namespace = "urn:uddi-org:api_v3")
+    protected List<BusinessEntity> businessEntity;
+    @XmlElement(namespace = "urn:uddi-org:api_v3")
+    protected List<BusinessService> businessService;
+    @XmlElement(namespace = "urn:uddi-org:api_v3")
+    protected List<BindingTemplate> bindingTemplate;
+    @XmlElement(namespace = "urn:uddi-org:api_v3")
+    protected List<TModel> tModel;
+    @XmlElement(namespace = "urn:uddi-org:api_v3")
+    protected List<PublisherAssertion> publisherAssertion;
+
+    /**
+     * 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 businessEntity 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 businessEntity property.
+     * 
+     * <p>
+     * For example, to add a new item, do as follows:
+     * <pre>
+     *    getBusinessEntity().add(newItem);
+     * </pre>
+     * 
+     * 
+     * <p>
+     * Objects of the following type(s) are allowed in the list
+     * {@link BusinessEntity }
+     * 
+     * 
+     */
+    public List<BusinessEntity> getBusinessEntity() {
+        if (businessEntity == null) {
+            businessEntity = new ArrayList<BusinessEntity>();
+        }
+        return this.businessEntity;
+    }
+
+    /**
+     * Gets the value of the businessService 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 businessService property.
+     * 
+     * <p>
+     * For example, to add a new item, do as follows:
+     * <pre>
+     *    getBusinessService().add(newItem);
+     * </pre>
+     * 
+     * 
+     * <p>
+     * Objects of the following type(s) are allowed in the list
+     * {@link BusinessService }
+     * 
+     * 
+     */
+    public List<BusinessService> getBusinessService() {
+        if (businessService == null) {
+            businessService = new ArrayList<BusinessService>();
+        }
+        return this.businessService;
+    }
+
+    /**
+     * Gets the value of the bindingTemplate 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 bindingTemplate property.
+     * 
+     * <p>
+     * For example, to add a new item, do as follows:
+     * <pre>
+     *    getBindingTemplate().add(newItem);
+     * </pre>
+     * 
+     * 
+     * <p>
+     * Objects of the following type(s) are allowed in the list
+     * {@link BindingTemplate }
+     * 
+     * 
+     */
+    public List<BindingTemplate> getBindingTemplate() {
+        if (bindingTemplate == null) {
+            bindingTemplate = new ArrayList<BindingTemplate>();
+        }
+        return this.bindingTemplate;
+    }
+
+    /**
+     * Gets the value of the tModel 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 tModel property.
+     * 
+     * <p>
+     * For example, to add a new item, do as follows:
+     * <pre>
+     *    getTModel().add(newItem);
+     * </pre>
+     * 
+     * 
+     * <p>
+     * Objects of the following type(s) are allowed in the list
+     * {@link TModel }
+     * 
+     * 
+     */
+    public List<TModel> getTModel() {
+        if (tModel == null) {
+            tModel = new ArrayList<TModel>();
+        }
+        return this.tModel;
+    }
+
+    /**
+     * Gets the value of the publisherAssertion 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 publisherAssertion property.
+     * 
+     * <p>
+     * For example, to add a new item, do as follows:
+     * <pre>
+     *    getPublisherAssertion().add(newItem);
+     * </pre>
+     * 
+     * 
+     * <p>
+     * Objects of the following type(s) are allowed in the list
+     * {@link PublisherAssertion }
+     * 
+     * 
+     */
+    public List<PublisherAssertion> getPublisherAssertion() {
+        if (publisherAssertion == null) {
+            publisherAssertion = new ArrayList<PublisherAssertion>();
+        }
+        return this.publisherAssertion;
+    }
+
+}
+
\ No newline at end of file

Propchange: webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/vs_v3/ValidateValues.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/vs_v3/package-info.java
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/vs_v3/package-info.java?rev=722552&view=auto
==============================================================================
--- webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/vs_v3/package-info.java (added)
+++ webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/vs_v3/package-info.java Tue Dec  2 10:10:56 2008
@@ -0,0 +1,20 @@
+/*
+ * 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:uddi-org:vs_v3", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
+package org.uddi.vs_v3;
+
\ No newline at end of file

Propchange: webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/vs_v3/package-info.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/vscache_v3/GetAllValidValues.java
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/vscache_v3/GetAllValidValues.java?rev=722552&view=auto
==============================================================================
--- webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/vscache_v3/GetAllValidValues.java (added)
+++ webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/vscache_v3/GetAllValidValues.java Tue Dec  2 10:10:56 2008
@@ -0,0 +1,135 @@
+/*
+ * 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.uddi.vscache_v3;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for get_allValidValues complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="get_allValidValues">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element ref="{urn:uddi-org:api_v3}authInfo" minOccurs="0"/>
+ *         &lt;element ref="{urn:uddi-org:api_v3}tModelKey"/>
+ *         &lt;element ref="{urn:uddi-org:vscache_v3}chunkToken" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "get_allValidValues", propOrder = {
+    "authInfo",
+    "tModelKey",
+    "chunkToken"
+})
+public class GetAllValidValues {
+
+    @XmlElement(namespace = "urn:uddi-org:api_v3")
+    protected String authInfo;
+    @XmlElement(namespace = "urn:uddi-org:api_v3", required = true)
+    protected String tModelKey;
+    protected String chunkToken;
+
+    /**
+     * 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 tModelKey property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getTModelKey() {
+        return tModelKey;
+    }
+
+    /**
+     * Sets the value of the tModelKey property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setTModelKey(String value) {
+        this.tModelKey = value;
+    }
+
+    /**
+     * Gets the value of the chunkToken property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getChunkToken() {
+        return chunkToken;
+    }
+
+    /**
+     * Sets the value of the chunkToken property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setChunkToken(String value) {
+        this.chunkToken = value;
+    }
+
+}
+
\ No newline at end of file

Propchange: webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/vscache_v3/GetAllValidValues.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/vscache_v3/ObjectFactory.java
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/vscache_v3/ObjectFactory.java?rev=722552&view=auto
==============================================================================
--- webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/vscache_v3/ObjectFactory.java (added)
+++ webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/vscache_v3/ObjectFactory.java Tue Dec  2 10:10:56 2008
@@ -0,0 +1,127 @@
+/*
+ * 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.uddi.vscache_v3;
+
+import javax.xml.bind.JAXBElement;
+import javax.xml.bind.annotation.XmlElementDecl;
+import javax.xml.bind.annotation.XmlRegistry;
+import javax.xml.namespace.QName;
+
+
+/**
+ * This object contains factory methods for each 
+ * Java content interface and Java element interface 
+ * generated in the org.uddi.vscache_v3 package. 
+ * <p>An ObjectFactory allows you to programatically 
+ * construct new instances of the Java representation 
+ * for XML content. The Java representation of XML 
+ * content can consist of schema derived interfaces 
+ * and classes representing the binding of schema 
+ * type definitions, element declarations and model 
+ * groups.  Factory methods for each of these are 
+ * provided in this class.
+ * 
+ */
+@XmlRegistry
+public class ObjectFactory {
+
+    private final static QName _GetAllValidValues_QNAME = new QName("urn:uddi-org:vscache_v3", "get_allValidValues");
+    private final static QName _KeyValue_QNAME = new QName("urn:uddi-org:vscache_v3", "keyValue");
+    private final static QName _ValidValue_QNAME = new QName("urn:uddi-org:vscache_v3", "validValue");
+    private final static QName _ValidValuesList_QNAME = new QName("urn:uddi-org:vscache_v3", "validValuesList");
+    private final static QName _ChunkToken_QNAME = new QName("urn:uddi-org:vscache_v3", "chunkToken");
+
+    /**
+     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.uddi.vscache_v3
+     * 
+     */
+    public ObjectFactory() {
+    }
+
+    /**
+     * Create an instance of {@link ValidValuesList }
+     * 
+     */
+    public ValidValuesList createValidValuesList() {
+        return new ValidValuesList();
+    }
+
+    /**
+     * Create an instance of {@link ValidValue }
+     * 
+     */
+    public ValidValue createValidValue() {
+        return new ValidValue();
+    }
+
+    /**
+     * Create an instance of {@link GetAllValidValues }
+     * 
+     */
+    public GetAllValidValues createGetAllValidValues() {
+        return new GetAllValidValues();
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link GetAllValidValues }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "urn:uddi-org:vscache_v3", name = "get_allValidValues")
+    public JAXBElement<GetAllValidValues> createGetAllValidValues(GetAllValidValues value) {
+        return new JAXBElement<GetAllValidValues>(_GetAllValidValues_QNAME, GetAllValidValues.class, null, value);
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "urn:uddi-org:vscache_v3", name = "keyValue")
+    public JAXBElement<String> createKeyValue(String value) {
+        return new JAXBElement<String>(_KeyValue_QNAME, String.class, null, value);
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link ValidValue }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "urn:uddi-org:vscache_v3", name = "validValue")
+    public JAXBElement<ValidValue> createValidValue(ValidValue value) {
+        return new JAXBElement<ValidValue>(_ValidValue_QNAME, ValidValue.class, null, value);
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link ValidValuesList }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "urn:uddi-org:vscache_v3", name = "validValuesList")
+    public JAXBElement<ValidValuesList> createValidValuesList(ValidValuesList value) {
+        return new JAXBElement<ValidValuesList>(_ValidValuesList_QNAME, ValidValuesList.class, null, value);
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "urn:uddi-org:vscache_v3", name = "chunkToken")
+    public JAXBElement<String> createChunkToken(String value) {
+        return new JAXBElement<String>(_ChunkToken_QNAME, String.class, null, value);
+    }
+
+}
+
\ No newline at end of file

Propchange: webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/vscache_v3/ObjectFactory.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/vscache_v3/ValidValue.java
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/vscache_v3/ValidValue.java?rev=722552&view=auto
==============================================================================
--- webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/vscache_v3/ValidValue.java (added)
+++ webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/vscache_v3/ValidValue.java Tue Dec  2 10:10:56 2008
@@ -0,0 +1,80 @@
+/*
+ * 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.uddi.vscache_v3;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for validValue complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="validValue">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element ref="{urn:uddi-org:vscache_v3}keyValue"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "validValue", propOrder = {
+    "keyValue"
+})
+public class ValidValue {
+
+    @XmlElement(required = true)
+    protected String keyValue;
+
+    /**
+     * Gets the value of the keyValue property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getKeyValue() {
+        return keyValue;
+    }
+
+    /**
+     * Sets the value of the keyValue property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setKeyValue(String value) {
+        this.keyValue = value;
+    }
+
+}
+
\ No newline at end of file

Propchange: webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/vscache_v3/ValidValue.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain



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