les.mule-module-spring-config.3.9.0.source-code.default-mule-config.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mule-module-spring-config Show documentation
Show all versions of mule-module-spring-config Show documentation
Mule Builder for use with Spring 2.X Namespace based XML
configuration.
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <mule xmlns="http://www.mulesoft.org/schema/mule/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:spring="http://www.springframework.org/schema/beans" xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-current.xsd http://www.mulesoft.org/schema/mule/core http://www.mulesoft.org/schema/mule/core/current/mule.xsd"> <model name="_muleSystemModel"/> <spring:beans> <spring:bean name="_muleAnnotationsProcessor" class="org.mule.config.spring.processors.DecoratingFlowAnnotationsBeanProcessor"/> <spring:bean name="_muleTransformerAnnotationProcessor" class="org.mule.config.spring.processors.TransformerAnnotatedBeanProcessor"/> <spring:bean name="_muleSecurityManager" class="org.mule.security.MuleSecurityManager"/> <spring:bean name="_muleMessageProcessingManager" class="org.mule.execution.MuleMessageProcessingManager"/> <spring:bean name="_muleEndpointFactory" class="org.mule.endpoint.DefaultEndpointFactory"/> <spring:bean name="_muleStreamCloserService" class="org.mule.util.DefaultStreamCloserService"/> <spring:bean name="_defaultThreadingProfile" class="org.mule.config.ChainedThreadingProfile"/> <spring:bean name="_converterResolver" class="org.mule.DynamicDataTypeConversionResolver"> <spring:constructor-arg ref="_muleContext"/> </spring:bean> <spring:bean name="_defaultRetryPolicyTemplate" class="org.mule.retry.policies.NoRetryPolicyTemplate"/> <spring:bean name="_muleLockFactory" class="org.mule.util.lock.MuleLockFactory"/> <spring:bean name="_muleLockProvider" class="org.mule.util.lock.SingleServerLockProvider"/> <spring:bean name="_muleProcessingTimeWatcher" class="org.mule.management.stats.DefaultProcessingTimeWatcher"/> <spring:bean name="_muleConnectorMessageProcessorLocator" class="org.mule.connector.MuleConnectorOperationLocator"/> <spring:bean name="_muleExceptionLocationProvider" class="org.mule.exception.MessagingExceptionLocationProvider"/> <spring:bean name="_muleMessageProcessingFlowTraceManager" class="org.mule.context.notification.MessageProcessingFlowTraceManager"/> </spring:beans> <!-- Default Transformers are now loaded from META-INF/services/org/mule/config/registry-bootstrap.properties so that the transformers will be available even when using the TransientRegistry only --> </mule>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy