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
           
 
Field Summary
static int NONE
           
 
Constructor Summary
CheckExclusiveAttributes(String[][] attributeSets)
           
 
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
 

Field Detail

NONE

public static final int NONE
See Also:
Constant Field Values
Constructor Detail

CheckExclusiveAttributes

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

preProcess

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


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.