cgl.fthpis.function
Class FunctionMaker

java.lang.Object
  extended bycgl.fthpis.function.FunctionMaker

public class FunctionMaker
extends java.lang.Object

Holds a static HashMap linking the string representation of operations to instantances of the appropriate maker class. Returns a reference to an instance of a maker object. HandlerMaker follows the Singleton pattern. Use getInstance instead of the 'new' operator to get an instance of this class.

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

Constructor Summary
FunctionMaker(FTHPISRegistryEngine registry)
           
 
Method Summary
 org.apache.juddi.function.IFunction lookup(java.lang.String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionMaker

public FunctionMaker(FTHPISRegistryEngine registry)
Method Detail

lookup

public final org.apache.juddi.function.IFunction lookup(java.lang.String className)