Uses of Class
org.apache.juddi.model.ServiceDescr

Packages that use ServiceDescr
org.apache.juddi.mapping   
org.apache.juddi.model   
 

Uses of ServiceDescr in org.apache.juddi.mapping
 

Method parameters in org.apache.juddi.mapping with type arguments of type ServiceDescr
static void MappingApiToModel.mapServiceDescriptions(List<org.uddi.api_v3.Description> apiDescList, List<ServiceDescr> modelDescList, BusinessService modelBusinessService)
           
static void MappingModelToApi.mapServiceDescriptions(List<ServiceDescr> modelDescList, List<org.uddi.api_v3.Description> apiDescList)
           
 

Uses of ServiceDescr in org.apache.juddi.model
 

Methods in org.apache.juddi.model that return types with arguments of type ServiceDescr
 List<ServiceDescr> BusinessService.getServiceDescrs()
           
 

Method parameters in org.apache.juddi.model with type arguments of type ServiceDescr
 void BusinessService.setServiceDescrs(List<ServiceDescr> serviceDescrs)
           
 

Constructor parameters in org.apache.juddi.model with type arguments of type ServiceDescr
BusinessService(String entityKey, BusinessEntity businessEntity, Date modified, List<ServiceName> serviceNames, List<ServiceDescr> serviceDescrs, List<BindingTemplate> bindingTemplates, ServiceCategoryBag categoryBag)
           
 



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