Package org.mule.config.spring.parsers.specific

Targetted support for specific components in the Mule system.

See:
          Description

Class Summary
AgentDefinitionParser  
BindingDefinitionParser Binding definition parser for parsing all binding elements configured as part of the service.
ComponentDefinitionParser  
ComponentDelegatingDefinitionParser Allows for parsing either a shortcut component configuration by delegating to two different component parses depending on the existence of the class attribute.
ConfigurationChildDefinitionParser Extend ChildDefinitionParser to include logic for identifying parent configuration element (since this only applies to "default" elements there's an ugliness here - contradicitions (non-default children of configuration) are avoided by the mule.xsd schema).
ConfigurationDefinitionParser Parses the element.
DataObjectDefinitionParser Represents a static config data object where the body of the element can be the data of a file attribute can be set.
DataObjectDefinitionParser.DataObjectFactoryBean  
DefaultThreadingProfileDefinitionParser This parser is responsible for processing the configuration elements.
ExceptionTXFilterDefinitionParser TODO
FilterDefinitionParser This allows a filter to be defined globally, or embedded within an endpoint.
ForwardingRouterDefinitionParser In addition to a ForwardingConsumer router, implicitly create a NullComponent service as a placeholder.
GlobalPropertyDefinitionParser  
IgnoreObjectMethodsDefinitionParser  
InheritedModelDefinitionParser Allows the Inherited model type to be used.
InterceptorDefinitionParser This allows a interceptor to be defined on a global interceptor stack or on a service.
InterceptorStackDefinitionParser This allows a interceptor-stack to be defined globally, or configured on a service.
ModelDefinitionParser  
NotificationDefinitionParser  
NotificationDisableDefinitionParser  
ObjectFactoryDefinitionParser  
ObjectFactoryWrapper Use this BeanDefinitionParser when you need a "wrapper" element for an ObjectFactory.
PoolingProfileDefinitionParser This parser is responsible for processing the configuration elements.
RouterDefinitionParser Generic router definition parser for parsing all Router elements.
ServiceDefinitionParser  
ServiceOverridesDefinitionParser Sets a Map of service overrides on the parent connector
ShortcutComponentDefinitionParser  
SimpleComponentDefinitionParser Used to parse shortcut elements for simple built-in components such as BridgeComponent, org.mule.component.simple.EchoComponent and org.mule.component.simple.LogComponent.
ThreadingProfileDefinitionParser This parser is responsible for processing the configuration elements.
TransactionConfigDefinitionParser  
TransactionDefinitionParser Generates a transaction config with embedded factory.
TransactionManagerDefinitionParser  
TransformerDefinitionParser This allows a transformer to be defined globally, or embedded within an endpoint (as either a normal or response transformer).
TransformerRefDefinitionParser Handle response transformers correctly
 

Package org.mule.config.spring.parsers.specific Description

Targetted support for specific components in the Mule system.



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.