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

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

Uses of ServiceName in org.apache.juddi.mapping
 

Method parameters in org.apache.juddi.mapping with type arguments of type ServiceName
static void MappingApiToModel.mapServiceNames(List<Name> apiNameList, List<ServiceName> modelNameList, BusinessService modelBusinessService)
           
static void MappingModelToApi.mapServiceNames(List<ServiceName> modelNameList, List<Name> apiNameList)
           
 

Uses of ServiceName in org.apache.juddi.model
 

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

Method parameters in org.apache.juddi.model with type arguments of type ServiceName
 void BusinessService.setServiceNames(List<ServiceName> serviceNames)
           
 

Constructor parameters in org.apache.juddi.model with type arguments of type ServiceName
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.