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 |
IgnoreObjectMethodsDefinitionParser |
class |
ObjectFactoryWrapper
Use this BeanDefinitionParser when you need a "wrapper" element for an ObjectFactory.
|
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 |
class |
TrustStoreDefinitionParser |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.