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

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

public class CheckExclusiveAttribute
extends Object
implements PreProcessor

If this attribute is present, no other can be


Nested Class Summary
static class CheckExclusiveAttribute.CheckExclusiveAttributeException
           
 
Field Summary
static int NONE
           
 
Constructor Summary
CheckExclusiveAttribute(String attribute)
           
 
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

CheckExclusiveAttribute

public CheckExclusiveAttribute(String attribute)
Method Detail

preProcess

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


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