Class JmsRealmsFactory
java.lang.Object
org.frankframework.configuration.digester.AbstractSpringPoweredDigesterFactory
org.frankframework.configuration.digester.JmsRealmsFactory
- All Implemented Interfaces:
IDigesterFactory
Factory for the JMS Realms instance, which holds all JMS Realm definitions
found in the Configuration File.
This bean is a singleton, not a prototype, which is why the GenericFactory
can not be used.
- Author:
- Tim van der Leeuw
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSuggest the name of the bean which should be retrieved from the Spring BeanFactory.booleanReturntrueis only prototype beans from the Spring Context will be returned,falseis a Spring singleton bean might be returned.Methods inherited from class AbstractSpringPoweredDigesterFactory
copyAttrsToMap, createBean, createBean, setDigesterRuleMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IDigesterFactory
setDigester
-
Constructor Details
-
JmsRealmsFactory
public JmsRealmsFactory()
-
-
Method Details
-
getSuggestedBeanName
Description copied from class:AbstractSpringPoweredDigesterFactorySuggest the name of the bean which should be retrieved from the Spring BeanFactory. If a className attribute has also been specified in the XML, then that takes precedence over finding a bean with given suggestedBeanName. If for the className multiple bean-definitions are found in the factory, then a bean is selected from those with this given suggestedBeanName. If no such bean exists, an error is thrown because the factory can not select between multiple beans.- Specified by:
getSuggestedBeanNamein classAbstractSpringPoweredDigesterFactory
-
isPrototypesOnly
public boolean isPrototypesOnly()Description copied from class:AbstractSpringPoweredDigesterFactoryReturntrueis only prototype beans from the Spring Context will be returned,falseis a Spring singleton bean might be returned. This is hard-coded to returntrueonly in this class. If a subclass wishes to allow using singleton-beans, then this method should be overridden.- Overrides:
isPrototypesOnlyin classAbstractSpringPoweredDigesterFactory- Returns:
true
-