cgl.fthpis.function
Class FindServiceFunction

java.lang.Object
  extended bycgl.fthpis.function.AbstractFunction
      extended bycgl.fthpis.function.FindServiceFunction
All Implemented Interfaces:
org.apache.juddi.function.IFunction

public class FindServiceFunction
extends AbstractFunction

Author:
Mehmet S. Aktas (maktas@indiana.edu)

Field Summary
(package private)  java.util.Properties bootstrap
           
 
Fields inherited from class cgl.fthpis.function.AbstractFunction
registry
 
Constructor Summary
FindServiceFunction(FTHPISRegistryEngine 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 cgl.fthpis.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

bootstrap

java.util.Properties bootstrap
Constructor Detail

FindServiceFunction

public FindServiceFunction(FTHPISRegistryEngine registry)
Method Detail

execute

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

main

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