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<org.uddi.api_v3.AssertionStatusItem> + * @return returns java.util.List<org.uddi.api_v3.AssertionStatusItem> * @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<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, 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<org.uddi.api_v3.PublisherAssertion> + * @return returns java.util.List<org.uddi.api_v3.PublisherAssertion> * @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<PublisherAssertion> 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<List<PublisherAssertion>> 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<List<PublisherAssertion>> publisherAssertion) + throws DispositionReportFaultMessage, RemoteException; } \ No newline at end of file
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
