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 java.lang.Object
implements PreProcessor

All attributes from at least one set must be provided


Nested Class Summary
static class CheckRequiredAttributes.CheckRequiredAttributesException
           
 
Constructor Summary
CheckRequiredAttributes(java.lang.String[][] attributeNames)
           
 
Method Summary
 void preProcess(PropertyConfiguration config, org.w3c.dom.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(java.lang.String[][] attributeNames)
Method Detail

preProcess

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


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