Uses of Class
org.apache.ws.scout.model.uddi.v2.DiscoveryURLs

Packages that use DiscoveryURLs
org.apache.ws.scout.model.uddi.v2   
org.apache.ws.scout.registry   
 

Uses of DiscoveryURLs in org.apache.ws.scout.model.uddi.v2
 

Fields in org.apache.ws.scout.model.uddi.v2 declared as DiscoveryURLs
protected  DiscoveryURLs FindBusiness.discoveryURLs
           
protected  DiscoveryURLs BusinessEntity.discoveryURLs
           
 

Methods in org.apache.ws.scout.model.uddi.v2 that return DiscoveryURLs
 DiscoveryURLs ObjectFactory.createDiscoveryURLs()
          Create an instance of DiscoveryURLs
 DiscoveryURLs FindBusiness.getDiscoveryURLs()
          Gets the value of the discoveryURLs property.
 DiscoveryURLs BusinessEntity.getDiscoveryURLs()
          Gets the value of the discoveryURLs property.
 

Methods in org.apache.ws.scout.model.uddi.v2 that return types with arguments of type DiscoveryURLs
 javax.xml.bind.JAXBElement<DiscoveryURLs> ObjectFactory.createDiscoveryURLs(DiscoveryURLs value)
          Create an instance of JAXBElement<DiscoveryURLs>}
 

Methods in org.apache.ws.scout.model.uddi.v2 with parameters of type DiscoveryURLs
 javax.xml.bind.JAXBElement<DiscoveryURLs> ObjectFactory.createDiscoveryURLs(DiscoveryURLs value)
          Create an instance of JAXBElement<DiscoveryURLs>}
 void FindBusiness.setDiscoveryURLs(DiscoveryURLs value)
          Sets the value of the discoveryURLs property.
 void BusinessEntity.setDiscoveryURLs(DiscoveryURLs value)
          Sets the value of the discoveryURLs property.
 

Uses of DiscoveryURLs in org.apache.ws.scout.registry
 

Methods in org.apache.ws.scout.registry with parameters of type DiscoveryURLs
 BusinessList RegistryImpl.findBusiness(Name[] nameArray, DiscoveryURLs discoveryURLs, IdentifierBag identifierBag, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          Used to locate information about one or more businesses.
 BusinessList IRegistry.findBusiness(Name[] nameArray, DiscoveryURLs discoveryURLs, IdentifierBag identifierBag, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          Used to locate information about one or more businesses.
 



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