- AbstractAttributeDefinitionVisitor - Class in org.mule.runtime.config.api.dsl.processor
-
Abstract AttributeDefinitionVisitor so clients do not have to implement every method.
- AbstractAttributeDefinitionVisitor() - Constructor for class org.mule.runtime.config.api.dsl.processor.AbstractAttributeDefinitionVisitor
-
- AbstractCursorProviderObjectFactory<T> - Class in org.mule.runtime.config.api.factories.streaming
-
- AbstractCursorProviderObjectFactory() - Constructor for class org.mule.runtime.config.api.factories.streaming.AbstractCursorProviderObjectFactory
-
- AbstractSelectiveRouterObjectFactory - Class in org.mule.runtime.config.internal.factories
-
- AbstractSelectiveRouterObjectFactory() - Constructor for class org.mule.runtime.config.internal.factories.AbstractSelectiveRouterObjectFactory
-
- accept(ComponentLocation) - Method in interface org.mule.runtime.config.api.LazyComponentInitializer.ComponentLocationFilter
-
- accept(ComponentModel) - Method in class org.mule.runtime.config.internal.dsl.model.ComponentLocationVisitor
-
For every
ComponentModel in the configuration, sets the
DefaultComponentLocation associated within an
annotation under the key
AbstractComponent.LOCATION_KEY.
- adaptBeanDefinition(ComponentConfiguration, Class, PostProcessorIocHelper) - Method in interface org.mule.runtime.config.privileged.dsl.BeanDefinitionPostProcessor
-
- addAnnotation(QName, Object, SpringComponentModel) - Static method in class org.mule.runtime.config.internal.dsl.spring.ComponentModelHelper
-
- addBeanPostProcessors(ConfigurableListableBeanFactory, BeanPostProcessor...) - Method in class org.mule.runtime.config.internal.MuleArtifactContext
-
- addChild(ConfigLine) - Method in class org.mule.runtime.config.api.dsl.processor.ConfigLine.Builder
-
- addChildComponentModel(ComponentModel) - Method in class org.mule.runtime.config.internal.model.ComponentModel.Builder
-
Adds a new complex child object to this ComponentModel.
- addComponent(Component) - Method in class org.mule.runtime.config.internal.SpringConfigurationComponentLocator
-
Adds a new component to the locator.
- addComponentLocation(ComponentLocation) - Method in class org.mule.runtime.config.internal.SpringConfigurationComponentLocator
-
Adds a new ComponentLocation to the locator.
- addConfigAttribute(String, String, boolean) - Method in class org.mule.runtime.config.api.dsl.processor.ConfigLine.Builder
-
- addConfigFile(ConfigFile) - Method in class org.mule.runtime.config.api.dsl.processor.ArtifactConfig.Builder
-
- addCustomAttribute(String, Object) - Method in class org.mule.runtime.config.api.dsl.processor.ConfigLine.Builder
-
- addCustomAttribute(String, Object) - Method in class org.mule.runtime.config.internal.model.ComponentModel.Builder
-
Adds a custom attribute to the ComponentModel.
- addDefinitionPropertyValue(String, Class, Map<String, Object>, boolean, Object...) - Method in interface org.mule.runtime.config.privileged.dsl.PostProcessorIocHelper
-
- addNode(Node) - Method in class org.mule.runtime.config.internal.dsl.processor.xml.XmlCustomAttributeHandler.ComponentCustomAttributeStore
-
- addNode(Node) - Method in class org.mule.runtime.config.internal.dsl.processor.xml.XmlCustomAttributeHandler.ConfigLineCustomAttributeStore
-
- addParameter(String, String, boolean) - Method in class org.mule.runtime.config.internal.model.ComponentModel.Builder
-
- addPropertyValue(String, Object) - Method in interface org.mule.runtime.config.privileged.dsl.PostProcessorIocHelper
-
- addReferenceConstructorArg(String) - Method in interface org.mule.runtime.config.privileged.dsl.PostProcessorIocHelper
-
- addReferencesPropertyValue(String, String[]) - Method in interface org.mule.runtime.config.privileged.dsl.PostProcessorIocHelper
-
- addResources(List<ConfigResource>) - Method in class org.mule.runtime.config.internal.SpringXmlConfigurationBuilder
-
Template method for modifying the list of resources to be loaded.
- addToEnvironment(String, Object) - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
-
- AddVariablePropertyConfigurator - Class in org.mule.runtime.config.privileged.dsl.processor
-
- AddVariablePropertyConfigurator() - Constructor for class org.mule.runtime.config.privileged.dsl.processor.AddVariablePropertyConfigurator
-
- ANNOTATION_ELEMENT - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
-
- ANNOTATIONS_ELEMENT_IDENTIFIER - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
-
- appendElementBody(String) - Method in class org.mule.runtime.config.internal.parsers.DefaultXmlMetadataAnnotations
-
Adds the body of the xml tag.
- appendElementBody(String) - Method in interface org.mule.runtime.config.internal.parsers.XmlMetadataAnnotations
-
Adds the body of the xml tag.
- appendElementEnd(String) - Method in class org.mule.runtime.config.internal.parsers.DefaultXmlMetadataAnnotations
-
Builds the closing tag of the xml element.
- appendElementEnd(String) - Method in interface org.mule.runtime.config.internal.parsers.XmlMetadataAnnotations
-
Builds the closing tag of the xml element.
- appendElementStart(String, Map<String, String>) - Method in class org.mule.runtime.config.internal.parsers.DefaultXmlMetadataAnnotations
-
Builds the opening tag of the xml element.
- appendElementStart(String, Map<String, String>) - Method in interface org.mule.runtime.config.internal.parsers.XmlMetadataAnnotations
-
Builds the opening tag of the xml element.
- applicationContext - Variable in class org.mule.runtime.config.internal.SpringRegistry
-
- ApplicationModel - Class in org.mule.runtime.config.internal.model
-
An ApplicationModel holds a representation of all the artifact configuration using an abstract model to represent any
configuration option.
- ApplicationModel(ArtifactConfig, ArtifactDeclaration, ResourceProvider) - Constructor for class org.mule.runtime.config.internal.model.ApplicationModel
-
- ApplicationModel(ArtifactConfig, ArtifactDeclaration, Set<ExtensionModel>, Map<String, String>, Optional<ConfigurationProperties>, Optional<ComponentBuildingDefinitionRegistry>, boolean, ResourceProvider) - Constructor for class org.mule.runtime.config.internal.model.ApplicationModel
-
- applicationModel - Variable in class org.mule.runtime.config.internal.MuleArtifactContext
-
- applyLifecycle(Object) - Method in class org.mule.runtime.config.internal.SpringRegistry
-
Will fire any lifecycle methods according to the current lifecycle without actually registering the object in the registry.
- applyLifecycle(Object, String) - Method in class org.mule.runtime.config.internal.SpringRegistry
- applyLifecycle(Object, String, String) - Method in class org.mule.runtime.config.internal.SpringRegistry
- applyLifecycle(LifecycleManager) - Method in class org.mule.runtime.config.internal.SpringXmlConfigurationBuilder
-
- areMatchingTypes(Class<?>, Class<?>) - Static method in class org.mule.runtime.config.internal.dsl.spring.CommonBeanDefinitionCreator
-
- ArtifactConfig - Class in org.mule.runtime.config.api.dsl.processor
-
Represents the application configuration files that describe the integrations.
- ArtifactConfig.Builder - Class in org.mule.runtime.config.api.dsl.processor
-
- ArtifactConfigResolver - Interface in org.mule.runtime.config.internal
-
- ArtifactConfigResolverContext - Interface in org.mule.runtime.config.internal
-
- ArtifactDeclarationXmlSerializer - Interface in org.mule.runtime.config.api.dsl
-
Serializer that can convert an ArtifactDeclaration into a readable and processable XML representation
and from a mule XML configuration file into an ArtifactDeclaration representation.
- asXml(DslElementModel) - Method in interface org.mule.runtime.config.api.dsl.model.XmlDslElementModelConverter
-
Converts the given
DslElementModel into its XML
Element representation,
populating the given
owner Document with all the information required
in order for the returned
Element to be correctly parsed.
- asXml(DslElementModel) - Method in class org.mule.runtime.config.internal.dsl.model.DefaultXmlDslElementModelConverter
-
Converts the given
DslElementModel into its XML
Element representation,
populating the given
owner Document with all the information required
in order for the returned
Element to be correctly parsed.
- AsyncMessageProcessorsFactoryBean - Class in org.mule.runtime.config.internal.factories
-
- AsyncMessageProcessorsFactoryBean() - Constructor for class org.mule.runtime.config.internal.factories.AsyncMessageProcessorsFactoryBean
-
- ATTRIBUTE_ID - Static variable in class org.mule.runtime.config.internal.parsers.generic.AutoIdUtils
-
- ATTRIBUTE_NAME - Static variable in class org.mule.runtime.config.internal.parsers.generic.AutoIdUtils
-
- attributeName(Attr) - Static method in class org.mule.runtime.config.internal.util.SpringXMLUtils
-
- authenticate(Authentication) - Method in class org.mule.runtime.config.internal.CustomSecurityProviderDelegate
-
- AutoIdUtils - Class in org.mule.runtime.config.internal.parsers.generic
-
- AutoIdUtils() - Constructor for class org.mule.runtime.config.internal.parsers.generic.AutoIdUtils
-
- canResolveEntity(String, String) - Method in class org.mule.runtime.config.internal.ModuleDelegatingEntityResolver
-
- characters(char[], int, int) - Method in class org.mule.runtime.config.internal.MuleDocumentLoader.XmlMetadataAnnotator
-
- checkFrozen() - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
-
- CHOICE_ELEMENT - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
-
- CHOICE_IDENTIFIER - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
-
- ChoiceRouterObjectFactory - Class in org.mule.runtime.config.internal.factories
-
- ChoiceRouterObjectFactory() - Constructor for class org.mule.runtime.config.internal.factories.ChoiceRouterObjectFactory
-
- CLASS_ATTRIBUTE - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
-
- ClassLoaderResourceProvider - Class in org.mule.runtime.config.internal.dsl.model
-
Resource provider implementation that delegates to an actual class loader.
- ClassLoaderResourceProvider(ClassLoader) - Constructor for class org.mule.runtime.config.internal.dsl.model.ClassLoaderResourceProvider
-
- close() - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
-
- close() - Method in class org.mule.runtime.config.internal.LazyMuleArtifactContext
-
- close() - Method in class org.mule.runtime.config.internal.model.ApplicationModel
-
- close() - Method in class org.mule.runtime.config.internal.MuleArtifactContext
-
- CommonBeanDefinitionCreator - Class in org.mule.runtime.config.internal.dsl.spring
-
Processor in the chain of responsibility that knows how to handle a generic ComponentBuildingDefinition.
- CommonBeanDefinitionCreator(ObjectFactoryClassRepository) - Constructor for class org.mule.runtime.config.internal.dsl.spring.CommonBeanDefinitionCreator
-
- compareTo(ConfigFile) - Method in class org.mule.runtime.config.api.dsl.processor.ConfigFile
-
- compareTo(SourcePosition) - Method in class org.mule.runtime.config.internal.parsers.SourcePosition
-
- COMPONENT_MODEL_KEY - Static variable in class org.mule.runtime.config.internal.model.ComponentModel
-
- ComponentBasedMetadataCacheIdGenerator - Class in org.mule.runtime.config.api.dsl.model.metadata
-
- ComponentBuildingDefinitionProviderUtils - Class in org.mule.runtime.config.api.dsl.model
-
Provides reusable base definition builders for plugin parsers
- ComponentBuildingDefinitionRegistry - Class in org.mule.runtime.config.api.dsl.model
-
Registry with all ComponentBuildingDefinition that where discovered in the classpath.
- ComponentBuildingDefinitionRegistry() - Constructor for class org.mule.runtime.config.api.dsl.model.ComponentBuildingDefinitionRegistry
-
- componentBuildingDefinitionRegistry - Variable in class org.mule.runtime.config.internal.MuleArtifactContext
-
- ComponentBuildingDefinitionUtils - Class in org.mule.runtime.config.internal.util
-
Utility class for registering ComponentBuildingDefinition.
- ComponentBuildingDefinitionUtils() - Constructor for class org.mule.runtime.config.internal.util.ComponentBuildingDefinitionUtils
-
- ComponentFactoryBean<B extends org.mule.runtime.api.component.Component> - Class in org.mule.runtime.config.internal.factories
-
Extends spring's AbstractFactoryBean by adding annotations.
- ComponentFactoryBean() - Constructor for class org.mule.runtime.config.internal.factories.ComponentFactoryBean
-
- ComponentLocationVisitor - Class in org.mule.runtime.config.internal.dsl.model
-
Visitor that setups the DefaultComponentLocation for all mule components in the artifact configuration.
- ComponentLocationVisitor() - Constructor for class org.mule.runtime.config.internal.dsl.model.ComponentLocationVisitor
-
- componentLocator - Variable in class org.mule.runtime.config.internal.MuleArtifactContext
-
- ComponentLocatorCreatePostProcessor - Class in org.mule.runtime.config.internal.processor
-
- ComponentLocatorCreatePostProcessor(SpringConfigurationComponentLocator) - Constructor for class org.mule.runtime.config.internal.processor.ComponentLocatorCreatePostProcessor
-
Creates a new instance that will populate component over componentLocator
- ComponentModel - Class in org.mule.runtime.config.internal.model
-
An ComponentModel represents the user configuration of a component (flow, config, message processor, etc) defined in an
artifact configuration file.
- ComponentModel() - Constructor for class org.mule.runtime.config.internal.model.ComponentModel
-
- ComponentModel.Builder - Class in org.mule.runtime.config.internal.model
-
Builder to create instances of ComponentModel.
- ComponentModelHelper - Class in org.mule.runtime.config.internal.dsl.spring
-
- ComponentModelHelper() - Constructor for class org.mule.runtime.config.internal.dsl.spring.ComponentModelHelper
-
- ComponentModelInitializer - Interface in org.mule.runtime.config.internal
-
- ComponentModelReader - Class in org.mule.runtime.config.internal.dsl.model
-
Class used to read xml files from
ConfigLines, unifying knowledge on how to properly read the files returning the
ComponentModel object.
- ComponentModelReader(ConfigurationPropertiesResolver) - Constructor for class org.mule.runtime.config.internal.dsl.model.ComponentModelReader
-
- composeName(Name, Name) - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
-
- composeName(String, String) - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
-
- CompositeConfigurationPropertiesProvider - Class in org.mule.runtime.config.internal.dsl.model.config
-
- CompositeConfigurationPropertiesProvider(List<ConfigurationPropertiesProvider>) - Constructor for class org.mule.runtime.config.internal.dsl.model.config.CompositeConfigurationPropertiesProvider
-
- CompositeOptionalObjectsController - Class in org.mule.runtime.config.internal
-
- CompositeOptionalObjectsController(OptionalObjectsController...) - Constructor for class org.mule.runtime.config.internal.CompositeOptionalObjectsController
-
- CONFIG_ATTRIBUTE_DESCRIPTION - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
-
- CONFIG_FILE_NAME - Static variable in class org.mule.runtime.config.internal.dsl.processor.xml.XmlCustomAttributeHandler
-
- ConfigFile - Class in org.mule.runtime.config.api.dsl.processor
-
Represents an artifact configuration file and it's content in hierarchical format.
- ConfigFile(String, List<ConfigLine>) - Constructor for class org.mule.runtime.config.api.dsl.processor.ConfigFile
-
- ConfigLine - Class in org.mule.runtime.config.api.dsl.processor
-
A configuration line represents the data within a line in a configuration file
- ConfigLine() - Constructor for class org.mule.runtime.config.api.dsl.processor.ConfigLine
-
- ConfigLine.Builder - Class in org.mule.runtime.config.api.dsl.processor
-
- ConfigLineProvider - Interface in org.mule.runtime.config.api.dsl.processor
-
A configuration line provider allows to have a parent child relationship between ConfigLine while keeping the object
immutable.
- ConfigurableInstanceFactory<T> - Interface in org.mule.runtime.config.api.dsl
-
- ConfigurableObjectFactory<T> - Class in org.mule.runtime.config.api.dsl
- ConfigurableObjectFactory() - Constructor for class org.mule.runtime.config.api.dsl.ConfigurableObjectFactory
-
- CONFIGURATION_ELEMENT - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
-
- CONFIGURATION_IDENTIFIER - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
-
- CONFIGURATION_PROPERTIES - Static variable in class org.mule.runtime.config.api.dsl.model.properties.DefaultConfigurationPropertiesProviderFactory
-
- CONFIGURATION_PROPERTIES_ELEMENT - Static variable in class org.mule.runtime.config.api.dsl.model.properties.DefaultConfigurationPropertiesProviderFactory
-
- configurationAttributes - Variable in class org.mule.runtime.config.api.dsl.model.properties.DefaultConfigurationPropertiesProvider
-
- ConfigurationDependencyResolver - Class in org.mule.runtime.config.internal.dsl.model
-
- ConfigurationDependencyResolver(ApplicationModel, ComponentBuildingDefinitionRegistry, Predicate<ComponentIdentifier>) - Constructor for class org.mule.runtime.config.internal.dsl.model.ConfigurationDependencyResolver
-
- ConfigurationParameters - Interface in org.mule.runtime.config.api.dsl.model
-
Representation of the DSL configuration parameters of a component.
- ConfigurationPropertiesException - Exception in org.mule.runtime.config.internal.dsl.model.config
-
- ConfigurationPropertiesException(I18nMessage, Component) - Constructor for exception org.mule.runtime.config.internal.dsl.model.config.ConfigurationPropertiesException
-
- ConfigurationPropertiesException(I18nMessage, Component, Exception) - Constructor for exception org.mule.runtime.config.internal.dsl.model.config.ConfigurationPropertiesException
-
- ConfigurationPropertiesProvider - Interface in org.mule.runtime.config.api.dsl.model.properties
-
A provider of configuration attributes.
- ConfigurationPropertiesProviderFactory - Interface in org.mule.runtime.config.api.dsl.model.properties
-
Builds the provider for a custom configuration properties element.
- ConfigurationPropertiesResolver - Interface in org.mule.runtime.config.internal.dsl.model.config
-
- ConfigurationProperty - Interface in org.mule.runtime.config.api.dsl.model.properties
-
Represents a configuration attribute.
- configure(T, Map<String, Object>) - Method in interface org.mule.runtime.config.api.dsl.ObjectFactoryCommonConfigurator
-
Configures the object instance using the parameters populated from the configuration.
- configure(AbstractTransformer, Map<String, Object>) - Method in class org.mule.runtime.config.api.dsl.processor.TransformerConfigurator
-
Configures the common parameters of every transformer.
- configure(AbstractAddVariablePropertyProcessor, Map<String, Object>) - Method in class org.mule.runtime.config.privileged.dsl.processor.AddVariablePropertyConfigurator
-
Configures the common parameters of every transformer.
- ConstantFactoryBean<T> - Class in org.mule.runtime.config.internal.factories
-
A FactoryBean which returns a fixed instanced obtained through the constructor.
- ConstantFactoryBean(T) - Constructor for class org.mule.runtime.config.internal.factories.ConstantFactoryBean
-
- containing(DslElementModel) - Method in class org.mule.runtime.config.api.dsl.model.DslElementModel.Builder
-
- convert(String) - Static method in class org.mule.runtime.config.internal.editors.QNamePropertyEditor
-
- convert(ConfigResource[]) - Static method in class org.mule.runtime.config.internal.MuleArtifactContext
-
- CORE_ERROR_NS - Static variable in class org.mule.runtime.config.internal.dsl.spring.BeanDefinitionFactory
-
- CoreComponentBuildingDefinitionProvider - Class in org.mule.runtime.config.internal.dsl.model
-
ComponentBuildingDefinition definitions for the components provided by the core runtime.
- CoreComponentBuildingDefinitionProvider() - Constructor for class org.mule.runtime.config.internal.dsl.model.CoreComponentBuildingDefinitionProvider
-
- CoreDslConstants - Interface in org.mule.runtime.config.api.dsl
-
Constants for Mule XML DSL.
- CoreXmlNamespaceInfoProvider - Class in org.mule.runtime.config.internal.dsl.processor.xml
-
Provides the core namespace XML information.
- CoreXmlNamespaceInfoProvider() - Constructor for class org.mule.runtime.config.internal.dsl.processor.xml.CoreXmlNamespaceInfoProvider
-
- create(ElementDeclaration) - Method in interface org.mule.runtime.config.api.dsl.model.DslElementModelFactory
-
Resolves the
DslElementModel for the given
ElementDeclaration, providing an element with all the required
information for representing this
elementDeclaration element in the DSL and binding it to its
model component or
MetadataType.
- create(ComponentConfiguration) - Method in interface org.mule.runtime.config.api.dsl.model.DslElementModelFactory
-
Resolves the
DslElementModel for the given
applicationElement, providing an element
with all the required information for representing this
applicationElement element in the DSL and binding it to its
model component or
MetadataType.
- create(DslResolvingContext, MetadataCacheIdGeneratorFactory.ComponentLocator<ComponentConfiguration>) - Method in class org.mule.runtime.config.api.dsl.model.metadata.ModelBasedMetadataCacheIdGeneratorFactory
-
- create() - Method in interface org.mule.runtime.config.api.XmlGathererErrorHandlerFactory
-
- create() - Method in class org.mule.runtime.config.internal.DefaultXmlGathererErrorHandlerFactory
-
- create(ElementDeclaration) - Method in class org.mule.runtime.config.internal.dsl.model.DefaultDslElementModelFactory
-
Resolves the
DslElementModel for the given
ElementDeclaration, providing an element with all the required
information for representing this
elementDeclaration element in the DSL and binding it to its
model component or
MetadataType.
- create(ComponentConfiguration) - Method in class org.mule.runtime.config.internal.dsl.model.DefaultDslElementModelFactory
-
Resolves the
DslElementModel for the given
applicationElement, providing an element
with all the required information for representing this
applicationElement element in the DSL and binding it to its
model component or
MetadataType.
- create(Locator) - Method in interface org.mule.runtime.config.internal.XmlMetadataAnnotationsFactory
-
- createApplicationComponents(DefaultListableBeanFactory, ApplicationModel, boolean) - Method in class org.mule.runtime.config.internal.MuleArtifactContext
-
Creates te definition for all the objects to be created form the enabled components in the applicationModel.
- createArtifactContext(ArtifactContextConfiguration) - Method in class org.mule.runtime.config.api.dsl.artifact.SpringArtifactConfigurationProcessor
-
- createArtifactContext() - Method in class org.mule.runtime.config.internal.SpringXmlConfigurationBuilder
-
- createAttributesFromYamlObject(String, Object, Object) - Method in class org.mule.runtime.config.api.dsl.model.properties.DefaultConfigurationPropertiesProvider
-
- CreateBeanDefinitionRequest - Class in org.mule.runtime.config.internal.dsl.spring
-
Bean definition creation request.
- CreateBeanDefinitionRequest(ComponentModel, SpringComponentModel, ComponentBuildingDefinition) - Constructor for class org.mule.runtime.config.internal.dsl.spring.CreateBeanDefinitionRequest
-
- createBeanFactory() - Method in class org.mule.runtime.config.internal.MuleArtifactContext
-
- createConfigurationBuilder(String) - Static method in class org.mule.runtime.config.api.SpringXmlConfigurationBuilderFactory
-
- createConfigurationBuilder(String, boolean) - Static method in class org.mule.runtime.config.api.SpringXmlConfigurationBuilderFactory
-
- createConfigurationBuilder(String[], boolean) - Static method in class org.mule.runtime.config.api.SpringXmlConfigurationBuilderFactory
-
- createConfigurationBuilder(String[], MuleContext) - Static method in class org.mule.runtime.config.api.SpringXmlConfigurationBuilderFactory
-
- createConfigurationBuilder(String, Map<String, String>, ArtifactType) - Static method in class org.mule.runtime.config.api.SpringXmlConfigurationBuilderFactory
-
- createConfigurationBuilder(String[], Map<String, String>, ArtifactType) - Static method in class org.mule.runtime.config.api.SpringXmlConfigurationBuilderFactory
-
- createConfigurationBuilder(String, Map<String, String>, ArtifactType, boolean, boolean) - Static method in class org.mule.runtime.config.api.SpringXmlConfigurationBuilderFactory
-
- createConfigurationBuilder(String[], Map<String, String>, ArtifactType, boolean, boolean) - Static method in class org.mule.runtime.config.api.SpringXmlConfigurationBuilderFactory
-
- createConfigurationBuilder(String[], MuleContext, boolean, boolean) - Static method in class org.mule.runtime.config.internal.SpringXmlConfigurationBuilder
-
- createFromExtensionModels(Set<ExtensionModel>) - Static method in class org.mule.runtime.config.api.dsl.processor.xml.XmlApplicationParser
-
- createInjectProviderParamsServiceProxy(Service, Registry) - Static method in class org.mule.runtime.config.internal.InjectParamsFromContextServiceProxy
-
Creates a proxy for the provided service instance.
- createInstance(Map<String, Object>) - Method in interface org.mule.runtime.config.api.dsl.ConfigurableInstanceFactory
-
Creates the object to be used at runtime.
- createInstance() - Method in class org.mule.runtime.config.internal.dsl.processor.TransformerObjectFactory
-
Template method for creating the transformer instance.
- createInstance() - Method in class org.mule.runtime.config.internal.factories.ComponentFactoryBean
-
- createInstance() - Method in class org.mule.runtime.config.internal.factories.ObjectStoreFromRegistryFactoryBean
-
- createKey(String, String) - Method in class org.mule.runtime.config.api.dsl.model.properties.DefaultConfigurationPropertiesProvider
-
- createLifecycleManager(LifecycleInterceptor) - Method in class org.mule.runtime.config.internal.SpringRegistry
-
- createNewInstance(Class) - Static method in class org.mule.runtime.config.api.dsl.model.ComponentBuildingDefinitionProviderUtils
-
- createNewInstance(String) - Static method in class org.mule.runtime.config.api.dsl.model.ComponentBuildingDefinitionProviderUtils
-
- createProvider(ConfigurationParameters, ResourceProvider) - Method in interface org.mule.runtime.config.api.dsl.model.properties.ConfigurationPropertiesProviderFactory
-
Builds a properties provider for each matching configuration element.
- createProvider(ConfigurationParameters, ResourceProvider) - Method in class org.mule.runtime.config.api.dsl.model.properties.DefaultConfigurationPropertiesProviderFactory
-
- createSaxAnnotator(Document) - Method in class org.mule.runtime.config.internal.MuleDocumentLoader
-
- createSecurityContext(Authentication) - Method in class org.mule.runtime.config.internal.CustomSecurityProviderDelegate
-
- createSubcontext(Name) - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
-
- createSubcontext(String) - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
-
- createTransactionConfig(String, TransactionType) - Method in class org.mule.runtime.config.internal.factories.TryProcessorFactoryBean
-
- createValue(String, String) - Method in class org.mule.runtime.config.api.dsl.model.properties.DefaultConfigurationPropertiesProvider
-
- CURRENT_VERSION - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
-
- CUSTOM_SCHEMA_MAPPINGS_LOCATION - Static variable in class org.mule.runtime.config.internal.MuleCustomEntityResolver
-
- CUSTOM_SPRING_SCHEMA_MAPPINGS_LOCATION - Static variable in class org.mule.runtime.config.internal.MuleCustomEntityResolver
-
- CUSTOM_TRANSFORMER - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
-
- CUSTOM_TRANSFORMER_IDENTIFIER - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
-
- CustomEncryptionStrategyDelegate - Class in org.mule.runtime.config.internal
-
Delegate for encryption strategies configured inside security-manager
- CustomEncryptionStrategyDelegate(EncryptionStrategy, String) - Constructor for class org.mule.runtime.config.internal.CustomEncryptionStrategyDelegate
-
- customizeBeanFactory(DefaultListableBeanFactory) - Method in class org.mule.runtime.config.internal.MuleArtifactContext
-
- CustomSecurityFilterObjectFactory - Class in org.mule.runtime.config.internal.dsl.processor
-
- CustomSecurityFilterObjectFactory(SecurityFilter) - Constructor for class org.mule.runtime.config.internal.dsl.processor.CustomSecurityFilterObjectFactory
-
- CustomSecurityProviderDelegate - Class in org.mule.runtime.config.internal
-
Delegate for security providers configured inside security-manager
- CustomSecurityProviderDelegate(SecurityProvider, String) - Constructor for class org.mule.runtime.config.internal.CustomSecurityProviderDelegate
-
- DATA_WEAVE - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
-
- DatePropertyEditor - Class in org.mule.runtime.config.internal.editors
-
Handles the conversion of date strings in
Date objects.
- DatePropertyEditor(DateFormat, DateFormat, boolean) - Constructor for class org.mule.runtime.config.internal.editors.DatePropertyEditor
-
Create a new CustomDateEditor instance, using the given DateFormat for parsing and rendering.
- DatePropertyEditor(DateFormat, boolean, int) - Constructor for class org.mule.runtime.config.internal.editors.DatePropertyEditor
-
Create a new CustomDateEditor instance, using the given DateFormat for parsing and rendering.
- DECLARED_PREFIX - Static variable in class org.mule.runtime.config.internal.dsl.processor.xml.XmlCustomAttributeHandler
-
- decrypt(InputStream, Object) - Method in class org.mule.runtime.config.internal.CustomEncryptionStrategyDelegate
-
- decrypt(byte[], Object) - Method in class org.mule.runtime.config.internal.CustomEncryptionStrategyDelegate
-
- DEFAULT_COLLECTION_TYPE - Static variable in class org.mule.runtime.config.internal.dsl.processor.ObjectTypeVisitor
-
- DefaultArtifactConfigResolver - Class in org.mule.runtime.config.internal
-
- DefaultArtifactConfigResolver() - Constructor for class org.mule.runtime.config.internal.DefaultArtifactConfigResolver
-
- DefaultArtifactDeclarationXmlSerializer - Class in org.mule.runtime.config.internal.dsl.model
-
- DefaultArtifactDeclarationXmlSerializer(DslResolvingContext) - Constructor for class org.mule.runtime.config.internal.dsl.model.DefaultArtifactDeclarationXmlSerializer
-
- DefaultBeanDependencyResolver - Class in org.mule.runtime.config.internal
-
Default
BeanDependencyResolver to resolve dependencies based on spring
BeanDefinitions and dependencies in the configuration.
- DefaultBeanDependencyResolver(ConfigurationDependencyResolver, SpringRegistry) - Constructor for class org.mule.runtime.config.internal.DefaultBeanDependencyResolver
-
Creates a new instance
- DefaultComponentInitialStateManager - Class in org.mule.runtime.config.internal.dsl.model.config
-
Default ComponentInitialStateManager that always signals initialization of components.
- DefaultComponentInitialStateManager() - Constructor for class org.mule.runtime.config.internal.dsl.model.config.DefaultComponentInitialStateManager
-
- DefaultConfigurationParameters - Class in org.mule.runtime.config.internal.dsl.model
-
- DefaultConfigurationParameters.Builder - Class in org.mule.runtime.config.internal.dsl.model
-
- DefaultConfigurationPropertiesProvider - Class in org.mule.runtime.config.api.dsl.model.properties
-
Artifact attributes configuration.
- DefaultConfigurationPropertiesProvider(String, ResourceProvider) - Constructor for class org.mule.runtime.config.api.dsl.model.properties.DefaultConfigurationPropertiesProvider
-
- DefaultConfigurationPropertiesProviderFactory - Class in org.mule.runtime.config.api.dsl.model.properties
-
Builds the provider for the configuration-properties element.
- DefaultConfigurationPropertiesProviderFactory() - Constructor for class org.mule.runtime.config.api.dsl.model.properties.DefaultConfigurationPropertiesProviderFactory
-
- DefaultConfigurationPropertiesResolver - Class in org.mule.runtime.config.internal.dsl.model.config
-
Resolves attribute placeholders.
- DefaultConfigurationPropertiesResolver(Optional<ConfigurationPropertiesResolver>, ConfigurationPropertiesProvider) - Constructor for class org.mule.runtime.config.internal.dsl.model.config.DefaultConfigurationPropertiesResolver
-
- DefaultConfigurationProperty - Class in org.mule.runtime.config.internal.dsl.model.config
-
Represents a configuration attribute.
- DefaultConfigurationProperty(Object, String, Object) - Constructor for class org.mule.runtime.config.internal.dsl.model.config.DefaultConfigurationProperty
-
Creates a new configuration value
- DefaultDslElementModelFactory - Class in org.mule.runtime.config.internal.dsl.model
-
- DefaultDslElementModelFactory(DslResolvingContext) - Constructor for class org.mule.runtime.config.internal.dsl.model.DefaultDslElementModelFactory
-
- DefaultExpressionManagerFactoryBean - Class in org.mule.runtime.config.internal
-
Creates the default
ExpressionManager
This factory creates a proxy on top of the real expression manager.
- DefaultExpressionManagerFactoryBean() - Constructor for class org.mule.runtime.config.internal.DefaultExpressionManagerFactoryBean
-
- DefaultFlowFactoryBean - Class in org.mule.runtime.config.internal.factories
-
Generates an immutable
Flow with the provided config.
- DefaultFlowFactoryBean() - Constructor for class org.mule.runtime.config.internal.factories.DefaultFlowFactoryBean
-
- DefaultNameParser - Class in org.mule.runtime.config.internal.jndi
-
- DefaultNameParser() - Constructor for class org.mule.runtime.config.internal.jndi.DefaultNameParser
-
- DefaultOptionalObjectsController - Class in org.mule.runtime.config.internal
-
- DefaultOptionalObjectsController() - Constructor for class org.mule.runtime.config.internal.DefaultOptionalObjectsController
-
- DefaultSpringJndiContext - Class in org.mule.runtime.config.internal.jndi
-
A simple spring based JNDI context which is mutable
Borrowed from the XBean (xbean.codehaus.org) project.
- DefaultSpringJndiContext() - Constructor for class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
-
- DefaultSpringJndiContext(Hashtable) - Constructor for class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
-
- DefaultSpringJndiContext(Hashtable, Map) - Constructor for class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
-
- DefaultSpringJndiContext(Hashtable, Map, String) - Constructor for class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
-
- DefaultSpringJndiContext(DefaultSpringJndiContext, Hashtable) - Constructor for class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
-
- DefaultSpringJndiContext(DefaultSpringJndiContext, Hashtable, String) - Constructor for class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
-
- DefaultValueVisitor - Class in org.mule.runtime.config.internal.dsl.spring
-
Visitor to acquire the default value, if any, defined for the attribute.
- DefaultValueVisitor() - Constructor for class org.mule.runtime.config.internal.dsl.spring.DefaultValueVisitor
-
- DefaultXmlArtifactDeclarationLoader - Class in org.mule.runtime.config.internal.dsl.declaration
-
- DefaultXmlArtifactDeclarationLoader(DslResolvingContext) - Constructor for class org.mule.runtime.config.internal.dsl.declaration.DefaultXmlArtifactDeclarationLoader
-
- DefaultXmlDslElementModelConverter - Class in org.mule.runtime.config.internal.dsl.model
-
- DefaultXmlDslElementModelConverter(Document) - Constructor for class org.mule.runtime.config.internal.dsl.model.DefaultXmlDslElementModelConverter
-
- DefaultXmlGathererErrorHandlerFactory - Class in org.mule.runtime.config.internal
-
- DefaultXmlGathererErrorHandlerFactory() - Constructor for class org.mule.runtime.config.internal.DefaultXmlGathererErrorHandlerFactory
-
- DefaultXmlLoggerErrorHandler - Class in org.mule.runtime.config.internal
-
Default implementation of
XmlGathererErrorHandler which collects all errors, and on a fatal exception will
propagate an exception.
- DefaultXmlLoggerErrorHandler() - Constructor for class org.mule.runtime.config.internal.DefaultXmlLoggerErrorHandler
-
- DefaultXmlMetadataAnnotations - Class in org.mule.runtime.config.internal.parsers
-
Stores the metadata annotations from the XML parser so they are available when building the actual objects of the application.
- DefaultXmlMetadataAnnotations() - Constructor for class org.mule.runtime.config.internal.parsers.DefaultXmlMetadataAnnotations
-
- DependencyNode - Class in org.mule.runtime.config.internal.dsl.model
-
- DependencyNode(String, DependencyNode.Type) - Constructor for class org.mule.runtime.config.internal.dsl.model.DependencyNode
-
- DependencyNode(String, ComponentIdentifier, DependencyNode.Type) - Constructor for class org.mule.runtime.config.internal.dsl.model.DependencyNode
-
- DependencyNode.Type - Enum in org.mule.runtime.config.internal.dsl.model
-
- DESCRIPTION_ELEMENT - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
-
- DESCRIPTION_IDENTIFIER - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
-
- deserialize(InputStream) - Method in interface org.mule.runtime.config.api.dsl.ArtifactDeclarationXmlSerializer
-
Creates an ArtifactDeclaration from a given mule artifact XML configuration file.
- deserialize(String, InputStream) - Method in interface org.mule.runtime.config.api.dsl.ArtifactDeclarationXmlSerializer
-
Creates an ArtifactDeclaration from a given mule artifact XML configuration file.
- deserialize(InputStream) - Method in class org.mule.runtime.config.internal.dsl.model.DefaultArtifactDeclarationXmlSerializer
-
- deserialize(String, InputStream) - Method in class org.mule.runtime.config.internal.dsl.model.DefaultArtifactDeclarationXmlSerializer
-
- destroy() - Method in class org.mule.runtime.config.internal.MuleArtifactContext
-
- destroySubcontext(Name) - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
-
- destroySubcontext(String) - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
-
- DisabledNotificationConfig() - Constructor for class org.mule.runtime.config.internal.NotificationConfig.DisabledNotificationConfig
-
- DiscardedOptionalBeanPostProcessor - Class in org.mule.runtime.config.internal.processor
-
A InstantiationAwareBeanPostProcessor which suspends initialization and population of discarded objects and removes
them from the registry
- DiscardedOptionalBeanPostProcessor(OptionalObjectsController, DefaultListableBeanFactory) - Constructor for class org.mule.runtime.config.internal.processor.DiscardedOptionalBeanPostProcessor
-
- discardOptionalObject(String) - Method in class org.mule.runtime.config.internal.CompositeOptionalObjectsController
-
- discardOptionalObject(String) - Method in class org.mule.runtime.config.internal.DefaultOptionalObjectsController
-
- discardOptionalObject(String) - Method in interface org.mule.runtime.config.internal.OptionalObjectsController
-
Registers the given key as a discarded object
- dispose() - Method in class org.mule.runtime.config.internal.dsl.model.config.CompositeConfigurationPropertiesProvider
-
- dispose() - Method in class org.mule.runtime.config.internal.dsl.model.config.DefaultConfigurationPropertiesResolver
-
- disposeCache(String) - Method in class org.mule.runtime.config.internal.LazyMetadataService
- DOC_DESCRIPTION_IDENTIFIER - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
-
- DOC_NAMESPACE - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
-
- doConfigure(MuleContext) - Method in class org.mule.runtime.config.internal.SpringXmlConfigurationBuilder
-
- doCreateInstance() - Method in class org.mule.runtime.config.internal.factories.ComponentFactoryBean
-
- doDispose() - Method in class org.mule.runtime.config.internal.SpringRegistry
-
- doGetObject() - Method in class org.mule.runtime.config.api.dsl.ConfigurableObjectFactory
-
- doGetObject() - Method in class org.mule.runtime.config.internal.dsl.processor.CustomSecurityFilterObjectFactory
-
- doGetObject() - Method in class org.mule.runtime.config.internal.dsl.processor.EnvironmentPropertyObjectFactory
-
- doGetObject() - Method in class org.mule.runtime.config.internal.dsl.processor.factory.MessageEnricherObjectFactory
-
- doGetObject() - Method in class org.mule.runtime.config.internal.dsl.processor.ReconnectionConfigObjectFactory
-
- doGetObject() - Method in class org.mule.runtime.config.internal.dsl.processor.RetryPolicyTemplateObjectFactory
-
- doGetObject() - Method in class org.mule.runtime.config.internal.dsl.processor.TransformerObjectFactory
-
- doGetObject() - Method in class org.mule.runtime.config.internal.factories.AbstractSelectiveRouterObjectFactory
-
- doGetObject() - Method in class org.mule.runtime.config.internal.factories.DynamicConfigExpirationObjectFactory
-
- doGetObject() - Method in class org.mule.runtime.config.internal.factories.ErrorHandlerFactoryBean
-
- doGetObject() - Method in class org.mule.runtime.config.internal.factories.ExpirationPolicyObjectFactory
-
- doGetObject() - Method in class org.mule.runtime.config.internal.factories.FlowRefFactoryBean
-
- doGetObject() - Method in class org.mule.runtime.config.internal.factories.MessageProcessorFilterPairFactoryBean
-
- doGetObject() - Method in class org.mule.runtime.config.internal.factories.ModuleOperationMessageProcessorChainFactoryBean
-
- doGetObject() - Method in class org.mule.runtime.config.internal.factories.OnErrorFactoryBean
-
- doGetObject() - Method in class org.mule.runtime.config.internal.factories.ResponseMessageProcessorsFactoryBean
-
- doGetObject() - Method in class org.mule.runtime.config.internal.factories.SchedulingMessageSourceFactoryBean
-
- doGetObject() - Method in class org.mule.runtime.config.internal.factories.streaming.InMemoryCursorIteratorProviderObjectFactory
-
- doGetObject() - Method in class org.mule.runtime.config.internal.factories.streaming.InMemoryCursorStreamProviderObjectFactory
-
- doGetObject() - Method in class org.mule.runtime.config.internal.factories.streaming.NullCursorIteratorProviderObjectFactory
-
- doGetObject() - Method in class org.mule.runtime.config.internal.factories.streaming.NullCursorStreamProviderObjectFactory
-
- doGetObject() - Method in class org.mule.runtime.config.internal.factories.SubflowMessageProcessorChainFactoryBean
-
- doGetObject() - Method in class org.mule.runtime.config.internal.MuleConfigurationConfigurator
-
- doGetObject() - Method in class org.mule.runtime.config.privileged.dsl.processor.MessageProcessorChainFactoryBean
-
- doInitialise() - Method in class org.mule.runtime.config.internal.SpringRegistry
-
- doLookupProviders(Class<T>, ClassLoader) - Method in class org.mule.runtime.config.api.dsl.processor.xml.XmlApplicationServiceRegistry
- doOnOperation(String) - Method in class org.mule.runtime.config.api.dsl.processor.AbstractAttributeDefinitionVisitor
-
- doRegisterObject(ObjectBootstrapProperty) - Method in class org.mule.runtime.config.internal.SpringRegistryBootstrap
-
- doRegisterTransformer(TransformerBootstrapProperty, Class<?>, Class<? extends Transformer>) - Method in class org.mule.runtime.config.internal.SpringRegistryBootstrap
-
- doUnregisterObject(String) - Method in class org.mule.runtime.config.internal.SpringRegistry
-
- DslElementBasedMetadataCacheIdGenerator - Class in org.mule.runtime.config.api.dsl.model.metadata
-
- DslElementBasedMetadataCacheIdGenerator(MetadataCacheIdGeneratorFactory.ComponentLocator<DslElementModel<?>>) - Constructor for class org.mule.runtime.config.api.dsl.model.metadata.DslElementBasedMetadataCacheIdGenerator
-
- DslElementModel<T> - Class in org.mule.runtime.config.api.dsl.model
-
Provides a declaration of how a given model of type T is related to its DSL
representation.
- DslElementModel.Builder<M> - Class in org.mule.runtime.config.api.dsl.model
-
- DslElementModelFactory - Interface in org.mule.runtime.config.api.dsl.model
-
- DynamicConfigExpirationObjectFactory - Class in org.mule.runtime.config.internal.factories
-
- DynamicConfigExpirationObjectFactory(long, TimeUnit) - Constructor for class org.mule.runtime.config.internal.factories.DynamicConfigExpirationObjectFactory
-
- LaxInstantiationStrategyWrapper - Class in org.mule.runtime.config.internal.util
-
A
InstantiationStrategy which doesn't fail if a bean cannot be instantiated, as long as such bean has been marked as
optional in a
OptionalObjectsController.
- LaxInstantiationStrategyWrapper(InstantiationStrategy, OptionalObjectsController) - Constructor for class org.mule.runtime.config.internal.util.LaxInstantiationStrategyWrapper
-
- LAZY_COMPONENT_INITIALIZER_SERVICE_KEY - Static variable in interface org.mule.runtime.config.api.LazyComponentInitializer
-
- LazyComponentInitializer - Interface in org.mule.runtime.config.api
-
Initializer for the creation of lazy resources.
- LazyComponentInitializer.ComponentLocationFilter - Interface in org.mule.runtime.config.api
-
Defines which components should be initialized by accepting it by ComponentLocation.
- LazyComponentInitializerAdapter - Interface in org.mule.runtime.config.internal
-
Initializer for the creation of lazy resources.
- LazyConnectivityTestingService - Class in org.mule.runtime.config.internal
-
ConnectivityTestingService implementation that initialises the required components before doing test connectivity.
- LazyConnectivityTestingService(LazyComponentInitializer, Supplier<ConnectivityTestingService>) - Constructor for class org.mule.runtime.config.internal.LazyConnectivityTestingService
-
- LazyMetadataService - Class in org.mule.runtime.config.internal
-
MetadataService implementation that initialises the required components before doing test connectivity.
- LazyMetadataService(LazyMuleArtifactContext, Supplier<MetadataService>) - Constructor for class org.mule.runtime.config.internal.LazyMetadataService
-
- LazyMuleArtifactContext - Class in org.mule.runtime.config.internal
-
- LazyMuleArtifactContext(MuleContext, ConfigResource[], ArtifactDeclaration, OptionalObjectsController, Map<String, String>, ArtifactType, List<ClassLoader>, Optional<ComponentModelInitializer>, Optional<ConfigurationProperties>, boolean, ComponentBuildingDefinitionProvider) - Constructor for class org.mule.runtime.config.internal.LazyMuleArtifactContext
-
Parses configuration files creating a spring ApplicationContext which is used as a parent registry using the SpringRegistry
registry implementation to wraps the spring ApplicationContext
- LazyValueProviderService - Class in org.mule.runtime.config.internal
-
ValueProviderService implementation flavour that initialises just the required components before executing the
resolving logic.
- LifecycleStatePostProcessor - Class in org.mule.runtime.config.internal.processor
-
- LifecycleStatePostProcessor(LifecycleState) - Constructor for class org.mule.runtime.config.internal.processor.LifecycleStatePostProcessor
-
- LINE_NUMBER - Static variable in class org.mule.runtime.config.internal.dsl.processor.xml.XmlCustomAttributeHandler
-
- list(String) - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
-
- list(Name) - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
-
- listBindings(String) - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
-
- listBindings(Name) - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
-
- load(InputStream) - Method in class org.mule.runtime.config.internal.dsl.declaration.DefaultXmlArtifactDeclarationLoader
-
Creates an ArtifactDeclaration from a given mule artifact XML configuration file.
- load(String, InputStream) - Method in class org.mule.runtime.config.internal.dsl.declaration.DefaultXmlArtifactDeclarationLoader
-
Creates an ArtifactDeclaration from a given mule artifact XML configuration file.
- load(InputStream) - Method in interface org.mule.runtime.config.internal.dsl.model.XmlArtifactDeclarationLoader
-
Creates an ArtifactDeclaration from a given mule artifact XML configuration file.
- load(String, InputStream) - Method in interface org.mule.runtime.config.internal.dsl.model.XmlArtifactDeclarationLoader
-
Creates an ArtifactDeclaration from a given mule artifact XML configuration file.
- loadAllProperties(String, ClassLoader) - Static method in class org.mule.runtime.config.internal.MuleCustomEntityResolver
-
Load all properties from the specified class path resource (in ISO-8859-1 encoding), using the given class loader.
- loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.mule.runtime.config.internal.MuleArtifactContext
-
- loadDocument(String, InputStream) - Method in class org.mule.runtime.config.api.XmlConfigurationDocumentLoader
-
Creates a
Document from an
InputStream with the required configuration of a mule configuration file parsing.
- loadDocument(Set<ExtensionModel>, String, InputStream) - Method in class org.mule.runtime.config.api.XmlConfigurationDocumentLoader
-
Creates a
Document from an
InputStream with the required configuration of a mule configuration file parsing.
- loadDocument(InputSource, EntityResolver, ErrorHandler, int, boolean) - Method in class org.mule.runtime.config.internal.MuleDocumentLoader
-
- locator - Variable in class org.mule.runtime.config.internal.factories.MessageProcessorFilterPairFactoryBean
-
- locator - Variable in class org.mule.runtime.config.internal.factories.ModuleOperationMessageProcessorChainFactoryBean
-
- locator - Variable in class org.mule.runtime.config.internal.factories.ResponseMessageProcessorsFactoryBean
-
- locator - Variable in class org.mule.runtime.config.privileged.dsl.processor.MessageProcessorChainFactoryBean
-
- lookup(String) - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
-
- lookup(Name) - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
-
- lookupByType(Class<T>) - Method in class org.mule.runtime.config.internal.SpringRegistry
-
- lookupEntriesForLifecycle(Class<T>) - Method in class org.mule.runtime.config.internal.SpringRegistry
-
- lookupLink(String) - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
-
- lookupLink(Name) - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
-
- lookupLocalObjects(Class<T>) - Method in class org.mule.runtime.config.internal.SpringRegistry
-
- lookupObject(String) - Method in class org.mule.runtime.config.internal.SpringRegistry
- lookupObject(String, boolean) - Method in class org.mule.runtime.config.internal.SpringRegistry
-
If looks for the bean registered under key.
- lookupObjects(Class<T>) - Method in class org.mule.runtime.config.internal.SpringRegistry
-
- lookupObjectsForLifecycle(Class<T>) - Method in class org.mule.runtime.config.internal.SpringRegistry
-
For lifecycle we only want spring to return singleton objects from it's application context
- MacroExpansionModuleModel - Class in org.mule.runtime.config.internal.dsl.model.extension.xml
-
- MacroExpansionModulesModel - Class in org.mule.runtime.config.internal.dsl.model.extension.xml
-
A
MacroExpansionModulesModel goes over all the parametrized
ExtensionModel by filtering them if they have
the
XmlExtensionModelProperty (implies that has to be macro expanded).
- MacroExpansionModulesModel(ApplicationModel, Set<ExtensionModel>) - Constructor for class org.mule.runtime.config.internal.dsl.model.extension.xml.MacroExpansionModulesModel
-
- MANY_CANDIDATES_ERROR_MSG_TEMPLATE - Static variable in class org.mule.runtime.config.internal.InjectParamsFromContextServiceProxy
-
- MapConfigurationPropertiesProvider - Class in org.mule.runtime.config.internal.dsl.model.config
-
- MapConfigurationPropertiesProvider(Map<String, String>, String) - Constructor for class org.mule.runtime.config.internal.dsl.model.config.MapConfigurationPropertiesProvider
-
Creates a new instance
- MapFactoryBean - Class in org.mule.runtime.config.internal.dsl.spring
-
FactoryBean that creates a Map from a collection of MapEntry and the type of the map.
- MapFactoryBean(List<MapEntry>, Class<? extends Map>) - Constructor for class org.mule.runtime.config.internal.dsl.spring.MapFactoryBean
-
- markAsRootComponent() - Method in class org.mule.runtime.config.internal.model.ComponentModel.Builder
-
When invoked the created ComponentModel will be marked us a top level configuration.
- MAX_ONE - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
-
- MAX_REDELIVERY_ATTEMPTS_ROLLBACK_ES_ATTRIBUTE - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
-
- merge(ComponentModel) - Method in class org.mule.runtime.config.internal.model.ComponentModel.Builder
-
Given the following root component it will merge its customAttributes, parameters and schemaValueParameters to the root
component model.
- MessageEnricherObjectFactory - Class in org.mule.runtime.config.internal.dsl.processor.factory
-
- MessageEnricherObjectFactory() - Constructor for class org.mule.runtime.config.internal.dsl.processor.factory.MessageEnricherObjectFactory
-
- MessageExchangePatternPropertyEditor - Class in org.mule.runtime.config.internal.editors
-
- MessageExchangePatternPropertyEditor() - Constructor for class org.mule.runtime.config.internal.editors.MessageExchangePatternPropertyEditor
-
- MessageProcessorChainFactoryBean - Class in org.mule.runtime.config.privileged.dsl.processor
-
- MessageProcessorChainFactoryBean() - Constructor for class org.mule.runtime.config.privileged.dsl.processor.MessageProcessorChainFactoryBean
-
- MessageProcessorFilterPairFactoryBean - Class in org.mule.runtime.config.internal.factories
-
- MessageProcessorFilterPairFactoryBean() - Constructor for class org.mule.runtime.config.internal.factories.MessageProcessorFilterPairFactoryBean
-
- messageProcessors - Variable in class org.mule.runtime.config.internal.factories.AsyncMessageProcessorsFactoryBean
-
- messageProcessors - Variable in class org.mule.runtime.config.internal.factories.ResponseMessageProcessorsFactoryBean
-
- messageProcessors - Variable in class org.mule.runtime.config.internal.factories.TryProcessorFactoryBean
-
- METADATA_ANNOTATIONS_KEY - Static variable in class org.mule.runtime.config.internal.parsers.DefaultXmlMetadataAnnotations
-
- METADATA_ANNOTATIONS_KEY - Static variable in interface org.mule.runtime.config.internal.parsers.XmlMetadataAnnotations
-
- MinimalApplicationModelGenerator - Class in org.mule.runtime.config.internal.dsl.model
-
Generates the minimal required component set to create a configuration component (i.e.: file:config, ftp:connection, a flow
MP).
- MinimalApplicationModelGenerator(ConfigurationDependencyResolver) - Constructor for class org.mule.runtime.config.internal.dsl.model.MinimalApplicationModelGenerator
-
Creates a new instance.
- MinimalApplicationModelGenerator(ConfigurationDependencyResolver, boolean) - Constructor for class org.mule.runtime.config.internal.dsl.model.MinimalApplicationModelGenerator
-
Creates a new instance of the minimal application generator.
- MissingParserProblemReporter - Class in org.mule.runtime.config.internal
-
A very simple extension to FailFastProblemReporter that intercepts errors
related to missing definition parsers to give a more helpful message.
- MissingParserProblemReporter() - Constructor for class org.mule.runtime.config.internal.MissingParserProblemReporter
-
- ModelBasedMetadataCacheIdGeneratorFactory - Class in org.mule.runtime.config.api.dsl.model.metadata
-
- ModelBasedMetadataCacheIdGeneratorFactory() - Constructor for class org.mule.runtime.config.api.dsl.model.metadata.ModelBasedMetadataCacheIdGeneratorFactory
-
- MODULE_NAMESPACE_NAME - Static variable in class org.mule.runtime.config.internal.dsl.processor.xml.ModuleXmlNamespaceInfoProvider
-
- MODULE_OPERATION_CHAIN - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
-
- ModuleDelegatingEntityResolver - Class in org.mule.runtime.config.internal
-
Custom implementation of resolver for schemas where it will delegate to our custom resolver, then if not found will try to
generate the XSDs from the extensions (through ), and finally fall back to Spring's
DelegatingEntityResolver.
- ModuleDelegatingEntityResolver(Set<ExtensionModel>) - Constructor for class org.mule.runtime.config.internal.ModuleDelegatingEntityResolver
-
- ModuleOperationMessageProcessorChainFactoryBean - Class in org.mule.runtime.config.internal.factories
-
- ModuleOperationMessageProcessorChainFactoryBean() - Constructor for class org.mule.runtime.config.internal.factories.ModuleOperationMessageProcessorChainFactoryBean
-
- ModuleXmlNamespaceInfoProvider - Class in org.mule.runtime.config.internal.dsl.processor.xml
-
- ModuleXmlNamespaceInfoProvider() - Constructor for class org.mule.runtime.config.internal.dsl.processor.xml.ModuleXmlNamespaceInfoProvider
-
- MULE_ABSTRACT_EXTENSION_TYPE - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
-
- MULE_ABSTRACT_MESSAGE_SOURCE - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
-
- MULE_ABSTRACT_MESSAGE_SOURCE_TYPE - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
-
- MULE_ABSTRACT_OPERATOR - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
-
- MULE_ABSTRACT_OPERATOR_TYPE - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
-
- MULE_ABSTRACT_SHARED_EXTENSION - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
-
- MULE_ABSTRACT_VALIDATOR - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
-
- MULE_CONNECTION_PROVIDER_ELEMENT - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
-
- MULE_CONNECTION_PROVIDER_TYPE - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
-
- MULE_DOMAIN_IDENTIFIER - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
-
- MULE_DOMAIN_ROOT_ELEMENT - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
-
- MULE_EE_DOMAIN_IDENTIFIER - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
-
- MULE_EXPIRATION_POLICY_ELEMENT - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
-
- MULE_IDENTIFIER - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
-
- MULE_MESSAGE_PROCESSOR_TYPE - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
-
- MULE_NAMESPACE_PREFIX - Static variable in class org.mule.runtime.config.internal.util.SpringXMLUtils
-
- MULE_OPERATION_TRANSACTIONAL_ACTION_TYPE - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
-
- MULE_PROPERTIES_IDENTIFIER - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
-
- MULE_PROPERTY_IDENTIFIER - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
-
- MULE_PROPERTY_PLACEHOLDER_TYPE - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
-
- MULE_ROOT_ELEMENT - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
-
- MULE_SCHEMA_LOCATION - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
-
- MULE_SECURITY_NAMESPACE - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
-
- MULE_TLS_NAMESPACE - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
-
- MULE_TLS_SCHEMA_LOCATION - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
-
- MULE_TRANSACTION_TYPE - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
-
- MULE_XML_NAMESPACE - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
-
- MuleArtifactContext - Class in org.mule.runtime.config.internal
-
MuleArtifactContext is a simple extension application context that allows resources to be loaded from the
Classpath of file system using the MuleBeanDefinitionReader.
- MuleArtifactContext(MuleContext, ConfigResource[], ArtifactDeclaration, OptionalObjectsController, Map<String, String>, ArtifactType, List<ClassLoader>, Optional<ConfigurationProperties>, boolean, ComponentBuildingDefinitionProvider) - Constructor for class org.mule.runtime.config.internal.MuleArtifactContext
-
Parses configuration files creating a spring ApplicationContext which is used as a parent registry using the SpringRegistry
registry implementation to wraps the spring ApplicationContext
- MuleArtifactContext(MuleContext, ConfigResource[], ArtifactDeclaration, OptionalObjectsController, Optional<ConfigurationProperties>, Map<String, String>, ArtifactType, List<ClassLoader>, boolean, ComponentBuildingDefinitionProvider) - Constructor for class org.mule.runtime.config.internal.MuleArtifactContext
-
- MuleConfigurationConfigurator - Class in org.mule.runtime.config.internal
-
This class is a "SmartFactoryBean" which allows a few XML attributes to be set on the otherwise read-only MuleConfiguration.
- MuleConfigurationConfigurator() - Constructor for class org.mule.runtime.config.internal.MuleConfigurationConfigurator
-
- muleContext - Variable in class org.mule.runtime.config.internal.factories.AsyncMessageProcessorsFactoryBean
-
- muleContext - Variable in class org.mule.runtime.config.internal.factories.SubflowMessageProcessorChainFactoryBean
-
- muleContext - Variable in class org.mule.runtime.config.internal.MuleArtifactContext
-
- muleContext - Variable in class org.mule.runtime.config.privileged.dsl.processor.MessageProcessorChainFactoryBean
-
- MuleContextPostProcessor - Class in org.mule.runtime.config.internal
-
Responsible for passing in the MuleContext instance for all objects in the registry that want it.
- MuleContextPostProcessor(MuleContext) - Constructor for class org.mule.runtime.config.internal.MuleContextPostProcessor
-
- MuleCustomEntityResolver - Class in org.mule.runtime.config.internal
-
Custom entity resolver based on Spring's schema resolver.
- MuleDocumentLoader - Class in org.mule.runtime.config.internal
-
Alternative to Spring's default document loader that uses SAX to add metadata to the DOM elements that are the
result of the default parser.
- MuleDocumentLoader() - Constructor for class org.mule.runtime.config.internal.MuleDocumentLoader
-
- MuleDocumentLoader.XmlMetadataAnnotator - Class in org.mule.runtime.config.internal
-
SAX filter that builds the metadata that will annotate the built nodes.
- MuleInjectorProcessor - Class in org.mule.runtime.config.internal.processor
-
Specialization of AutowiredAnnotationBeanPostProcessor which acts as the default injection post processors to be used
in Mule.
- MuleInjectorProcessor() - Constructor for class org.mule.runtime.config.internal.processor.MuleInjectorProcessor
-
- MuleObjectCreationBeanDefinitionRegistryPostProcessor - Class in org.mule.runtime.config.internal
-
Simple BeanDefinitionRegistryPostProcessor to delegate to a consumer function
when invoked.
- MuleObjectCreationBeanDefinitionRegistryPostProcessor(Consumer<BeanDefinitionRegistry>) - Constructor for class org.mule.runtime.config.internal.MuleObjectCreationBeanDefinitionRegistryPostProcessor
-
- MuleObjectNameProcessor - Class in org.mule.runtime.config.internal.processor
-
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.
- MuleObjectNameProcessor() - Constructor for class org.mule.runtime.config.internal.processor.MuleObjectNameProcessor
-
- MulePropertyEditorRegistrar - Class in org.mule.runtime.config.internal.editors
-
The preferred way to configure property editors in Spring 2/3 is to implement a registrar
- MulePropertyEditorRegistrar() - Constructor for class org.mule.runtime.config.internal.editors.MulePropertyEditorRegistrar
-
- MUNIT_AFTER_SUITE_IDENTIFIER - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
-
- MUNIT_AFTER_TEST_IDENTIFIER - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
-
- MUNIT_BEFORE_SUITE_IDENTIFIER - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
-
- MUNIT_BEFORE_TEST_IDENTIFIER - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
-
- MUNIT_PREFIX - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
-
- MUNIT_TEST_IDENTIFIER - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
-
- mustStartMessageSource(Component) - Method in class org.mule.runtime.config.internal.dsl.model.config.DefaultComponentInitialStateManager
-