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

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

public class CheckRequiredAttributes
extends Object
implements PreProcessor

All attributes from at least one set must be provided


Nested Class Summary
static class CheckRequiredAttributes.CheckRequiredAttributesException
           
 
Constructor Summary
CheckRequiredAttributes(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
 

Constructor Detail

CheckRequiredAttributes

public CheckRequiredAttributes(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.