class EnsLib.UDDI.FindService
extends EnsLib.UDDI.Finder
This class is used to locate a list of Service entries which match a given set of criteria
property BusinessKey
as EnsLib.UDDI.uddi.businessKey;
The BusinessKey property contains a UUID that is used to specify a particular BusinessEntity instance to search for.
property CategoryBag
as EnsLib.UDDI.uddi.categoryBag;
By default, if the CategoryBag property of a FindService object is non-empty, the Send
method of the findservice object retrieves only those serviceInfo objects that match all
of the category references. You can specify that the serviceInfo objects can match any of
the category references by including the OrAllKeys field in the FindQualifiers property.
property FindTModel
as EnsLib.UDDI.uddi.findtModel;
Contains a FindTModel object
property Name
as list of EnsLib.UDDI.uddi.name;
Contains a list of business names to match. The percent (%) character is
a wildcard character, matching any number of characters.
property TModelBag
as EnsLib.UDDI.uddi.tModelBag;
Contains a collection of UUIDs that is assigned to the tModels that are used to locate an appropriate service