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

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

public class CheckExclusiveAttributeAndText
extends Object
implements PreProcessor

If this attribute is present, no other can be


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

CheckExclusiveAttributeAndText

public CheckExclusiveAttributeAndText(String attribute)
Method Detail

preProcess

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


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