org.objectweb.jonas_ejb.deployment.rules
Class EjbRelationRuleSet

java.lang.Object
  extended by org.apache.commons.digester.RuleSetBase
      extended by org.objectweb.jonas_lib.deployment.rules.JRuleSetBase
          extended by org.objectweb.jonas_ejb.deployment.rules.EjbRelationRuleSet
All Implemented Interfaces:
org.apache.commons.digester.RuleSet

public class EjbRelationRuleSet
extends JRuleSetBase

This class defines the rules to analyze the element ejb-relation

Author:
JOnAS team

Field Summary
 
Fields inherited from class org.objectweb.jonas_lib.deployment.rules.JRuleSetBase
prefix
 
Fields inherited from class org.apache.commons.digester.RuleSetBase
namespaceURI
 
Constructor Summary
EjbRelationRuleSet(java.lang.String prefix)
          Construct an object with a specific prefix
 
Method Summary
 void addRuleInstances(org.apache.commons.digester.Digester digester)
          Add a set of rules to the digester object
 
Methods inherited from class org.apache.commons.digester.RuleSetBase
getNamespaceURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EjbRelationRuleSet

public EjbRelationRuleSet(java.lang.String prefix)
Construct an object with a specific prefix

Parameters:
prefix - prefix to use during the parsing
Method Detail

addRuleInstances

public void addRuleInstances(org.apache.commons.digester.Digester digester)
Add a set of rules to the digester object

Specified by:
addRuleInstances in interface org.apache.commons.digester.RuleSet
Specified by:
addRuleInstances in class org.apache.commons.digester.RuleSetBase
Parameters:
digester - Digester instance