org.apache.commons.digester.xmlrules

Class DigesterRuleParser.CallMethodRuleFactory

protected class DigesterRuleParser.CallMethodRuleFactory extends AbstractObjectCreationFactory

Factory for creating a CallMethodRule.
Method Summary
ObjectcreateObject(Attributes attributes)
String[]getParamTypes(String paramTypes)
Process the comma separated list of paramTypes into an array of String class names

Method Detail

createObject

public Object createObject(Attributes attributes)

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.