org.mule.config.spring.parsers
Interface PreProcessor

All Known Implementing Classes:
AddAttribute, AttributeConcatenation, BlockAttribute, CheckDatabaseOrUrl, CheckExclusiveAttribute, CheckExclusiveAttributeAndText, CheckExclusiveAttributes, CheckExclusiveAttributesAndChildren, CheckRequiredAttributes, CheckRequiredAttributesWhenNoChildren, IdAttribute, NameAttribute, ProvideDefaultName, ProvideDefaultNameFromElement, RequireAttribute

public interface PreProcessor

This interface allows pre-processing of the element.


Method Summary
 void preProcess(PropertyConfiguration config, Element element)
           
 

Method Detail

preProcess

void preProcess(PropertyConfiguration config,
                Element element)


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