Class DigesterRuleParser.CallMethodRuleFactory
java.lang.Object
org.apache.commons.digester.AbstractObjectCreationFactory
org.apache.commons.digester.xmlrules.DigesterRuleParser.CallMethodRuleFactory
- All Implemented Interfaces:
ObjectCreationFactory
- Enclosing class:
DigesterRuleParser
Factory for creating a CallMethodRule.
-
Field Summary
Fields inherited from class org.apache.commons.digester.AbstractObjectCreationFactory
digester
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateObject
(Attributes attributes) Factory method called byFactoryCreateRule
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 namesMethods inherited from class org.apache.commons.digester.AbstractObjectCreationFactory
getDigester, setDigester
-
Constructor Details
-
CallMethodRuleFactory
protected CallMethodRuleFactory()
-
-
Method Details
-
createObject
Description copied from class:AbstractObjectCreationFactory
Factory method called by
FactoryCreateRule
to supply an object based on the element's attributes.- Specified by:
createObject
in interfaceObjectCreationFactory
- Specified by:
createObject
in classAbstractObjectCreationFactory
- Parameters:
attributes
- the element's attributes
-
getParamTypes
Process the comma separated list of paramTypes into an array of String class names
-