Uses of Interface
org.mule.config.spring.parsers.PreProcessor

Packages that use PreProcessor
org.mule.config.spring.parsers Classes that help to construct a Mule model via Spring's XML specification. 
org.mule.config.spring.parsers.delegate   
org.mule.config.spring.parsers.processors   
org.mule.transport.jdbc.config   
 

Uses of PreProcessor in org.mule.config.spring.parsers
 

Methods in org.mule.config.spring.parsers with parameters of type PreProcessor
 MuleDefinitionParserConfiguration AbstractMuleBeanDefinitionParser.registerPreProcessor(PreProcessor preProcessor)
           
 MuleDefinitionParserConfiguration MuleDefinitionParserConfiguration.registerPreProcessor(PreProcessor preProcessor)
          These are prepended to existing processors
 

Uses of PreProcessor in org.mule.config.spring.parsers.delegate
 

Methods in org.mule.config.spring.parsers.delegate with parameters of type PreProcessor
 MuleDefinitionParserConfiguration AllAttributeChildDefinitionParser.registerPreProcessor(PreProcessor preProcessor)
           
 MuleDefinitionParserConfiguration AbstractDelegatingDefinitionParser.registerPreProcessor(PreProcessor preProcessor)
           
 MuleDefinitionParserConfiguration ParentContextDefinitionParser.registerPreProcessor(PreProcessor preProcessor)
           
 MuleDefinitionParserConfiguration AbstractPluggableDelegate.registerPreProcessor(PreProcessor preProcessor)
           
 

Uses of PreProcessor in org.mule.config.spring.parsers.processors
 

Classes in org.mule.config.spring.parsers.processors that implement PreProcessor
 class AddAttribute
           
 class AttributeConcatenation
           
 class BlockAttribute
          Throws an exception if any of the disallowed attributes (after translation) is present.
 class CheckExclusiveAttribute
          If this attribute is present, no other can be
 class CheckExclusiveAttributeAndText
          If this attribute is present, no other can be
 class CheckExclusiveAttributes
          Attributes from two different sets cannot appear together
 class CheckExclusiveAttributesAndChildren
          Attributes and children elements cannot appear together.
 class CheckRequiredAttributes
          All attributes from at least one set must be provided
 class CheckRequiredAttributesWhenNoChildren
          All attributes from at least one set must be provided when there are no child elements with the name specified present.
 class IdAttribute
           
 class NameAttribute
           
 class ProvideDefaultName
           
 class ProvideDefaultNameFromElement
           
 class RequireAttribute
          Throws an exception if any of the required attributes (after translation) are missing.
 

Uses of PreProcessor in org.mule.transport.jdbc.config
 

Classes in org.mule.transport.jdbc.config that implement PreProcessor
 class CheckDatabaseOrUrl
           
 



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