org.mule.config.spring.parsers.processors
Class CheckExclusiveAttributes

java.lang.Object
  extended by org.mule.config.spring.parsers.processors.CheckExclusiveAttributes
All Implemented Interfaces:
PreProcessor

public class CheckExclusiveAttributes
extends Object
implements PreProcessor

Attributes from two different sets cannot appear together


Nested Class Summary
static class CheckExclusiveAttributes.CheckExclusiveAttributesException
           
 
Constructor Summary
CheckExclusiveAttributes(String[][] attributeNames)
           
 
Method Summary
 void preProcess(PropertyConfiguration config, Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckExclusiveAttributes

public CheckExclusiveAttributes(String[][] attributeNames)
Method Detail

preProcess

public void preProcess(PropertyConfiguration config,
                       Element element)
Specified by:
preProcess in interface PreProcessor


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.