FreeHEP API
Version current

org.freehep.xml.io
Class XMLIOFileFactory

java.lang.Object
  extended byorg.freehep.xml.io.XMLIOFileFactory
All Implemented Interfaces:
XMLIOFactory

public class XMLIOFileFactory
extends Object
implements XMLIOFactory

Version:
$Id: XMLIOFileFactory.java,v 1.2 2002/07/23 18:15:41 turri Exp $
Author:
turri
Source Code:
XMLIOFileFactory.java

Constructor Summary
XMLIOFileFactory()
          Creates a new instance of XMLIOFileFactory
 
Method Summary
 Object createObject(Class objClass)
          Create a given object in a minimal state.
 Class[] XMLIOFactoryClasses()
          Returns an array of Classes of the objects that the factory is able to create.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLIOFileFactory

public XMLIOFileFactory()
Creates a new instance of XMLIOFileFactory

Method Detail

createObject

public Object createObject(Class objClass)
Description copied from interface: XMLIOFactory
Create a given object in a minimal state.

Specified by:
createObject in interface XMLIOFactory
Parameters:
objClass - The Class of the object to be created.
Returns:
The corresponding object.

XMLIOFactoryClasses

public Class[] XMLIOFactoryClasses()
Description copied from interface: XMLIOFactory
Returns an array of Classes of the objects that the factory is able to create.

Specified by:
XMLIOFactoryClasses in interface XMLIOFactory
Returns:
An array containing the Classes of the objects that this factory in able to create.

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.