Package | Description |
---|---|
org.mule.config.spring.parsers |
Classes that help to construct a Mule model via Spring's XML specification.
|
org.mule.config.spring.parsers.collection |
Support for building collections, or adding an element to a collection in a
parent bean.
|
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.endpoint.support | |
org.mule.config.spring.parsers.specific.properties | |
org.mule.config.spring.parsers.specific.tls | |
org.mule.module.client.config | |
org.mule.module.management.config | |
org.mule.module.xml.config | |
org.mule.transport.jms.config |
Modifier and Type | Class and Description |
---|---|
class |
AbstractChildDefinitionParser
This definition parser supports the definition of beans that are then set on the parent bean -
it extends
AbstractHierarchicalDefinitionParser with
methods that assume the data are associated with a single property. |
class |
AbstractHierarchicalDefinitionParser
This definition parser introduces the notion of Hierarchical processing to nested XML elements.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeListEntryDefinitionParser |
class |
AttributeMapDefinitionParser
Creates a single, stand-alone map object and processes all attributes to this map
|
class |
ChildListDefinitionParser |
class |
ChildListEntryDefinitionParser
Process an element as a value that is appended to a list in the parent object (the
enclosing XML element).
|
class |
ChildMapDefinitionParser
Creates a single Map and processes standard Spring sub elements.
|
class |
ChildMapEntryDefinitionParser |
class |
ChildPropertiesDefinitionParser
Creates a single Properties object and processes standard Spring sub elements.
|
class |
ChildSingletonMapDefinitionParser |
class |
OrphanMapDefinitionParser
Creates a single, stand-alone map object and processes standard Spring sub elements
|
Modifier and Type | Class and Description |
---|---|
class |
AttributePropertiesDefinitionParser |
class |
ChildDefinitionParser
Creates a definition parser that will construct a single child element and inject it into
the parent object (the enclosing XML element).
|
class |
DescendentDefinitionParser
An extension to which recurses up the DOM
tree until it finds a named parent.
|
class |
GrandchildDefinitionParser
Same as ChildDefinitionParser but injects the child element into the grandparent object
(2 levels up in the XML tree).
|
class |
MuleOrphanDefinitionParser
A parser for direct children of the
|
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. |
class |
OptionalChildDefinitionParser
This class should be used when the same element can be configured as a child or an orphan
(i.e., top-level).
|
class |
OrphanDefinitionParser
Contructs a single, standalone bean from an element - it is not injected into any other object.
|
class |
ParentDefinitionParser
Processes child property elements in Xml but sets the properties on the parent object.
|
class |
TextDefinitionParser
Grabs the text from an element and injects it into the parent, for example:
|
Modifier and Type | Class and Description |
---|---|
class |
AgentDefinitionParser |
class |
BindingDefinitionParser
Binding definition parser for parsing all binding elements configured as part of the service.
|
class |
ComponentDefinitionParser |
class |
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). |
class |
ConfigurationDefinitionParser
Parses the
|
class |
ConnectionStrategyDefinitionParser
Handles the parsing of
elements in Mule Xml configuration. |
class |
DataObjectDefinitionParser
Represents a static config data object where the body of the element can be the data of a file
attribute can be set.
|
class |
DefaultThreadingProfileDefinitionParser
This parser is responsible for processing the
|
class |
ExceptionTXFilterDefinitionParser
TODO
|
class |
GlobalPropertyDefinitionParser |
class |
IgnoreObjectMethodsDefinitionParser |
class |
NotificationDefinitionParser |
class |
ObjectFactoryDefinitionParser |
class |
ObjectFactoryWrapper
Use this BeanDefinitionParser when you need a "wrapper" element for an ObjectFactory.
|
class |
PoolingProfileDefinitionParser
This parser is responsible for processing the
|
class |
RouterDefinitionParser
Generic router definition parser for parsing all Router elements.
|
class |
ServiceDefinitionParser |
class |
ServiceOverridesDefinitionParser
Sets a Map of service overrides on the parent connector
|
class |
ShortcutComponentDefinitionParser |
class |
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 . |
class |
ThreadingProfileDefinitionParser
This parser is responsible for processing the
|
class |
TransactionConfigDefinitionParser |
class |
TransactionManagerDefinitionParser |
Modifier and Type | Class and Description |
---|---|
class |
EndpointRefParser
Configures a reference to an endpoint on a parent bean.
|
class |
GenericEndpointDefinitionParser |
class |
GenericGlobalEndpointDefinitionParser |
Modifier and Type | Class and Description |
---|---|
class |
ChildAddressDefinitionParser
Generate an Endpoint URI from simple address components.
|
class |
ChildEndpointDefinitionParser
A parser for "embedded" endpoints - ie inbound, outbound and response endpoints.
|
class |
OrphanAddressDefinitionParser
Generate an Endpoint URI from simple address components.
|
class |
OrphanEndpointDefinitionParser
A parser for "orphan" (top-level) endpoints - ie GlobalEndpoints.
|
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.
|
class |
SimplePropertyDefinitionParser |
Modifier and Type | Class and Description |
---|---|
class |
ClientKeyStoreDefinitionParser |
class |
KeyStoreDefinitionParser |
class |
ProtocolHandlerDefinitionParser |
class |
TrustStoreDefinitionParser |
Modifier and Type | Class and Description |
---|---|
class |
RemoteDispatcherAgentDefinitionParser |
Modifier and Type | Class and Description |
---|---|
class |
JmxAgentDefinitionParser |
Modifier and Type | Class and Description |
---|---|
class |
XsltTextDefinitionParser
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
JmsConnectorDefinitionParser |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.