|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcgl.expeditor.function.FunctionMaker
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.
Constructor Summary | |
FunctionMaker(ExpeditorRegistryEngine 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 |
public FunctionMaker(ExpeditorRegistryEngine registry)
Method Detail |
public final org.apache.juddi.function.IFunction lookup(java.lang.String className)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |