Package org.mule.config.spring.parsers.processors

Examples of org.mule.config.spring.parsers.processors.CheckExclusiveAttribute$CheckExclusiveAttributeException


    public AggregationStrategyDefinitionParser()
    {
        super("aggregationStrategy", null, AggregationStrategy.class);
        this.setAllowClassAttribute(true);
        this.registerPreProcessor(new CheckExclusiveAttribute(ATTRIBUTE_CLASS));
        this.registerPreProcessor(new CheckExclusiveAttribute(ATTRIBUTE_REF));
    }
View Full Code Here

TOP

Related Classes of org.mule.config.spring.parsers.processors.CheckExclusiveAttribute$CheckExclusiveAttributeException

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.