Uses of Class
org.uddi.api_v3.SaveBusiness

Packages that use SaveBusiness
org.apache.juddi.api.impl   
org.apache.juddi.rmi   
org.apache.juddi.validation   
org.uddi.api_v3   
org.uddi.v3_service WSDL service definition for UDDI 3.0.2 specification 
 

Uses of SaveBusiness in org.apache.juddi.api.impl
 

Methods in org.apache.juddi.api.impl with parameters of type SaveBusiness
 BusinessDetail UDDIPublicationImpl.saveBusiness(SaveBusiness body)
           
 

Uses of SaveBusiness in org.apache.juddi.rmi
 

Methods in org.apache.juddi.rmi with parameters of type SaveBusiness
 BusinessDetail UDDIPublicationService.saveBusiness(SaveBusiness body)
           
 

Uses of SaveBusiness in org.apache.juddi.validation
 

Methods in org.apache.juddi.validation with parameters of type SaveBusiness
 void ValidatePublish.validateSaveBusiness(javax.persistence.EntityManager em, SaveBusiness body, org.apache.commons.configuration.Configuration config)
           
 

Uses of SaveBusiness in org.uddi.api_v3
 

Methods in org.uddi.api_v3 that return SaveBusiness
 SaveBusiness ObjectFactory.createSaveBusiness()
          Create an instance of SaveBusiness
 

Methods in org.uddi.api_v3 that return types with arguments of type SaveBusiness
 javax.xml.bind.JAXBElement<SaveBusiness> ObjectFactory.createSaveBusiness(SaveBusiness value)
          Create an instance of JAXBElement<SaveBusiness>}
 

Methods in org.uddi.api_v3 with parameters of type SaveBusiness
 javax.xml.bind.JAXBElement<SaveBusiness> ObjectFactory.createSaveBusiness(SaveBusiness value)
          Create an instance of JAXBElement<SaveBusiness>}
 

Uses of SaveBusiness in org.uddi.v3_service
 

Methods in org.uddi.v3_service with parameters of type SaveBusiness
 BusinessDetail UDDIPublicationPortType.saveBusiness(SaveBusiness body)
          

The save_business API call is used to save or update information about a complete businessEntity structure.  This API has the broadest scope of all of the save_xx API calls, and can be used to make sweeping changes to the published information for one or more businessEntity elements controlled by an individual.

 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.