Uses of Class
org.uddi.api_v3.DeleteService

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

Methods in org.apache.juddi.api.impl with parameters of type DeleteService
 void UDDIPublicationImpl.deleteService(DeleteService body)
           
 

Uses of DeleteService in org.apache.juddi.rmi
 

Methods in org.apache.juddi.rmi with parameters of type DeleteService
 void UDDIPublicationService.deleteService(DeleteService body)
           
 

Uses of DeleteService in org.apache.juddi.validation
 

Methods in org.apache.juddi.validation with parameters of type DeleteService
 void ValidatePublish.validateDeleteService(javax.persistence.EntityManager em, DeleteService body)
           
 

Uses of DeleteService in org.uddi.api_v3
 

Methods in org.uddi.api_v3 that return DeleteService
 DeleteService ObjectFactory.createDeleteService()
          Create an instance of DeleteService
 

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

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

Uses of DeleteService in org.uddi.v3_service
 

Methods in org.uddi.v3_service with parameters of type DeleteService
 void UDDIPublicationPortType.deleteService(DeleteService body)
          The delete_service API call is used to remove one or more businessService elements from the UDDI registry and from its containing businessEntity parent.
 



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