@param builder the FactoryBuilder @param name the name of the node being built @param value the 'value' argument in the build node @param attributes the attributes of the build arg @return the object created for the builder @throws InstantiationException if attempting to instantiate an interface or
( FactoryBuilderSupport builder, Object name, Object value, Map attributes )
| 57 | * @throws IllegalAccessException if the instance can't be created due to a security violation |
| 58 | */ |
| 59 | Object newInstance( FactoryBuilderSupport builder, Object name, Object value, Map attributes ) |
| 60 | throws InstantiationException, IllegalAccessException; |
| 61 | |
| 62 | /** |
no outgoing calls