org.apache.juddi.function
Class FindBusinessFunction

java.lang.Object
  extended by org.apache.juddi.function.AbstractFunction
      extended by org.apache.juddi.function.FindBusinessFunction
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)

Field Summary
 
Fields inherited from class org.apache.juddi.function.AbstractFunction
registry
 
Constructor Summary
FindBusinessFunction(RegistryEngine registry)
           
 
Method Summary
 RegistryObject execute(RegistryObject regObject)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class org.apache.juddi.function.AbstractFunction
getPublisher, getRegistry, setRegistry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindBusinessFunction

public FindBusinessFunction(RegistryEngine registry)
Method Detail

execute

public RegistryObject execute(RegistryObject regObject)
                       throws RegistryException
Throws:
RegistryException

main

public static void main(java.lang.String[] args)


Copyright © 2004-2007. All Rights Reserved.