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

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

public class CheckRequiredAttributesWhenNoChildren
extends CheckRequiredAttributes

All attributes from at least one set must be provided when there are no child elements with the name specified present.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.mule.config.spring.parsers.processors.CheckRequiredAttributes
CheckRequiredAttributes.CheckRequiredAttributesException
 
Constructor Summary
CheckRequiredAttributesWhenNoChildren(String[][] attributeNames, String elementName)
           
 
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

CheckRequiredAttributesWhenNoChildren

public CheckRequiredAttributesWhenNoChildren(String[][] attributeNames,
                                             String elementName)
Method Detail

preProcess

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


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