Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.juddi.function
Class FindPublisherFunction  view FindPublisherFunction download FindPublisherFunction.java

java.lang.Object
  extended byorg.apache.juddi.function.AbstractFunction
      extended byorg.apache.juddi.function.FindPublisherFunction
All Implemented Interfaces:
IFunction

public class FindPublisherFunction
extends AbstractFunction

"This [FindPublisher] API call returns a publisherList on success. This structure contains information about each matching publisher. In the event that no matches were located for the specified criteria, a publisherList structure with zero publisher 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 publisherList will contain the 'truncated' attribute with the value 'true'.


Field Summary
private static org.apache.commons.logging.Log log
           
 
Fields inherited from class org.apache.juddi.function.AbstractFunction
registry
 
Constructor Summary
FindPublisherFunction(org.apache.juddi.registry.RegistryEngine registry)
           
 
Method Summary
 org.apache.juddi.datatype.RegistryObject execute(org.apache.juddi.datatype.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
 

Field Detail

log

private static org.apache.commons.logging.Log log
Constructor Detail

FindPublisherFunction

public FindPublisherFunction(org.apache.juddi.registry.RegistryEngine registry)
Method Detail

execute

public org.apache.juddi.datatype.RegistryObject execute(org.apache.juddi.datatype.RegistryObject regObject)
                                                 throws org.apache.juddi.error.RegistryException

main

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