|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
AbstractHierarchicalDefinitionParser with
methods that assume the data are associated with a single property.AbstractChildElementIterator.insertBean(org.mule.config.spring.parsers.assembly.BeanAssembler, org.springframework.beans.factory.config.BeanDefinition, org.w3c.dom.Element, org.w3c.dom.Element).AbstractSerialDelegatingDefinitionParser
to return the first definition as the final resultAbstractBeanDefinitionParser to provide additional features for
consistently customising bean representations for Mule bean definition parsers.NamespaceHandlerSupport
to allow certain elements in document to be ignored by the handler.MuleDefinitionParser without
needing to subclass.ChildAddressDefinitionParser and
either a
OrphanEndpointDefinitionParser
or a
ChildEndpointDefinitionParser
in one parser.ChildDefinitionParser - it
takes named properties and, instead of inserting them individually on the target, it packages them as
a Map and inserts that.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).Connector
instance.NameParser configuration elements.- DefaultThreadingProfileDefinitionParser(String) -
Constructor for class org.mule.config.spring.parsers.specific.DefaultThreadingProfileDefinitionParser
-
- delegate -
Variable in class org.mule.config.spring.parsers.assembly.configuration.TempWrapperPropertyConfiguration
-
- DescendentDefinitionParser - Class in org.mule.config.spring.parsers.generic
- An extension to which recurses up the DOM
tree until it finds a named parent.
- DescendentDefinitionParser(String, Class) -
Constructor for class org.mule.config.spring.parsers.generic.DescendentDefinitionParser
-
- destroySubcontext(Name) -
Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
-
- destroySubcontext(String) -
Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
-
- disableAttribute(MuleDefinitionParser, String) -
Static method in class org.mule.config.spring.parsers.delegate.AbstractSerialDelegatingDefinitionParser
-
- disableAttributes(MuleDefinitionParser, String[][]) -
Static method in class org.mule.config.spring.parsers.delegate.AbstractSerialDelegatingDefinitionParser
-
- disableAttributes(MuleDefinitionParser, String[]) -
Static method in class org.mule.config.spring.parsers.delegate.AbstractSerialDelegatingDefinitionParser
-
- DISABLED_EVENT -
Static variable in class org.mule.config.spring.parsers.specific.NotificationDisableDefinitionParser
-
- DISABLED_INTERFACE -
Static variable in class org.mule.config.spring.parsers.specific.NotificationDisableDefinitionParser
-
- dispose() -
Method in class org.mule.config.spring.util.SpringBeanLookup
-
- doConfigure(MuleContext) -
Method in class org.mule.config.spring.SpringXmlConfigurationBuilder
-
- doDispose() -
Method in class org.mule.config.spring.SpringRegistry
-
- doGetObject() -
Method in class org.mule.config.spring.factories.AbstractEndpointFactoryBean
-
- doGetObject() -
Method in class org.mule.config.spring.factories.InboundEndpointFactoryBean
-
- doGetObject() -
Method in class org.mule.config.spring.factories.OutboundEndpointFactoryBean
-
- doInitialise() -
Method in class org.mule.config.spring.SpringRegistry
-
- doParse(Element, ParserContext, BeanDefinitionBuilder) -
Method in class org.mule.config.spring.parsers.AbstractChildDefinitionParser
-
- doParse(Element, ParserContext, BeanDefinitionBuilder) -
Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
- Parse the supplied
Element and populate the supplied
BeanDefinitionBuilder as required.
- doParse(Element, ParserContext, BeanDefinitionBuilder) -
Method in class org.mule.config.spring.parsers.collection.OrphanMapDefinitionParser
-
- doParse(Element, ParserContext, BeanDefinitionBuilder) -
Method in class org.mule.config.spring.parsers.specific.ServiceDefinitionParser
-
- doSingleBean(int, MuleDefinitionParser, Element, ParserContext) -
Method in class org.mule.config.spring.parsers.delegate.AbstractFirstResultSerialDefinitionParser
-
- doSingleBean(int, MuleDefinitionParser, Element, ParserContext) -
Method in class org.mule.config.spring.parsers.delegate.AbstractSerialDelegatingDefinitionParser
-
- doSingleBean(int, MuleDefinitionParser, Element, ParserContext) -
Method in class org.mule.config.spring.parsers.delegate.AbstractSingleParentFamilyDefinitionParser
-
- dropRef(String) -
Method in class org.mule.config.spring.parsers.assembly.configuration.SimplePropertyConfiguration
-
- DynamicAttributeDefinitionParser - Interface in org.mule.config.spring.parsers.collection
-
Connector
instance.AbstractHierarchicalDefinitionParser
and allows us to "fake" a parent when processing the same element.
Element.
Element based on an
explicit "class" attribute.
ChildDefinitionParser
so that it generates a map instead of a bean definition.DefaultBeanAssembler
along with ChildSingletonMapDefinitionParser.FailFastProblemReporter
that intercepts errors related to missing definition parsers to give a more helpful message.MuleApplicationContext is a simple extension application context
that allows resources to be loaded from the Classpath of file system using the
MuleBeanDefinitionReader.AbstractChildDefinitionParser
AbstractMuleBeanDefinitionParser
ChildDefinitionParser
MuleOrphanDefinitionParserhttp://www.mulesource.org/schema/mule/core/${version} Namespace.MuleObjectNameProcessor is used to set spring ids to Mule object
names so the the bean id and name property on the object don't both have to be
set.MuleResourceLoader is a custom Spring resource loader that calls
standard Mule methods for loading resource files.ParentDefinitionParser,
but allows any named bean to be the parent, rather than using the enclosing element in the DOM tree.ParentDefinitionParser so that the "name" attribute is set locally,
not on the parent.BeanDefinitionBuilder instance for the
bean Class and passes it to the
AbstractMuleBeanDefinitionParser.doParse(org.w3c.dom.Element, org.springframework.beans.factory.xml.ParserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder) strategy method.
configuration elements.- PoolingProfileDefinitionParser() -
Constructor for class org.mule.config.spring.parsers.specific.PoolingProfileDefinitionParser
-
- postProcess(ParserContext, BeanAssembler, Element) -
Method in class org.mule.config.spring.parsers.AbstractChildDefinitionParser
-
- postProcess(ParserContext, BeanAssembler, Element) -
Method in class org.mule.config.spring.parsers.AbstractHierarchicalDefinitionParser
-
- postProcess(ParserContext, BeanAssembler, Element) -
Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
- Hook method that derived classes can implement to inspect/change a
bean definition after parsing is complete.
- postProcess(ParserContext, BeanAssembler, Element) -
Method in class org.mule.config.spring.parsers.collection.ChildListEntryDefinitionParser
-
- postProcess(ParserContext, BeanAssembler, Element) -
Method in class org.mule.config.spring.parsers.generic.NamedDefinitionParser
-
- postProcess(ParserContext, BeanAssembler, Element) -
Method in class org.mule.config.spring.parsers.generic.OptionalChildDefinitionParser
-
- postProcess(ParserContext, BeanAssembler, Element) -
Method in class org.mule.config.spring.parsers.generic.ParentDefinitionParser
-
- postProcess(ParserContext, BeanAssembler, Element) -
Method in class org.mule.config.spring.parsers.generic.TextDefinitionParser
-
- postProcess(ParserContext, BeanAssembler, Element) -
Method in interface org.mule.config.spring.parsers.PostProcessor
-
- postProcess(ParserContext, BeanAssembler, Element) -
Method in class org.mule.config.spring.parsers.processors.AbstractChildElementIterator
-
- postProcess(ParserContext, BeanAssembler, Element) -
Method in class org.mule.config.spring.parsers.processors.AddAttribute
-
- postProcess(ParserContext, BeanAssembler, Element) -
Method in class org.mule.config.spring.parsers.processors.ConstructorReference
-
- postProcess(ParserContext, BeanAssembler, Element) -
Method in class org.mule.config.spring.parsers.processors.ExtendTarget
-
- postProcess(ParserContext, BeanAssembler, Element) -
Method in class org.mule.config.spring.parsers.specific.DataObjectDefinitionParser
-
- postProcess(ParserContext, BeanAssembler, Element) -
Method in class org.mule.config.spring.parsers.specific.GlobalPropertyDefinitionParser
-
- postProcess(ParserContext, BeanAssembler, Element) -
Method in class org.mule.config.spring.parsers.specific.ObjectFactoryWrapper
-
- postProcessAfterInitialization(Object, String) -
Method in class org.mule.config.spring.MuleContextPostProcessor
-
- postProcessAfterInitialization(Object, String) -
Method in class org.mule.config.spring.processors.MuleObjectNameProcessor
-
- postProcessBeforeInitialization(Object, String) -
Method in class org.mule.config.spring.MuleContextPostProcessor
-
- postProcessBeforeInitialization(Object, String) -
Method in class org.mule.config.spring.processors.MuleObjectNameProcessor
-
- PostProcessor - Interface in org.mule.config.spring.parsers
- This interface allows post-processing of the bean assmebler to be injected into
definition parsers
- PREFIX -
Static variable in class org.mule.config.spring.parsers.generic.AutoIdUtils
-
- PrefixValueMap - Class in org.mule.config.spring.parsers.assembly.configuration
-
- PrefixValueMap(String) -
Constructor for class org.mule.config.spring.parsers.assembly.configuration.PrefixValueMap
-
- prepareBeanFactory(ConfigurableListableBeanFactory) -
Method in class org.mule.config.spring.MuleApplicationContext
-
- preProcess(Element) -
Method in class org.mule.config.spring.parsers.AbstractHierarchicalDefinitionParser
-
- preProcess(Element) -
Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
- Hook method that derived classes can implement to modify internal state before processing.
- preProcess(Element) -
Method in class org.mule.config.spring.parsers.collection.OrphanMapDefinitionParser
-
- preProcess(Element) -
Method in class org.mule.config.spring.parsers.generic.ChildDefinitionParser
-
- preProcess(Element) -
Method in class org.mule.config.spring.parsers.generic.OrphanDefinitionParser
-
- preProcess(PropertyConfiguration, Element) -
Method in interface org.mule.config.spring.parsers.PreProcessor
-
- preProcess(PropertyConfiguration, Element) -
Method in class org.mule.config.spring.parsers.processors.AddAttribute
-
- preProcess(PropertyConfiguration, Element) -
Method in class org.mule.config.spring.parsers.processors.AttributeConcatenation
-
- preProcess(PropertyConfiguration, Element) -
Method in class org.mule.config.spring.parsers.processors.BlockAttribute
-
- preProcess(PropertyConfiguration, Element) -
Method in class org.mule.config.spring.parsers.processors.CheckExclusiveAttribute
-
- preProcess(PropertyConfiguration, Element) -
Method in class org.mule.config.spring.parsers.processors.CheckExclusiveAttributes
-
- preProcess(PropertyConfiguration, Element) -
Method in class org.mule.config.spring.parsers.processors.CheckRequiredAttributes
-
- preProcess(PropertyConfiguration, Element) -
Method in class org.mule.config.spring.parsers.processors.ProvideDefaultName
-
- preProcess(PropertyConfiguration, Element) -
Method in class org.mule.config.spring.parsers.processors.ProvideDefaultNameFromElement
-
- preProcess(PropertyConfiguration, Element) -
Method in class org.mule.config.spring.parsers.processors.RequireAttribute
-
- preProcess(Element) -
Method in class org.mule.config.spring.parsers.specific.endpoint.EndpointRefParser
-
- preProcess(Element) -
Method in class org.mule.config.spring.parsers.specific.properties.SimplePropertyDefinitionParser
-
- PreProcessor - Interface in org.mule.config.spring.parsers
- This interface allows pre-processing of the element.
- processChildElement(ParserContext, BeanAssembler, Element, Element) -
Method in class org.mule.config.spring.parsers.processors.AbstractChildElementIterator
-
- processProperty(Attr, BeanAssembler) -
Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
-
- PROPERTIES -
Static variable in class org.mule.config.spring.parsers.specific.endpoint.support.AddressedEndpointDefinitionParser
-
- PropertyConfiguration - Interface in org.mule.config.spring.parsers.assembly.configuration
- This collects together various constraints/rewrites that can be applied to attributes.
- PropertyPlaceholderProcessor - Class in org.mule.config.spring.processors
- TODO
- PropertyPlaceholderProcessor() -
Constructor for class org.mule.config.spring.processors.PropertyPlaceholderProcessor
-
- PROTOCOL -
Static variable in class org.mule.config.spring.parsers.specific.endpoint.support.AddressedEndpointDefinitionParser
-
- PROTOCOL -
Static variable in class org.mule.config.spring.parsers.specific.endpoint.support.ChildAddressDefinitionParser
-
- PROTOCOL -
Static variable in class org.mule.config.spring.parsers.specific.endpoint.support.OrphanAddressDefinitionParser
-
- ProtocolHandlerDefinitionParser - Class in org.mule.config.spring.parsers.specific.tls
-
- ProtocolHandlerDefinitionParser() -
Constructor for class org.mule.config.spring.parsers.specific.tls.ProtocolHandlerDefinitionParser
-
- ProvideDefaultName - Class in org.mule.config.spring.parsers.processors
-
- ProvideDefaultName(String) -
Constructor for class org.mule.config.spring.parsers.processors.ProvideDefaultName
-
- ProvideDefaultNameFromElement - Class in org.mule.config.spring.parsers.processors
-
- ProvideDefaultNameFromElement() -
Constructor for class org.mule.config.spring.parsers.processors.ProvideDefaultNameFromElement
-
- put(Object, Object) -
Method in class org.mule.config.spring.parsers.assembly.MapEntryCombiner
-
- putAll(Map) -
Method in class org.mule.config.spring.parsers.assembly.MapEntryCombiner
-
MuleHierarchicalBeanDefinitionParserDelegate
BridgeComponent,
org.mule.component.simple.EchoComponent and
org.mule.component.simple.LogComponent.PropertyConfigurationSpringXmlConfigurationBuilder enables Mule to be configured from a
Spring XML Configuration file used with Mule name-spaces. configuration elements.- ThreadingProfileDefinitionParser(String, String) -
Constructor for class org.mule.config.spring.parsers.specific.ThreadingProfileDefinitionParser
-
- TIMEOUT -
Static variable in class org.mule.config.spring.parsers.specific.TransactionDefinitionParser
-
- TransactionConfigDefinitionParser - Class in org.mule.config.spring.parsers.specific
-
- TransactionConfigDefinitionParser() -
Constructor for class org.mule.config.spring.parsers.specific.TransactionConfigDefinitionParser
-
- TransactionDefinitionParser - Class in org.mule.config.spring.parsers.specific
- Generates a transaction config with embedded factory.
- TransactionDefinitionParser() -
Constructor for class org.mule.config.spring.parsers.specific.TransactionDefinitionParser
-
- TransactionDefinitionParser(Class) -
Constructor for class org.mule.config.spring.parsers.specific.TransactionDefinitionParser
-
- TransactionManagerDefinitionParser - Class in org.mule.config.spring.parsers.specific
-
- TransactionManagerDefinitionParser() -
Constructor for class org.mule.config.spring.parsers.specific.TransactionManagerDefinitionParser
-
- TransactionManagerDefinitionParser(Class) -
Constructor for class org.mule.config.spring.parsers.specific.TransactionManagerDefinitionParser
-
- TRANSFORMER -
Static variable in class org.mule.config.spring.parsers.specific.TransformerDefinitionParser
-
- TransformerDefinitionParser - Class in org.mule.config.spring.parsers.specific
- This allows a transformer to be defined globally, or embedded within an endpoint
(as either a normal or response transformer).
- TransformerDefinitionParser(Class) -
Constructor for class org.mule.config.spring.parsers.specific.TransformerDefinitionParser
-
- TransformerDefinitionParser() -
Constructor for class org.mule.config.spring.parsers.specific.TransformerDefinitionParser
- For custom transformers
- TransformerRefDefinitionParser - Class in org.mule.config.spring.parsers.specific
- Handle response transformers correctly
- TransformerRefDefinitionParser() -
Constructor for class org.mule.config.spring.parsers.specific.TransformerRefDefinitionParser
-
- TRANSFORMERS_ATTRIBUTE -
Static variable in class org.mule.config.spring.parsers.specific.endpoint.support.EndpointUtils
-
- translateName(String) -
Method in interface org.mule.config.spring.parsers.assembly.configuration.PropertyConfiguration
- Extract a JavaBean property name from the supplied attribute name.
- translateName(String) -
Method in class org.mule.config.spring.parsers.assembly.configuration.ReusablePropertyConfiguration
-
- translateName(String) -
Method in class org.mule.config.spring.parsers.assembly.configuration.SimplePropertyConfiguration
- Extract a JavaBean property name from the supplied attribute name.
- translateName(String) -
Method in class org.mule.config.spring.parsers.assembly.configuration.TempWrapperPropertyConfiguration
-
- translateName(String) -
Method in class org.mule.config.spring.parsers.delegate.AllAttributeChildDefinitionParser
-
- translateValue(String, String) -
Method in interface org.mule.config.spring.parsers.assembly.configuration.PropertyConfiguration
-
- translateValue(String, String) -
Method in class org.mule.config.spring.parsers.assembly.configuration.ReusablePropertyConfiguration
-
- translateValue(String, String) -
Method in class org.mule.config.spring.parsers.assembly.configuration.SimplePropertyConfiguration
-
- translateValue(String, String) -
Method in class org.mule.config.spring.parsers.assembly.configuration.TempWrapperPropertyConfiguration
-
- translateValue(String, String) -
Method in class org.mule.config.spring.parsers.delegate.AllAttributeChildDefinitionParser
-
- TransportEndpointDefinitionParser - Class in org.mule.config.spring.parsers.specific.endpoint
- This is intended for use by endpoint-specific parsers for non-global endpoint
elements.
- TransportEndpointDefinitionParser(String, Class, String[]) -
Constructor for class org.mule.config.spring.parsers.specific.endpoint.TransportEndpointDefinitionParser
-
- TransportEndpointDefinitionParser(String, boolean, Class, String[]) -
Constructor for class org.mule.config.spring.parsers.specific.endpoint.TransportEndpointDefinitionParser
-
- TransportEndpointDefinitionParser(String, boolean, Class, String[], String[]) -
Constructor for class org.mule.config.spring.parsers.specific.endpoint.TransportEndpointDefinitionParser
-
- TransportEndpointDefinitionParser(String, boolean, Class, String[], String[][], String[][]) -
Constructor for class org.mule.config.spring.parsers.specific.endpoint.TransportEndpointDefinitionParser
-
- TransportEndpointDefinitionParser(String, boolean, Class, String[], String[], String[][], String[][]) -
Constructor for class org.mule.config.spring.parsers.specific.endpoint.TransportEndpointDefinitionParser
-
- TransportGlobalEndpointDefinitionParser - Class in org.mule.config.spring.parsers.specific.endpoint
- A parser for global endpoints.
- TransportGlobalEndpointDefinitionParser(String, String[]) -
Constructor for class org.mule.config.spring.parsers.specific.endpoint.TransportGlobalEndpointDefinitionParser
-
- TransportGlobalEndpointDefinitionParser(String, boolean, String[]) -
Constructor for class org.mule.config.spring.parsers.specific.endpoint.TransportGlobalEndpointDefinitionParser
-
- TransportGlobalEndpointDefinitionParser(String, boolean, String[], String[]) -
Constructor for class org.mule.config.spring.parsers.specific.endpoint.TransportGlobalEndpointDefinitionParser
-
- TransportGlobalEndpointDefinitionParser(String, boolean, Class, String[], String[]) -
Constructor for class org.mule.config.spring.parsers.specific.endpoint.TransportGlobalEndpointDefinitionParser
-
- TransportGlobalEndpointDefinitionParser(String, boolean, String[], String[][], String[][]) -
Constructor for class org.mule.config.spring.parsers.specific.endpoint.TransportGlobalEndpointDefinitionParser
-
- TransportGlobalEndpointDefinitionParser(String, boolean, String[], String[], String[][], String[][]) -
Constructor for class org.mule.config.spring.parsers.specific.endpoint.TransportGlobalEndpointDefinitionParser
-
- treeBindings -
Variable in class org.mule.config.spring.jndi.DefaultSpringJndiContext
-
- TrustStoreDefinitionParser - Class in org.mule.config.spring.parsers.specific.tls
-
- TrustStoreDefinitionParser() -
Constructor for class org.mule.config.spring.parsers.specific.tls.TrustStoreDefinitionParser
-
- TwoStageMapBeanAssembler - Class in org.mule.config.spring.parsers.assembly
- This is used by
MapDefinitionParserMutator - it takes
a normal bean definition and re-packages it as a map (rather than individual values). - TwoStageMapBeanAssembler(TwoStageMapBeanAssemblerFactory.BeanAssemblerStore, PropertyConfiguration, BeanDefinitionBuilder, PropertyConfiguration, BeanDefinition) -
Constructor for class org.mule.config.spring.parsers.assembly.TwoStageMapBeanAssembler
-
- TwoStageMapBeanAssemblerFactory - Class in org.mule.config.spring.parsers.assembly
-
- TwoStageMapBeanAssemblerFactory(TwoStageMapBeanAssemblerFactory.BeanAssemblerStore) -
Constructor for class org.mule.config.spring.parsers.assembly.TwoStageMapBeanAssemblerFactory
-
- TwoStageMapBeanAssemblerFactory.BeanAssemblerStore - Interface in org.mule.config.spring.parsers.assembly
-
Connector
instance.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||