org.apache.ws.util.jndi.tools
Class ContextRuleSet

java.lang.Object
  extended byorg.apache.commons.digester.RuleSetBase
      extended byorg.apache.ws.util.jndi.tools.ContextRuleSet
All Implemented Interfaces:
org.apache.commons.digester.RuleSet

public class ContextRuleSet
extends org.apache.commons.digester.RuleSetBase

LOG-DONE DOCUMENT_ME

Version:
$Revision: 1.4 $
Author:
$author$

Field Summary
protected  java.lang.String prefix
          DOCUMENT_ME
 
Fields inherited from class org.apache.commons.digester.RuleSetBase
namespaceURI
 
Constructor Summary
ContextRuleSet()
          Creates a new ContextRuleSet object.
ContextRuleSet(java.lang.String prefix)
          Creates a new ContextRuleSet object.
 
Method Summary
 void addRuleInstances(org.apache.commons.digester.Digester digester)
           
 
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
 

Field Detail

prefix

protected java.lang.String prefix
DOCUMENT_ME

Constructor Detail

ContextRuleSet

public ContextRuleSet()
Creates a new ContextRuleSet object.


ContextRuleSet

public ContextRuleSet(java.lang.String prefix)
Creates a new ContextRuleSet object.

Parameters:
prefix - DOCUMENT_ME
Method Detail

addRuleInstances

public void addRuleInstances(org.apache.commons.digester.Digester digester)


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.