- All Implemented Interfaces:
- IFunction
public class FindBusinessFunction
extends AbstractFunction
"This [FindBusiness] API call returns a businessList on success. This
structure contains information about each matching business, and
summaries of the businessServices exposed by the individual businesses.
If a tModelBag was used in the search, the resulting serviceInfos
structure will only reflect data for the businessServices that
actually contained a matching bindingTemplate. In the event that
no matches were located for the specified criteria, a businessList
structure with zero businessInfo structures is returned. If no
arguments are passed, a zero-match result set will be returned."
"In the event of a large number of matches, (as determined by each
Operator Site), or if the number of matches exceeds the value of the
'maxRows' attribute, the Operator Site will truncate the result set.
If this occurs, the businessList will contain the 'truncated' attribute
with the value 'true'".
From UDDI Version 2 Programmers API Specification (Pg. 18)
- Author:
- Steve Viens (sviens@apache.org)