ObjectCreationFactory
private class DigesterRuleParser.BeanPropertySetterRuleFactory extends AbstractObjectCreationFactory
digester
Modifier | Constructor | Description |
---|---|---|
private |
BeanPropertySetterRuleFactory() |
Modifier and Type | Method | 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. |
getDigester, setDigester
public java.lang.Object createObject(org.xml.sax.Attributes attributes) throws java.lang.Exception
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 attributesjava.lang.Exception
- any exception thrown will be propagated upwardsCopyright 2001-2005 The Apache Software Foundation.