org.apache.commons.digester.xmlrules
Class DigesterRuleParser.CallMethodRuleFactory
- DigesterRuleParser
- ObjectCreationFactory
protected class DigesterRuleParser.CallMethodRuleFactory
Factory for creating a CallMethodRule.
Object | createObject(Attributes attributes) - Factory method called by
FactoryCreateRule to supply an
object based on the element's attributes.
|
private String[] | getParamTypes(String paramTypes) - Process the comma separated list of paramTypes
into an array of String class names
|
getParamTypes
private String[] getParamTypes(String paramTypes)
Process the comma separated list of paramTypes
into an array of String class names
Copyright 2001-2005 The Apache Software Foundation.