Example usage for org.springframework.beans.factory SmartFactoryBean interface-usage

List of usage examples for org.springframework.beans.factory SmartFactoryBean interface-usage

Introduction

In this page you can find the example usage for org.springframework.beans.factory SmartFactoryBean interface-usage.

Usage

From source file org.mule.config.spring.MuleConfigurationConfigurator.java

/**
 * This class is a "SmartFactoryBean" which allows a few XML attributes to be set on the 
 * otherwise read-only MuleConfiguration.  It looks up the MuleConfiguration from the 
 * MuleContext and does some class-casting to be able to modify it.  Note that this will
 * only work if the MuleContext has not yet been started, otherwise the modifications 
 * will be ignored (and warnings logged).