Return-Path: X-Original-To: apmail-juddi-commits-archive@www.apache.org Delivered-To: apmail-juddi-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 593BBFB22 for ; Sat, 27 Apr 2013 16:47:50 +0000 (UTC) Received: (qmail 53901 invoked by uid 500); 27 Apr 2013 16:47:50 -0000 Delivered-To: apmail-juddi-commits-archive@juddi.apache.org Received: (qmail 53865 invoked by uid 500); 27 Apr 2013 16:47:50 -0000 Mailing-List: contact commits-help@juddi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@juddi.apache.org Received: (qmail 53858 invoked by uid 99); 27 Apr 2013 16:47:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Apr 2013 16:47:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Apr 2013 16:47:44 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4E1842388AC8; Sat, 27 Apr 2013 16:47:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1476619 [4/4] - in /juddi/branches/juddi-3.2.x: juddi-client/src/main/java/org/apache/juddi/v3/client/ juddi-core/src/main/resources/juddi_install_data/ juddi-gui/ juddi-gui/license/ juddi-gui/src/java/org/apache/juddi/webconsole/hub/ judd... Date: Sat, 27 Apr 2013 16:47:22 -0000 To: commits@juddi.apache.org From: alexoree@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130427164723.4E1842388AC8@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: juddi/branches/juddi-3.2.x/uddi-ws/src/main/java/org/uddi/v3_service/UDDIPublicationPortType.java URL: http://svn.apache.org/viewvc/juddi/branches/juddi-3.2.x/uddi-ws/src/main/java/org/uddi/v3_service/UDDIPublicationPortType.java?rev=1476619&r1=1476618&r2=1476619&view=diff ============================================================================== --- juddi/branches/juddi-3.2.x/uddi-ws/src/main/java/org/uddi/v3_service/UDDIPublicationPortType.java (original) +++ juddi/branches/juddi-3.2.x/uddi-ws/src/main/java/org/uddi/v3_service/UDDIPublicationPortType.java Sat Apr 27 16:47:21 2013 @@ -14,8 +14,6 @@ * limitations under the License. * */ - - package org.uddi.v3_service; import java.rmi.Remote; @@ -50,14 +48,12 @@ 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 - * + * + * 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:v3_service") @XmlSeeAlso({ @@ -72,93 +68,79 @@ import org.uddi.api_v3.TModelDetail; org.uddi.policy_v3.ObjectFactory.class, org.uddi.policy_v3_instanceparms.ObjectFactory.class }) -public interface UDDIPublicationPortType extends Remote{ - +public interface UDDIPublicationPortType extends Remote { /** - * + * * @param body * @throws DispositionReportFaultMessage, RemoteException */ @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, RemoteException - ; + @WebParam(name = "add_publisherAssertions", targetNamespace = "urn:uddi-org:api_v3", partName = "body") AddPublisherAssertions body) + throws DispositionReportFaultMessage, RemoteException; /** - * + * * @param body * @throws DispositionReportFaultMessage, RemoteException */ @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, RemoteException - ; + @WebParam(name = "delete_binding", targetNamespace = "urn:uddi-org:api_v3", partName = "body") DeleteBinding body) + throws DispositionReportFaultMessage, RemoteException; /** - * + * * @param body * @throws DispositionReportFaultMessage, RemoteException */ @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, RemoteException - ; + @WebParam(name = "delete_business", targetNamespace = "urn:uddi-org:api_v3", partName = "body") DeleteBusiness body) + throws DispositionReportFaultMessage, RemoteException; /** - * + * * @param body * @throws DispositionReportFaultMessage, RemoteException */ @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, RemoteException - ; + @WebParam(name = "delete_publisherAssertions", targetNamespace = "urn:uddi-org:api_v3", partName = "body") DeletePublisherAssertions body) + throws DispositionReportFaultMessage, RemoteException; /** - * + * * @param body * @throws DispositionReportFaultMessage, RemoteException */ @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, RemoteException - ; + @WebParam(name = "delete_service", targetNamespace = "urn:uddi-org:api_v3", partName = "body") DeleteService body) + throws DispositionReportFaultMessage, RemoteException; /** - * + * * @param body * @throws DispositionReportFaultMessage, RemoteException */ @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, RemoteException - ; + @WebParam(name = "delete_tModel", targetNamespace = "urn:uddi-org:api_v3", partName = "body") DeleteTModel body) + throws DispositionReportFaultMessage, RemoteException; /** - * + * * @param completionStatus * @param authInfo - * @return - * returns java.util.List + * @return returns java.util.List * @throws DispositionReportFaultMessage, RemoteException */ @WebMethod(operationName = "get_assertionStatusReport", action = "get_assertionStatusReport") @@ -166,18 +148,14 @@ public interface UDDIPublicationPortType @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 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, RemoteException - ; + @WebParam(name = "authInfo", targetNamespace = "urn:uddi-org:api_v3") String authInfo, + @WebParam(name = "completionStatus", targetNamespace = "urn:uddi-org:api_v3") CompletionStatus completionStatus) + throws DispositionReportFaultMessage, RemoteException; /** - * + * * @param authInfo - * @return - * returns java.util.List + * @return returns java.util.List * @throws DispositionReportFaultMessage, RemoteException */ @WebMethod(operationName = "get_publisherAssertions", action = "get_publisherAssertions") @@ -185,93 +163,106 @@ public interface UDDIPublicationPortType @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 getPublisherAssertions( - @WebParam(name = "authInfo", targetNamespace = "urn:uddi-org:api_v3") - String authInfo) - throws DispositionReportFaultMessage, RemoteException - ; + @WebParam(name = "authInfo", targetNamespace = "urn:uddi-org:api_v3") String authInfo) + throws DispositionReportFaultMessage, RemoteException; /** - * - * @param body - * @return - * returns org.uddi.api_v3.RegisteredInfo + * he get_registeredInfo API call is used to get an abbreviated list of all + * businessEntity and tModel data that are controlled by a publisher. When + * the registry distinguishes between publishers, this is the individual + * associated with the credentials passed in the authInfo element. This + * returned information is intended, for example, for driving tools that + * display lists of registered information and then provide drill-down + * features. This is the recommended API to use after a network problem + * results in an unknown status of saved information. + * + * @param body authInfo: This optional argument is an element that contains + * an authentication token. Authentication tokens are obtained using the + * get_authToken API call or through some other means external to this + * specification. Registries that serve multiple publishers and registries + * that restrict who can publish in them typically require authInfo for this + * call. + * + * · infoSelection: This required argument represents an enumerated choice + * that determines which tModels are returned. "all" indicates all visible + * and hidden tModels owned by the publisher are to be returned (this is the + * default). "visible" indicates only visible tModels owned by the publisher + * are to be returned. "hidden" indicates only hidden (logically deleted) + * tModels owned by the publisher are to be returned. + * @return returns org.uddi.api_v3.RegisteredInfo Upon successful + * completion, a registeredInfo structure MUST be returned, listing + * abbreviated business information in one or more businessInfo elements, + * and tModel information in one or more tModelInfo elements. This API is + * useful for determining the full extent of registered business and tModel + * information owned by a single publisher in a single call. This structure + * complements the get_publisherAssertions API call, which returns + * information about assertions owned by an individual publisher. + * businessInfos and/or tModelInfos will be sorted case-sensitively on the + * primary name in ascending order, using the collation sequence determined + * by node policy. * @throws DispositionReportFaultMessage, RemoteException */ @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, RemoteException - ; + @WebParam(name = "get_registeredInfo", targetNamespace = "urn:uddi-org:api_v3", partName = "body") GetRegisteredInfo body) + throws DispositionReportFaultMessage, RemoteException; /** - * + * * @param body - * @return - * returns org.uddi.api_v3.BindingDetail + * @return returns org.uddi.api_v3.BindingDetail * @throws DispositionReportFaultMessage, RemoteException */ @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, RemoteException - ; + @WebParam(name = "save_binding", targetNamespace = "urn:uddi-org:api_v3", partName = "body") SaveBinding body) + throws DispositionReportFaultMessage, RemoteException; /** - * + * * @param body - * @return - * returns org.uddi.api_v3.BusinessDetail + * @return returns org.uddi.api_v3.BusinessDetail * @throws DispositionReportFaultMessage, RemoteException */ @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, RemoteException - ; + @WebParam(name = "save_business", targetNamespace = "urn:uddi-org:api_v3", partName = "body") SaveBusiness body) + throws DispositionReportFaultMessage, RemoteException; /** - * + * * @param body - * @return - * returns org.uddi.api_v3.ServiceDetail + * @return returns org.uddi.api_v3.ServiceDetail * @throws DispositionReportFaultMessage, RemoteException */ @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, RemoteException - ; + @WebParam(name = "save_service", targetNamespace = "urn:uddi-org:api_v3", partName = "body") SaveService body) + throws DispositionReportFaultMessage, RemoteException; /** - * + * * @param body - * @return - * returns org.uddi.api_v3.TModelDetail + * @return returns org.uddi.api_v3.TModelDetail * @throws DispositionReportFaultMessage, RemoteException */ @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, RemoteException - ; + @WebParam(name = "save_tModel", targetNamespace = "urn:uddi-org:api_v3", partName = "body") SaveTModel body) + throws DispositionReportFaultMessage, RemoteException; /** - * + * * @param publisherAssertion * @param authInfo * @throws DispositionReportFaultMessage, RemoteException @@ -280,12 +271,8 @@ public interface UDDIPublicationPortType @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> publisherAssertion) - throws DispositionReportFaultMessage, RemoteException - ; - + @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> publisherAssertion) + throws DispositionReportFaultMessage, RemoteException; }  \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org For additional commands, e-mail: commits-help@juddi.apache.org