org.codehaus.enunciate.modules.java_client.config
Class JavaClientRuleSet

java.lang.Object
  extended by org.apache.commons.digester.RuleSetBase
      extended by org.codehaus.enunciate.modules.java_client.config.JavaClientRuleSet
All Implemented Interfaces:
org.apache.commons.digester.RuleSet

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

Rules for the configuration of the JAX-WS client module.

Author:
Ryan Heaton

Field Summary
 
Fields inherited from class org.apache.commons.digester.RuleSetBase
namespaceURI
 
Constructor Summary
JavaClientRuleSet()
           
 
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
 

Constructor Detail

JavaClientRuleSet

public JavaClientRuleSet()
Method Detail

addRuleInstances

public void addRuleInstances(org.apache.commons.digester.Digester digester)
Specified by:
addRuleInstances in interface org.apache.commons.digester.RuleSet
Specified by:
addRuleInstances in class org.apache.commons.digester.RuleSetBase