org.objectweb.jonas_lib.deployment.rules
Class MessageDestinationRuleSet

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

public class MessageDestinationRuleSet
extends JRuleSetBase

This class defines a rule to analyze message-destination

Author:
Eric Hardesty

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
MessageDestinationRuleSet(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

MessageDestinationRuleSet

public MessageDestinationRuleSet(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

Parameters:
digester - Digester instance