public class ExtensionManagerFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<org.mule.extension.ExtensionManager>
FactoryBean which returns the ExtensionManager
obtained through MuleContext.getExtensionManager(). The purpose
of that is to put the extensionManager in the context, even though it
makes exist before it.| Constructor and Description |
|---|
ExtensionManagerFactoryBean(MuleContext muleContext) |
public ExtensionManagerFactoryBean(MuleContext muleContext)
public org.mule.extension.ExtensionManager getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<org.mule.extension.ExtensionManager>Exceptionpublic Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<org.mule.extension.ExtensionManager>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<org.mule.extension.ExtensionManager>Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.