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(java.util.List<Name> apiNameList, java.util.List<ServiceName> modelNameList, BusinessService modelBusinessService)
           
static void MappingModelToApi.mapServiceNames(java.util.List<ServiceName> modelNameList, java.util.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
 java.util.List<ServiceName> BusinessService.getServiceNames()
           
 

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

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