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

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

public class CheckExclusiveAttributesAndChildren
extends Object
implements PreProcessor

Attributes and children elements cannot appear together. Child names are either node names or types.


Nested Class Summary
static class CheckExclusiveAttributesAndChildren.CheckExclusiveAttributesAndChildrenException
           
 
Constructor Summary
CheckExclusiveAttributesAndChildren(String[] attributeNames, String[] childrenNamesOrTypes)
           
 
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

CheckExclusiveAttributesAndChildren

public CheckExclusiveAttributesAndChildren(String[] attributeNames,
                                           String[] childrenNamesOrTypes)
Method Detail

preProcess

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


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