org.edg.data.reptor.info
Class InfoServiceFactory

java.lang.Object
  extended byorg.edg.data.reptor.info.InfoServiceFactory

public class InfoServiceFactory
extends java.lang.Object

The factory to instantiate an info service provider

Version:
$Id: InfoServiceFactory.java,v 1.13 2004/04/01 10:00:48 jamesc Exp $
Author:
Peter Kunszt

Constructor Summary
InfoServiceFactory()
           
 
Method Summary
static InfoService create(java.lang.String className, Configuration config)
          Constructs an info service of the given class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoServiceFactory

public InfoServiceFactory()
Method Detail

create

public static InfoService create(java.lang.String className,
                                 Configuration config)
                          throws org.edg.data.util.InvalidConfigurationException,
                                 InfoServiceException
Constructs an info service of the given class.

Returns:
the InfoService object constructed.
Throws:
org.edg.data.util.InvalidConfigurationException
InfoServiceException