i3.dragos.core.services
Class OptServiceDigesterFactory

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

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

Helper class for processing the configuration data. This class initializes optional services.

Author:
Erhard Weinell <Weinell@cs.rwth-aachen.de>

Field Summary
static java.lang.String ATTRIB_ID
           
static java.lang.String ATTRIB_IMPL
           
 
Fields inherited from class org.apache.commons.digester.AbstractObjectCreationFactory
digester
 
Constructor Summary
OptServiceDigesterFactory()
          Creates a new TMDigesterFactory.
 
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
 

Field Detail

ATTRIB_ID

public static final java.lang.String ATTRIB_ID
See Also:
Constant Field Values

ATTRIB_IMPL

public static final java.lang.String ATTRIB_IMPL
See Also:
Constant Field Values
Constructor Detail

OptServiceDigesterFactory

public OptServiceDigesterFactory()
Creates a new TMDigesterFactory.

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.