org.apache.oodt.product.handlers.ofsn.util
Class OFSNObjectFactory

java.lang.Object
  extended by org.apache.oodt.product.handlers.ofsn.util.OFSNObjectFactory

public final class OFSNObjectFactory
extends Object

The Object factory to use in the OFSN product server.

Version:
$Revision$
Author:
mattmann

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

OFSNObjectFactory

public OFSNObjectFactory()
Method Detail

getListHandler

public static OFSNListHandler getListHandler(String className)

Constructs a new OFSNListHandler from the specified className.

Parameters:
className - The class name of the OFSNListHandler object to create.
Returns:
A newly constructed OFSNListHandler object.

getGetHandler

public static OFSNGetHandler getGetHandler(String className)

Constructs a new OFSNGetHandler from the specified className.

Parameters:
className - The class name of the OFSNGetHandler object to create.
Returns:
A newly constructed OFSNGetHandler object.


Copyright © 1999-2013 Apache OODT. All Rights Reserved.