public class ExtensionManagerFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<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) |
| Modifier and Type | Method and Description |
|---|---|
ExtensionManager |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
@Inject public ExtensionManagerFactoryBean(MuleContext muleContext)
public ExtensionManager getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<ExtensionManager>Exceptionpublic Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<ExtensionManager>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<ExtensionManager>Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.