org.apache.commons.digester.xmlrules

Class DigesterRuleParser.CallMethodRuleFactory

Enclosing Class:
DigesterRuleParser
Implemented Interfaces:
ObjectCreationFactory

protected class DigesterRuleParser.CallMethodRuleFactory
extends AbstractObjectCreationFactory

Factory for creating a CallMethodRule.

Field Summary

Fields inherited from class org.apache.commons.digester.AbstractObjectCreationFactory

digester

Method Summary

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

Methods inherited from class org.apache.commons.digester.AbstractObjectCreationFactory

createObject, getDigester, setDigester

Method Details

createObject

public Object createObject(Attributes attributes)
Factory method called by FactoryCreateRule to supply an object based on the element's attributes.
Specified by:
createObject in interface ObjectCreationFactory
Overrides:
createObject in interface AbstractObjectCreationFactory

Parameters:
attributes - the element's 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.