ObjectCreationFactoryprotected class DigesterRuleParser.ObjectParamRuleFactory extends AbstractObjectCreationFactory
digester| Modifier | Constructor | Description |
|---|---|---|
protected |
ObjectParamRuleFactory() |
| 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, setDigesterprotected ObjectParamRuleFactory()
public java.lang.Object createObject(org.xml.sax.Attributes attributes) throws java.lang.Exception
AbstractObjectCreationFactoryFactory method called by FactoryCreateRule to supply an
object based on the element's attributes.
createObject in interface ObjectCreationFactorycreateObject in class AbstractObjectCreationFactoryattributes - the element's attributesjava.lang.Exception - any exception thrown will be propagated upwards