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.
- Since:
- 1.2
-
Field Summary
Fields inherited from class AbstractObjectCreationFactory
digester -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateObject(Attributes attributes) Factory method called byFactoryCreateRuleto 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 AbstractObjectCreationFactory
getDigester, setDigester
-
Constructor Details
-
CallMethodRuleFactory
protected CallMethodRuleFactory()
-
-
Method Details
-
createObject
Description copied from class:AbstractObjectCreationFactoryFactory method called by
FactoryCreateRuleto supply an object based on the element's attributes.- Specified by:
createObjectin interfaceObjectCreationFactory- Specified by:
createObjectin classAbstractObjectCreationFactory- Parameters:
attributes- the element's attributes
-
getParamTypes
-