| Package | Description |
|---|---|
| org.mule.config.spring |
Support claases for Load Mule from Spring.
|
| org.mule.config.spring.processors | |
| org.mule.config.spring.util |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeOptionalObjectsController
Implementation of
OptionalObjectsController which groups
a list of controllers and executes every operation on all of them. |
class |
DefaultOptionalObjectsController
Default implementation of
OptionalObjectsController |
| Modifier and Type | Method and Description |
|---|---|
protected OptionalObjectsController |
MuleArtifactContext.getOptionalObjectsController() |
protected OptionalObjectsController |
SpringRegistryBootstrap.getOptionalObjectsController() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.context.ApplicationContext |
SpringXmlConfigurationBuilder.doCreateApplicationContext(MuleContext muleContext,
ConfigResource[] configResources,
OptionalObjectsController optionalObjectsController) |
protected org.springframework.context.ApplicationContext |
SpringXmlDomainConfigurationBuilder.doCreateApplicationContext(MuleContext muleContext,
ConfigResource[] configResources,
OptionalObjectsController optionalObjectsController) |
| Constructor and Description |
|---|
CompositeOptionalObjectsController(OptionalObjectsController... controllers) |
MuleArtifactContext(MuleContext muleContext,
ConfigResource[] configResources,
OptionalObjectsController optionalObjectsController)
Parses configuration files creating a spring ApplicationContext which is used
as a parent registry using the SpringRegistry registry implementation to wraps
the spring ApplicationContext
|
MuleArtifactContext(MuleContext muleContext,
org.springframework.core.io.Resource[] springResources,
OptionalObjectsController optionalObjectsController)
Parses configuration files creating a spring ApplicationContext which is used
as a parent registry using the SpringRegistry registry implementation to wraps
the spring ApplicationContext
|
| Constructor and Description |
|---|
DiscardedOptionalBeanPostProcessor(OptionalObjectsController optionalObjectsController,
DefaultListableBeanFactory beanFactory) |
| Constructor and Description |
|---|
LaxInstantiationStrategyWrapper(org.springframework.beans.factory.support.InstantiationStrategy delegate,
OptionalObjectsController optionalObjectsController) |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.