Class SpringProxyableObjectFactory

All Implemented Interfaces:
Serializable, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class SpringProxyableObjectFactory extends SpringObjectFactory
SpringProxyableObjectFactory.
Author:
Jason Carreira
See Also:
  • Constructor Details

    • SpringProxyableObjectFactory

      public SpringProxyableObjectFactory()
  • Method Details

    • buildBean

      public Object buildBean(String beanName, Map<String,Object> extraContext) throws Exception
      Overrides:
      buildBean in class ObjectFactory
      Throws:
      Exception
    • getApplicationContext

      protected org.springframework.context.ApplicationContext getApplicationContext(Map<String,Object> context)
      Subclasses may override this to return a different application context. Note that this application context should see any changes made to the autoWiringFactory, so the application context should be either the original or a child context of the original.
      Parameters:
      context - provided context.
      Returns:
      the application context