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
-
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 org.frankframework.configuration.digester.GenericFactory
getSuggestedBeanName
Methods inherited from class org.frankframework.configuration.digester.AbstractSpringPoweredDigesterFactory
copyAttrsToMap, createBean, getDigester, isPrototypesOnly, setDigester, setDigesterRule
-
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:AbstractSpringPoweredDigesterFactory
Create 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:
createBean
in classAbstractSpringPoweredDigesterFactory
- Throws:
ClassNotFoundException
-