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

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

Uses of DiscoveryUrl in org.apache.juddi.mapping
 

Method parameters in org.apache.juddi.mapping with type arguments of type DiscoveryUrl
static void MappingApiToModel.mapDiscoveryUrls(org.uddi.api_v3.DiscoveryURLs apiDiscUrls, List<DiscoveryUrl> modelDiscUrlList, BusinessEntity modelBusinessEntity)
           
static void MappingModelToApi.mapDiscoveryUrls(List<DiscoveryUrl> modelDiscUrlList, org.uddi.api_v3.DiscoveryURLs apiDiscUrls, org.uddi.api_v3.BusinessEntity apiBusinessEntity)
           
 

Uses of DiscoveryUrl in org.apache.juddi.model
 

Methods in org.apache.juddi.model that return types with arguments of type DiscoveryUrl
 List<DiscoveryUrl> BusinessEntity.getDiscoveryUrls()
           
 

Method parameters in org.apache.juddi.model with type arguments of type DiscoveryUrl
 void BusinessEntity.setDiscoveryUrls(List<DiscoveryUrl> discoveryUrls)
           
 

Constructor parameters in org.apache.juddi.model with type arguments of type DiscoveryUrl
BusinessEntity(String entityKey, String authorizedName, String operator, Date modified, List<Contact> contacts, List<BusinessIdentifier> businessIdentifiers, List<PublisherAssertion> publisherAssertionsForFromKey, List<DiscoveryUrl> discoveryUrls, List<BusinessName> businessNames, List<PublisherAssertion> publisherAssertionsForToKey, BusinessCategoryBag categoryBag, List<BusinessService> businessServices, List<BusinessDescr> businessDescrs)
           
 



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