Uses of Class
org.mule.config.spring.parsers.delegate.ParentContextDefinitionParser

Packages that use ParentContextDefinitionParser
org.mule.config.spring.parsers.delegate   
org.mule.config.spring.parsers.specific Targetted support for specific components in the Mule system. 
org.mule.module.xml.config   
 

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

Methods in org.mule.config.spring.parsers.delegate that return ParentContextDefinitionParser
 ParentContextDefinitionParser ParentContextDefinitionParser.and(String context, MuleDefinitionParser parser)
           
 ParentContextDefinitionParser ParentContextDefinitionParser.otherwise(MuleDefinitionParser otherwise)
           
 

Uses of ParentContextDefinitionParser in org.mule.config.spring.parsers.specific
 

Subclasses of ParentContextDefinitionParser in org.mule.config.spring.parsers.specific
 class FilterDefinitionParser
          This allows a filter to be defined globally, or embedded within an endpoint.
 class InterceptorStackDefinitionParser
          This allows a interceptor-stack to be defined globally, or configured on a service.
 class MessageFilterDefinitionParser
           
 class MessageProcessorChainDefinitionParser
          This allows a message processor to be defined globally, or embedded within an endpoint.
 class MessageProcessorDefinitionParser
          This allows a message processor to be defined globally, or embedded within an endpoint.
 class MessagePropertiesTransformerDefinitionParser
           
 class ResponseDefinitionParser
           
 class SecurityFilterDefinitionParser
          This allows a security filter to be defined globally, or embedded within an endpoint.
 

Uses of ParentContextDefinitionParser in org.mule.module.xml.config
 

Subclasses of ParentContextDefinitionParser in org.mule.module.xml.config
 class XsltTransformerDefinitionParser
           
 



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