i3.dragos.core
Class DigesterServiceCreationRule

java.lang.Object
  extended by org.apache.commons.digester.Rule
      extended by i3.dragos.core.DigesterServiceCreationRule

public class DigesterServiceCreationRule
extends org.apache.commons.digester.Rule

The DigesterServiceCreationRule is a special rule for the Jakarta Commons Digester which takes the top-element of the digester's stack and adds it to the service manager if it is an instance of Service.

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

Field Summary
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
DigesterServiceCreationRule()
          Constructs rule.
 
Method Summary
 void begin(java.lang.String namespace, java.lang.String name, org.xml.sax.Attributes attributes)
          
 
Methods inherited from class org.apache.commons.digester.Rule
begin, body, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DigesterServiceCreationRule

public DigesterServiceCreationRule()
Constructs rule.

Method Detail

begin

public void begin(java.lang.String namespace,
                  java.lang.String name,
                  org.xml.sax.Attributes attributes)

Overrides:
begin in class org.apache.commons.digester.Rule


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