i3.dragos.core.services.datasources
Class DSDigesterFactory

java.lang.Object
  extended by org.apache.commons.digester.AbstractObjectCreationFactory
      extended by i3.dragos.core.services.datasources.DSDigesterFactory
All Implemented Interfaces:
org.apache.commons.digester.ObjectCreationFactory

public class DSDigesterFactory
extends org.apache.commons.digester.AbstractObjectCreationFactory

Helper class for processing the configuration data.

Author:
Boris Boehlen <boehlen@cs.rwth-aachen.de>

Field Summary
 
Fields inherited from class org.apache.commons.digester.AbstractObjectCreationFactory
digester
 
Constructor Summary
DSDigesterFactory()
          Constructs the factory.
 
Method Summary
 java.lang.Object createObject(org.xml.sax.Attributes attribs)
          
 
Methods inherited from class org.apache.commons.digester.AbstractObjectCreationFactory
getDigester, setDigester
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSDigesterFactory

public DSDigesterFactory()
Constructs the factory.

Method Detail

createObject

public java.lang.Object createObject(org.xml.sax.Attributes attribs)

Specified by:
createObject in interface org.apache.commons.digester.ObjectCreationFactory
Specified by:
createObject in class org.apache.commons.digester.AbstractObjectCreationFactory


Copyright © 2002-2008 RWTH Aachen, Department of Computer Science 3 (Software Engineering). All Rights Reserved.