See: Description
| Class | Description |
|---|---|
| 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
|
| ConnectionStrategyDefinitionParser |
Handles the parsing of
elements in Mule Xml configuration. |
| 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
|
| 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.
|
| 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
|
| 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
|
| 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
|
Copyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.