Package org.mule.config.spring.parsers.generic

Examples of org.mule.config.spring.parsers.generic.MuleOrphanDefinitionParser


public class RunWithErrorHandlerDefinitionParser extends ParentContextDefinitionParser {
    public RunWithErrorHandlerDefinitionParser() {
        super(
                MuleOrphanDefinitionParser.ROOT_ELEMENT,
                new MuleOrphanDefinitionParser(MessageProcessorChainFactoryBean.class, false)
        );
        otherwise(new ChildDefinitionParser("messageProcessor", RunWithErrorHandlerFactoryBean.class));
        addReference("catch-ref");
    }
View Full Code Here

TOP

Related Classes of org.mule.config.spring.parsers.generic.MuleOrphanDefinitionParser

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.