org.codehaus.enunciate.modules.csharp.config
Class CSharpRuleSet

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

public class CSharpRuleSet
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
CSharpRuleSet()
           
 
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

CSharpRuleSet

public CSharpRuleSet()
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