protected class DigesterRuleParser.CallMethodRuleFactory extends AbstractObjectCreationFactory
digester
Modifier | Constructor and Description |
---|---|
protected |
CallMethodRuleFactory() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
createObject(org.xml.sax.Attributes attributes)
Factory method called by
FactoryCreateRule to supply an
object based on the element's attributes. |
private java.lang.String[] |
getParamTypes(java.lang.String paramTypes)
Process the comma separated list of paramTypes
into an array of String class names
|
getDigester, setDigester
public java.lang.Object createObject(org.xml.sax.Attributes attributes)
AbstractObjectCreationFactory
Factory method called by FactoryCreateRule
to supply an
object based on the element's attributes.
createObject
in interface ObjectCreationFactory
createObject
in class AbstractObjectCreationFactory
attributes
- the element's attributesprivate java.lang.String[] getParamTypes(java.lang.String paramTypes)