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(java.util.List<Description> apiDescList, java.util.List<ServiceDescr> modelDescList, BusinessService modelBusinessService)
           
static void MappingModelToApi.mapServiceDescriptions(java.util.List<ServiceDescr> modelDescList, java.util.List<Description> apiDescList)
           
 

Uses of ServiceDescr in org.apache.juddi.model
 

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

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

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



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