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(DiscoveryURLs apiDiscUrls, java.util.List<DiscoveryUrl> modelDiscUrlList, BusinessEntity modelBusinessEntity)
           
static void MappingModelToApi.mapDiscoveryUrls(java.util.List<DiscoveryUrl> modelDiscUrlList, DiscoveryURLs apiDiscUrls, BusinessEntity apiBusinessEntity)
           
 

Uses of DiscoveryUrl in org.apache.juddi.model
 

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

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

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



Copyright © 2004-2009. All Rights Reserved.