Uses of Class
org.uddi.api_v3.SaveService

Packages that use SaveService
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 SaveService in org.apache.juddi.api.impl
 

Methods in org.apache.juddi.api.impl with parameters of type SaveService
 ServiceDetail UDDIPublicationImpl.saveService(SaveService body)
           
 

Uses of SaveService in org.apache.juddi.rmi
 

Methods in org.apache.juddi.rmi with parameters of type SaveService
 ServiceDetail UDDIPublicationService.saveService(SaveService body)
           
 

Uses of SaveService in org.apache.juddi.validation
 

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

Uses of SaveService in org.uddi.api_v3
 

Methods in org.uddi.api_v3 that return SaveService
 SaveService ObjectFactory.createSaveService()
          Create an instance of SaveService
 

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

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

Uses of SaveService in org.uddi.v3_service
 

Methods in org.uddi.v3_service with parameters of type SaveService
 ServiceDetail UDDIPublicationPortType.saveService(SaveService body)
          The save_service API call adds or updates one or more businessService elements.
 



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