Examples of MuleOrphanDefinitionParser


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
Copyright © 2018 www.massapi.com. 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.