|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.juddi.function.FunctionMaker
public class FunctionMaker
Holds a static HashMap linking the string representation of operations to instantances of the appropriate maker class (BusinessDetail to BusinessDetailHandler). Returns a reference to an instance of a maker object. HandlerMaker follows the Singleton pattern (GoF p.127). Use getInstance instead of the 'new' operator to get an instance of this class.
Constructor Summary | |
---|---|
FunctionMaker(RegistryEngine registry)
|
Method Summary | |
---|---|
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(RegistryEngine registry)
Method Detail |
---|
public final IFunction lookup(java.lang.String className)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |