|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.oodt.product.handlers.ofsn.util.OFSNObjectFactory
public final class OFSNObjectFactory
The Object factory to use in the OFSN product server.
| Constructor Summary | |
|---|---|
OFSNObjectFactory()
|
|
| Method Summary | |
|---|---|
static OFSNGetHandler |
getGetHandler(String className)
Constructs a new OFSNGetHandler from the specified
className. |
static OFSNListHandler |
getListHandler(String className)
Constructs a new OFSNListHandler from the specified
className. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OFSNObjectFactory()
| Method Detail |
|---|
public static OFSNListHandler getListHandler(String className)
Constructs a new OFSNListHandler from the specified
className.
className - The class name of the OFSNListHandler object to create.
OFSNListHandler object.public static OFSNGetHandler getGetHandler(String className)
Constructs a new OFSNGetHandler from the specified
className.
className - The class name of the OFSNGetHandler object to create.
OFSNGetHandler object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||