Class ParameterFactory
java.lang.Object
org.frankframework.configuration.digester.AbstractSpringPoweredDigesterFactory
org.frankframework.configuration.digester.GenericFactory
org.frankframework.configuration.digester.ParameterFactory
- All Implemented Interfaces:
IDigesterFactory
Factory for instantiating Parameters from the Digester framework.
Instantiates the parameter based on the type specified.
- Author:
- Niels Meijer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateBean(org.springframework.context.ApplicationContext applicationContext, Map<String, String> attrs) Create Object from Spring factory, but using the attributes from the XML converted to a Map.Methods inherited from class GenericFactory
getSuggestedBeanNameMethods inherited from class AbstractSpringPoweredDigesterFactory
copyAttrsToMap, createBean, isPrototypesOnly, setDigesterRuleMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IDigesterFactory
setDigester
-
Constructor Details
-
ParameterFactory
public ParameterFactory()
-
-
Method Details
-
createBean
public Object createBean(org.springframework.context.ApplicationContext applicationContext, Map<String, String> attrs) throws ClassNotFoundExceptionDescription copied from class:AbstractSpringPoweredDigesterFactoryCreate Object from Spring factory, but using the attributes from the XML converted to a Map. This is so that sub-classes can override this method and change attributes in the map before creating the object from the Spring factory.- Overrides:
createBeanin classAbstractSpringPoweredDigesterFactory- Throws:
ClassNotFoundException
-