public static final class FactoryCreate.DefaultObjectCreationFactory extends AbstractObjectCreationFactory<Object>
| Constructor and Description |
|---|
FactoryCreate.DefaultObjectCreationFactory() |
| Modifier and Type | Method and Description |
|---|---|
Object |
createObject(Attributes attributes)
Factory method called by
FactoryCreateRule to supply an object based on the element's attributes. |
getDigester, setDigesterpublic FactoryCreate.DefaultObjectCreationFactory()
public Object createObject(Attributes attributes) throws Exception
FactoryCreateRule to supply an object based on the element's attributes.createObject in interface ObjectCreationFactory<Object>createObject in class AbstractObjectCreationFactory<Object>attributes - the element's attributesException - any exception thrown will be propagated upwardsCopyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.