|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.juddi.handler.HandlerMaker
public class HandlerMaker
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.
Method Summary | |
---|---|
static HandlerMaker |
getInstance()
|
AbstractHandler |
lookup(java.lang.String elementName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static HandlerMaker getInstance()
public final AbstractHandler lookup(java.lang.String elementName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |