|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.config.spring.parsers.processors.RequireAttribute
public class RequireAttribute
Throws an exception if any of the required attributes (after translation) are missing.
Designed to cooperates with
AbstractSerialDelegatingDefinitionParser.addHandledException(Class)
Nested Class Summary | |
---|---|
static class |
RequireAttribute.RequireAttributeException
|
Constructor Summary | |
---|---|
RequireAttribute(java.lang.String required)
|
|
RequireAttribute(java.lang.String[] required)
|
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 |
---|
public RequireAttribute(java.lang.String required)
public RequireAttribute(java.lang.String[] required)
Method Detail |
---|
public void preProcess(PropertyConfiguration config, org.w3c.dom.Element element)
preProcess
in interface PreProcessor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |