| Package | Description |
|---|---|
| org.mule.config.spring.parsers.generic |
General support for bean construction.
|
| org.mule.config.spring.parsers.specific |
Targetted support for specific components in the Mule system.
|
| org.mule.config.spring.parsers.specific.endpoint | |
| org.mule.config.spring.parsers.specific.properties | |
| org.mule.config.spring.parsers.specific.tls |
| Modifier and Type | Class and Description |
|---|---|
class |
NamedDefinitionParser
Behaves as
ParentDefinitionParser,
but allows any named bean to be the parent, rather than using the enclosing element in the DOM tree. |
class |
NameTransferDefinitionParser
This extends
ParentDefinitionParser so that the "name" attribute is set locally,
not on the parent. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationDefinitionParser
Parses the
|
class |
ExpressionLanguageDefinitionParser |
class |
FilterRefDefinitionParser
This allows a filter to be defined globally, or embedded within an endpoint.
|
class |
IgnoreObjectMethodsDefinitionParser |
class |
ObjectFactoryWrapper
Use this BeanDefinitionParser when you need a "wrapper" element for an ObjectFactory.
|
class |
ReferenceExceptionStrategyDefinitionParser |
| Modifier and Type | Class and Description |
|---|---|
class |
EndpointRefParser
Configures a reference to an endpoint on a parent bean.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListPropertyDefinitionParser
This allows a child element to extends a list of values, via an attribute, on a parent setter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientKeyStoreDefinitionParser |
class |
KeyStoreDefinitionParser |
class |
ProtocolHandlerDefinitionParser
Deprecated.
This was necessary pre Java SE 5.0. It will be ignored and removed in Mule 4
|
class |
TrustStoreDefinitionParser |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.