Class SharedResourceFactory

java.lang.Object
org.apache.commons.digester3.AbstractObjectCreationFactory<Object>
org.frankframework.configuration.digester.AbstractSpringPoweredDigesterFactory
org.frankframework.configuration.digester.SharedResourceFactory
All Implemented Interfaces:
org.apache.commons.digester3.ObjectCreationFactory<Object>, IDigesterRuleAware, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class SharedResourceFactory extends AbstractSpringPoweredDigesterFactory
Registers the newly created bean directly in Spring, which will manage it's Lifecycle.
  • Constructor Details

    • SharedResourceFactory

      public SharedResourceFactory()
  • Method Details