public final class OFSNObjectFactory extends Object
| Constructor and Description |
|---|
OFSNObjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
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. |
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.Copyright © 1999-2014 Apache OODT. All Rights Reserved.