|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.commons.digester.RuleSetBase
org.openemcee.microflow.config.ConfigRuleSet
This class implements the logic necessary to convert the microflow XML to java objects used in execution. Uses the commons digester to convert XML to Objects. See the commons digester documentation at http://jakarta.apache.org/commons for more information
| Field Summary |
| Fields inherited from class org.apache.commons.digester.RuleSetBase |
namespaceURI |
| Constructor Summary | |
ConfigRuleSet()
|
|
| Method Summary | |
void |
addRuleInstances(org.apache.commons.digester.Digester digester)
This method implements the rules for converting the Microflow XML to an 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 |
public ConfigRuleSet()
| Method Detail |
public void addRuleInstances(org.apache.commons.digester.Digester digester)
digester - The current digester context instance.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||