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

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

public class BlockAttribute
extends Object
implements PreProcessor

Throws an exception if any of the disallowed attributes (after translation) is present. Designed to cooperates with AbstractSerialDelegatingDefinitionParser.addHandledException(Class)


Nested Class Summary
static class BlockAttribute.BlockAttributeException
           
 
Constructor Summary
BlockAttribute(String disallowed)
           
BlockAttribute(String[] disallowed)
           
 
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

BlockAttribute

public BlockAttribute(String disallowed)

BlockAttribute

public BlockAttribute(String[] disallowed)
Method Detail

preProcess

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


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