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

Packages that use AbstractParallelDelegatingDefinitionParser
org.mule.config.spring.parsers.delegate   
org.mule.config.spring.parsers.specific Targetted support for specific components in the Mule system. 
org.mule.module.cxf.config   
org.mule.module.xml.config   
org.mule.transport.tcp.config Configuration classes for processing Xml config elements within the TCP namespace. 
 

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

Subclasses of AbstractParallelDelegatingDefinitionParser in org.mule.config.spring.parsers.delegate
 class AttributeSelectionDefinitionParser
          Select sub parser depending on presence of a particular attribute
 class BooleanAttributeSelectionDefinitionParser
           
 class InheritDefinitionParser
          This encapsulates two definition parsers - orphan and named - and returns the named definition parser if the "inherit" attribute is set.
 class ParentContextDefinitionParser
          This encapsulates several definition parsers, selected depending on the parent element in the DOM.
 

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

Subclasses of AbstractParallelDelegatingDefinitionParser in org.mule.config.spring.parsers.specific
 class ComponentDelegatingDefinitionParser
          Allows for parsing either a shortcut component configuration by delegating to two different component parses depending on the existence of the class attribute.
 class ExceptionStrategyDefinitionParser
           
 class ExpressionTransformerDefinitionParser
          This allows a message processor to be defined globally, or embedded within an endpoint.
 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 ModelDefinitionParser
           
 class NotificationDisableDefinitionParser
           
 class QueueStoreDefinitionParser
          This allows a queue store to be defined globally, or embedded within a queue profile.
 class RegExFilterDefinitionParser
           
 class ResponseDefinitionParser
           
 class SecurityFilterDefinitionParser
          This allows a security filter to be defined globally, or embedded within an endpoint.
 

Uses of AbstractParallelDelegatingDefinitionParser in org.mule.module.cxf.config
 

Subclasses of AbstractParallelDelegatingDefinitionParser in org.mule.module.cxf.config
 class WsSecurityDefinitionParser
           
 

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

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

Uses of AbstractParallelDelegatingDefinitionParser in org.mule.transport.tcp.config
 

Subclasses of AbstractParallelDelegatingDefinitionParser in org.mule.transport.tcp.config
 class ByteOrMessageProtocolDefinitionParser
           
 



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