Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

A

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
 
AbstractMetadataResolutionTypeInformation - Class in org.mule.runtime.config.api.dsl.model.metadata.types
Abstract implementation of MetadataResolutionTypeInformation that is based on a DslElementModel
AbstractMetadataResolutionTypeInformation(DslElementModel<?>, Function<TypeResolversInformationModelProperty, Optional<ResolverInformation>>) - Constructor for class org.mule.runtime.config.api.dsl.model.metadata.types.AbstractMetadataResolutionTypeInformation
 
AbstractProcessorRouteFactoryBean<T> - Class in org.mule.runtime.config.internal.factories
 
AbstractProcessorRouteFactoryBean() - Constructor for class org.mule.runtime.config.internal.factories.AbstractProcessorRouteFactoryBean
 
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
 
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.
addConfigFile(ConfigFile) - Method in class org.mule.runtime.config.api.dsl.processor.ArtifactConfig.Builder
 
addConfigFiles(Collection<ConfigFile>) - Method in class org.mule.runtime.config.api.dsl.processor.ArtifactConfig.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
 
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
ObjectFactoryCommonConfigurator for transformers in Mule.
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
 
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
Creates an {code ApplicationModel} from a ArtifactConfig.
ApplicationModel(ArtifactConfig, ArtifactDeclaration, Set<ExtensionModel>, Map<String, String>, Optional<ConfigurationProperties>, Optional<ComponentBuildingDefinitionRegistry>, boolean, ResourceProvider) - Constructor for class org.mule.runtime.config.internal.model.ApplicationModel
Creates an {code ApplicationModel} from a ArtifactConfig.
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
Builder for ArtifactConfig instances.
ArtifactConfigResolver - Interface in org.mule.runtime.config.internal
Resolves the ArtifactConfig for the given context.
ArtifactConfigResolverContext - Interface in org.mule.runtime.config.internal
Provides a context for the ArtifactConfigResolver to hook up the input for the resolver.
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
 
AttributesMetadataResolutionTypeInformation - Class in org.mule.runtime.config.api.dsl.model.metadata.types
Implementation of MetadataResolutionTypeInformation that describes Attribute Types from a DslElementModel
AttributesMetadataResolutionTypeInformation(DslElementModel<?>) - Constructor for class org.mule.runtime.config.api.dsl.model.metadata.types.AttributesMetadataResolutionTypeInformation
 
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
 

B

BATCH_JOB_COMPONENT_IDENTIFIER - Static variable in class org.mule.runtime.config.internal.dsl.model.ComponentLocationVisitor
 
BATCH_NAMESPACE - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
BATCH_PROCESSS_RECORDS_COMPONENT_IDENTIFIER - Static variable in class org.mule.runtime.config.internal.dsl.model.ComponentLocationVisitor
 
BeanDefinitionFactory - Class in org.mule.runtime.config.internal.dsl.spring
The BeanDefinitionFactory is the one that knows how to convert a ComponentModel to an actual BeanDefinition that can later be converted to a runtime object that will be part of the artifact.
BeanDefinitionFactory(ComponentBuildingDefinitionRegistry, ErrorTypeRepository) - Constructor for class org.mule.runtime.config.internal.dsl.spring.BeanDefinitionFactory
 
beanDefinitionFactory - Variable in class org.mule.runtime.config.internal.MuleArtifactContext
 
BeanDefinitionPostProcessor - Interface in org.mule.runtime.config.privileged.dsl
 
BeanDependencyResolver - Interface in org.mule.runtime.config.internal
Bean dependency resolver interface.
bind(Name, Object) - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
 
bind(String, Object) - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
 
bindings - Variable in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
 
blankAttribute(Element, String) - Static method in class org.mule.runtime.config.internal.parsers.generic.AutoIdUtils
 
BootstrapObjectFactoryBean - Class in org.mule.runtime.config.internal.factories
A which returns an object created through a {@link BootstrapObjectFactory}
BootstrapObjectFactoryBean(BootstrapObjectFactory) - Constructor for class org.mule.runtime.config.internal.factories.BootstrapObjectFactoryBean
 
build() - Method in class org.mule.runtime.config.api.dsl.model.DslElementModel.Builder
 
build() - Method in class org.mule.runtime.config.api.dsl.processor.ArtifactConfig.Builder
 
build() - Method in class org.mule.runtime.config.internal.dsl.model.DefaultConfigurationParameters.Builder
 
build() - Method in class org.mule.runtime.config.internal.model.ComponentModel.Builder
 
builder() - Static method in class org.mule.runtime.config.api.dsl.model.DslElementModel
 
Builder() - Constructor for class org.mule.runtime.config.api.dsl.processor.ArtifactConfig.Builder
 
builder() - Static method in class org.mule.runtime.config.internal.dsl.model.DefaultConfigurationParameters
 
Builder() - Constructor for class org.mule.runtime.config.internal.model.ComponentModel.Builder
Default constructor for this builder.
Builder(ComponentModel) - Constructor for class org.mule.runtime.config.internal.model.ComponentModel.Builder
Creates an instance of the Builder which will allow to merge other root component models to the given one.

C

canResolveEntity(String, String) - Method in class org.mule.runtime.config.internal.ModuleDelegatingEntityResolver
 
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
 
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
A ComponentModel based implementation of a MetadataCacheIdGenerator
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
 
ComponentCustomAttributeRetrieve - Class in org.mule.runtime.config.internal.model
 
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
Bean post processor that creates an SpringConfigurationComponentLocator.
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
Internal class to be used to initialize ComponentModel lazily.
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
Implementation of OptionalObjectsController which groups a list of controllers and executes every operation on all of them.
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
 
ConfigurableInstanceFactory<T> - Interface in org.mule.runtime.config.api.dsl
Factory for the instances created by the ConfigurableObjectFactory.
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
Creates a new instance associated to a complete ApplicationModel.
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(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.
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>, Optional<Function<ClassLoader, List<XmlNamespaceInfoProvider>>>) - Static method in class org.mule.runtime.config.internal.dsl.xml.XmlNamespaceInfoProviderSupplier
Creates an list of XmlNamespaceInfoProvider based on the list of ExtensionModels used by the artifact.
createFromPluginClassloaders(Function<ClassLoader, List<XmlNamespaceInfoProvider>>, List<ClassLoader>) - Static method in class org.mule.runtime.config.internal.dsl.xml.XmlNamespaceInfoProviderSupplier
 
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
 
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
Object factory for custom SecurityFilter.
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
 

D

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.
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
 
DefaultArtifactDeclarationXmlSerializer - Class in org.mule.runtime.config.internal.dsl.model
Default implementation of ArtifactDeclarationXmlSerializer
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, String, ResourceProvider) - Constructor for class org.mule.runtime.config.api.dsl.model.properties.DefaultConfigurationPropertiesProvider
 
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
Default implementation of a DslElementModelFactory
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
A default implementation of NameParser
DefaultNameParser() - Constructor for class org.mule.runtime.config.internal.jndi.DefaultNameParser
 
DefaultOptionalObjectsController - Class in org.mule.runtime.config.internal
Default implementation of OptionalObjectsController
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
Default implementation of a XmlArtifactDeclarationLoader
DefaultXmlArtifactDeclarationLoader(DslResolvingContext) - Constructor for class org.mule.runtime.config.internal.dsl.declaration.DefaultXmlArtifactDeclarationLoader
 
DefaultXmlDslElementModelConverter - Class in org.mule.runtime.config.internal.dsl.model
Default implementation of XmlDslElementModelConverter
DefaultXmlDslElementModelConverter(Document) - Constructor for class org.mule.runtime.config.internal.dsl.model.DefaultXmlDslElementModelConverter
 
DependencyNode - Class in org.mule.runtime.config.internal.dsl.model
Represents a ComponentModel dependency.
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
 
determineTargetType(String, RootBeanDefinition, Class<?>...) - Method in class org.mule.runtime.config.internal.ObjectProviderAwareBeanFactory
 
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
doAddObject(String, Object, List<Object>) - Method in class org.mule.runtime.config.internal.SpringLifecycleObjectSorter
Adds all the dependencies of the given object first, and the actual object last
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.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.AbstractProcessorRouteFactoryBean
 
doGetObject() - Method in class org.mule.runtime.config.internal.factories.ChoiceRouterObjectFactory
 
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.ModuleOperationMessageProcessorChainFactoryBean
 
doGetObject() - Method in class org.mule.runtime.config.internal.factories.OnErrorFactoryBean
 
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
 
doStart() - Method in class org.mule.runtime.config.internal.factories.FlowRefMessageProcessor
 
doUnregisterObject(String) - Method in class org.mule.runtime.config.internal.SpringRegistry
 
DslElementBasedMetadataCacheIdGenerator - Class in org.mule.runtime.config.api.dsl.model.metadata
A DslElementModel based implementation of a MetadataCacheIdGenerator
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
Provides the DslElementModel of any ComponentConfiguration within the context of the available application plugins, provided for each instance of this DslElementModelFactory
DynamicConfigExpirationObjectFactory - Class in org.mule.runtime.config.internal.factories
An ObjectFactory which produces instances of DynamicConfigExpiration
DynamicConfigExpirationObjectFactory(long, TimeUnit) - Constructor for class org.mule.runtime.config.internal.factories.DynamicConfigExpirationObjectFactory
 

E

EE_SCHEMA_LOCATION - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
 
elementToString(Element) - Static method in class org.mule.runtime.config.internal.util.SpringXMLUtils
 
EnabledNotificationConfig(Class<L>, Class<N>) - Constructor for class org.mule.runtime.config.internal.NotificationConfig.EnabledNotificationConfig
 
EnabledNotificationConfig() - Constructor for class org.mule.runtime.config.internal.NotificationConfig.EnabledNotificationConfig
 
encoding - Variable in class org.mule.runtime.config.api.dsl.model.properties.DefaultConfigurationPropertiesProvider
 
encrypt(InputStream, Object) - Method in class org.mule.runtime.config.internal.CustomEncryptionStrategyDelegate
 
encrypt(byte[], Object) - Method in class org.mule.runtime.config.internal.CustomEncryptionStrategyDelegate
 
ensureUniqueId(Element, String) - Static method in class org.mule.runtime.config.internal.parsers.generic.AutoIdUtils
 
ENUM_TYPE_SUFFIX - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
 
environment - Variable in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
 
EnvironmentPropertiesConfigurationProvider - Class in org.mule.runtime.config.internal.dsl.model.config
ConfigurationPropertiesProvider implementation that makes the system properties and the environment variables available as configuration property.
EnvironmentPropertiesConfigurationProvider() - Constructor for class org.mule.runtime.config.internal.dsl.model.config.EnvironmentPropertiesConfigurationProvider
Creates an EnvironmentPropertiesConfigurationProvider with the default configuration.
EnvironmentPropertyObjectFactory - Class in org.mule.runtime.config.internal.dsl.processor
 
EnvironmentPropertyObjectFactory(Map) - Constructor for class org.mule.runtime.config.internal.dsl.processor.EnvironmentPropertyObjectFactory
 
equals(Object) - Method in class org.mule.runtime.config.api.dsl.model.DslElementModel
 
equals(Object) - Method in class org.mule.runtime.config.internal.dsl.model.DependencyNode
 
equals(Object) - Method in class org.mule.runtime.config.internal.model.ComponentModel
 
error(SAXParseException) - Method in class org.mule.runtime.config.internal.util.NoOpXmlErrorHandler
 
ERROR_HANDLER - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
 
ERROR_HANDLER_IDENTIFIER - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
 
ERROR_MAPPING - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
ERROR_MAPPING_IDENTIFIER - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
ErrorHandlerFactoryBean - Class in org.mule.runtime.config.internal.factories
An ObjectFactory which produces ErrorHandler instances.
ErrorHandlerFactoryBean() - Constructor for class org.mule.runtime.config.internal.factories.ErrorHandlerFactoryBean
 
EVENT_MAP - Static variable in class org.mule.runtime.config.internal.NotificationConfig
 
EXCEPTION_STRATEGY_REFERENCE_ELEMENT - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
EXCEPTION_STRATEGY_REFERENCE_IDENTIFIER - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
exceptionListener - Variable in class org.mule.runtime.config.internal.factories.TryProcessorFactoryBean
 
executedOnEveryInnerComponent(Consumer<ComponentModel>) - Method in class org.mule.runtime.config.internal.model.ComponentModel
Executes the task on every inner component associated to this componentModel.
executeOnEveryComponentTree(Consumer<ComponentModel>) - Method in class org.mule.runtime.config.internal.model.ApplicationModel
 
executeOnEveryFlow(Consumer<ComponentModel>) - Method in class org.mule.runtime.config.internal.model.ApplicationModel
 
executeOnEveryMuleComponentTree(Consumer<ComponentModel>) - Method in class org.mule.runtime.config.internal.model.ApplicationModel
 
executeOnEveryRootElement(Consumer<ComponentModel>) - Method in class org.mule.runtime.config.internal.model.ApplicationModel
 
executeOnlyOnMuleRoot(Consumer<ComponentModel>) - Method in class org.mule.runtime.config.internal.model.ApplicationModel
 
expand() - Method in class org.mule.runtime.config.internal.dsl.model.extension.xml.MacroExpansionModuleModel
 
expand() - Method in class org.mule.runtime.config.internal.dsl.model.extension.xml.MacroExpansionModulesModel
Goes through the entire xml mule application looking for the message processors that can be expanded, and then takes care of the global elements if there are at least one ExtensionModel to macro expand.
ExpirationPolicyObjectFactory - Class in org.mule.runtime.config.internal.factories
An ObjectFactory which produces instances of ExpirationPolicy
ExpirationPolicyObjectFactory() - Constructor for class org.mule.runtime.config.internal.factories.ExpirationPolicyObjectFactory
 
EXPRESSION_BOOLEAN - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
 
EXPRESSION_DATE_TIME - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
 
EXPRESSION_DECIMAL - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
 
EXPRESSION_DOUBLE - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
 
EXPRESSION_INTEGER - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
 
EXPRESSION_LIST - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
 
EXPRESSION_LONG - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
 
EXPRESSION_MAP - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
 
EXPRESSION_STRING - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
 
extendProblemDetails(Problem) - Method in class org.mule.runtime.config.internal.MissingParserProblemReporter
 
ExtensionManagerFactoryBean - Class in org.mule.runtime.config.internal.factories
A FactoryBean which returns the ExtensionManager obtained through MuleContext.getExtensionManager().
ExtensionManagerFactoryBean(MuleContext) - Constructor for class org.mule.runtime.config.internal.factories.ExtensionManagerFactoryBean
 
ExtensionModelHelper - Class in org.mule.runtime.config.internal.dsl.model
Helper class to work with a set of ExtensionModels

Contains a cache for searches within the extension models so we avoid processing each extension model twice.

ExtensionModelHelper(Set<ExtensionModel>) - Constructor for class org.mule.runtime.config.internal.dsl.model.ExtensionModelHelper
 
extractComponentDefinitionModel(ConfigLine, String) - Method in class org.mule.runtime.config.internal.dsl.model.ComponentModelReader
 

F

fatal(Problem) - Method in class org.mule.runtime.config.internal.MissingParserProblemReporter
 
fatalError(SAXParseException) - Method in class org.mule.runtime.config.internal.util.NoOpXmlErrorHandler
 
FileConfigurationPropertiesProvider - Class in org.mule.runtime.config.internal.dsl.model.config
File based properties provider, using an external resource provider.
FileConfigurationPropertiesProvider(ResourceProvider, String) - Constructor for class org.mule.runtime.config.internal.dsl.model.config.FileConfigurationPropertiesProvider
 
fileLocation - Variable in class org.mule.runtime.config.api.dsl.model.properties.DefaultConfigurationPropertiesProvider
 
find(Location) - Method in class org.mule.runtime.config.internal.SpringConfigurationComponentLocator
find(ComponentIdentifier) - Method in class org.mule.runtime.config.internal.SpringConfigurationComponentLocator
findAllLocations() - Method in class org.mule.runtime.config.internal.SpringConfigurationComponentLocator
findComponentDefinitionModels(ComponentIdentifier) - Method in class org.mule.runtime.config.internal.model.ApplicationModel
 
findComponentModel(ComponentIdentifier) - Method in class org.mule.runtime.config.internal.dsl.model.ExtensionModelHelper
Finds a ComponentModel within the provided set of ExtensionModels by a ComponentIdentifier.
findComponentModel(Location) - Method in class org.mule.runtime.config.internal.dsl.model.MinimalApplicationModelGenerator
 
findComponentModelsDependencies(Set<DependencyNode>) - Method in class org.mule.runtime.config.internal.dsl.model.ConfigurationDependencyResolver
 
findComponentType(ComponentModel) - Method in class org.mule.runtime.config.internal.dsl.model.ExtensionModelHelper
Find a DslElementModel for a given ComponentModel
findElement(ComponentIdentifier) - Method in class org.mule.runtime.config.api.dsl.model.DslElementModel
Lookup method for finding a given DslElementModel based on its identifier from this element as root.
findElement(String) - Method in class org.mule.runtime.config.api.dsl.model.DslElementModel
Lookup method for finding a given DslElementModel based on its parameterName from this element as root.
findNamedElement(String) - Method in class org.mule.runtime.config.internal.model.ApplicationModel
Find a named component.
findRequiredComponentModel(Location) - Method in class org.mule.runtime.config.internal.dsl.model.ConfigurationDependencyResolver
 
findRequiredComponentModels(Predicate<ComponentModel>) - Method in class org.mule.runtime.config.internal.dsl.model.ConfigurationDependencyResolver
 
findTopLevelNamedComponent(String) - Method in class org.mule.runtime.config.internal.model.ApplicationModel
Find a named component configuration.
FixedTypeConstantFactoryBean<T> - Class in org.mule.runtime.config.internal.factories
A specialization of ConstantFactoryBean which always returns a fix type when FixedTypeConstantFactoryBean.getObjectType() is invoked, regardless of the actual value
FixedTypeConstantFactoryBean(T, Class<?>) - Constructor for class org.mule.runtime.config.internal.factories.FixedTypeConstantFactoryBean
 
FLOW_ELEMENT - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
 
FLOW_IDENTIFIER - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
 
FLOW_REF_ELEMENT - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
 
FLOW_REF_IDENTIFIER - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
 
FlowRefFactoryBean - Class in org.mule.runtime.config.internal.factories
 
FlowRefFactoryBean() - Constructor for class org.mule.runtime.config.internal.factories.FlowRefFactoryBean
 
FlowRefMessageProcessor - Class in org.mule.runtime.config.internal.factories
Defines a common base class for flow-ref processors.
FlowRefMessageProcessor(FlowRefFactoryBean) - Constructor for class org.mule.runtime.config.internal.factories.FlowRefMessageProcessor
 
forceUniqueId(Element, String) - Static method in class org.mule.runtime.config.internal.parsers.generic.AutoIdUtils
 
FOREACH_ELEMENT - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
 
FOREACH_IDENTIFIER - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
 
from(ComponentModel) - Static method in class org.mule.runtime.config.internal.model.ComponentCustomAttributeRetrieve
 

G

getAllOptionalKeys() - Method in class org.mule.runtime.config.internal.CompositeOptionalObjectsController
 
getAllOptionalKeys() - Method in class org.mule.runtime.config.internal.DefaultOptionalObjectsController
 
getAllOptionalKeys() - Method in interface org.mule.runtime.config.internal.OptionalObjectsController
 
getAnnotation(QName, SpringComponentModel) - Static method in class org.mule.runtime.config.internal.dsl.spring.ComponentModelHelper
 
getAnnotation(QName) - Method in class org.mule.runtime.config.internal.factories.ComponentFactoryBean
 
getAnnotations() - Method in class org.mule.runtime.config.internal.factories.ComponentFactoryBean
 
getAnnotations() - Method in class org.mule.runtime.config.privileged.dsl.processor.MessageProcessorChainFactoryBean
 
getApplicationModel() - Method in class org.mule.runtime.config.internal.dsl.model.ConfigurationDependencyResolver
 
getArtifactComponentBuildingDefinitions(ServiceRegistry, ClassLoader) - Static method in class org.mule.runtime.config.internal.util.ComponentBuildingDefinitionUtils
Lookups for specific instances of ComponentBuildingDefinitionProvider declared in the provided class loader and retrieves all the ComponentBuildingDefinitions from those providers.
getArtifactConfigResources() - Method in interface org.mule.runtime.config.internal.ArtifactConfigResolverContext
 
getArtifactConfigResources() - Method in class org.mule.runtime.config.internal.MuleArtifactContext
 
getArtifactName() - Method in class org.mule.runtime.config.api.dsl.processor.ArtifactConfig
 
getArtifactName() - Method in interface org.mule.runtime.config.internal.ArtifactConfigResolverContext
 
getArtifactName() - Method in class org.mule.runtime.config.internal.MuleArtifactContext
 
getArtifactObjectProvider() - Method in class org.mule.runtime.config.internal.ImmutableObjectProviderConfiguration
 
getArtifactProperties() - Method in interface org.mule.runtime.config.internal.ArtifactConfigResolverContext
 
getArtifactProperties() - Method in class org.mule.runtime.config.internal.MuleArtifactContext
 
getAsText() - Method in class org.mule.runtime.config.internal.editors.DatePropertyEditor
Format the Date as String, using the specified DateFormat.
getBean(Class<T>) - Method in class org.mule.runtime.config.internal.ObjectProviderAwareBeanFactory
 
getBean(String) - Method in class org.mule.runtime.config.internal.ObjectProviderAwareBeanFactory
 
getBeanDefinition() - Method in class org.mule.runtime.config.internal.dsl.model.SpringComponentModel
 
getBeanDependencyResolver() - Method in class org.mule.runtime.config.internal.SpringRegistry
 
getBeanReference() - Method in class org.mule.runtime.config.internal.dsl.model.SpringComponentModel
 
getBeansOfType(Class<T>) - Method in class org.mule.runtime.config.internal.ObjectProviderAwareBeanFactory
 
getBeansOfType(Class<T>, boolean, boolean) - Method in class org.mule.runtime.config.internal.ObjectProviderAwareBeanFactory
 
getBeansOfTypeWithObjectProviderObjects(Class<T>, boolean, boolean) - Method in class org.mule.runtime.config.internal.ObjectProviderAwareBeanFactory
 
getBodyComponentModel() - Method in class org.mule.runtime.config.internal.dsl.model.extension.xml.property.OperationComponentModelModelProperty
 
getBuilderInstance() - Method in class org.mule.runtime.config.internal.factories.ModuleOperationMessageProcessorChainFactoryBean
 
getBuilderInstance() - Method in class org.mule.runtime.config.internal.factories.SubflowMessageProcessorChainFactoryBean
 
getBuilderInstance() - Method in class org.mule.runtime.config.privileged.dsl.processor.MessageProcessorChainFactoryBean
 
getBuildingDefinition(ComponentIdentifier) - Method in class org.mule.runtime.config.api.dsl.model.ComponentBuildingDefinitionRegistry
Lookups a ComponentBuildingDefinition for a certain configuration component.
getComplexConfigurationParameter(ComponentIdentifier) - Method in interface org.mule.runtime.config.api.dsl.model.ConfigurationParameters
Gets all the configuration of a complex parameter type with an specific ComponentIdentifier.
getComplexConfigurationParameter(ComponentIdentifier) - Method in class org.mule.runtime.config.internal.dsl.model.DefaultConfigurationParameters
 
getComplexConfigurationParameters() - Method in interface org.mule.runtime.config.api.dsl.model.ConfigurationParameters
Gets all the complex parameters and they related identifier
getComplexConfigurationParameters() - Method in class org.mule.runtime.config.internal.dsl.model.DefaultConfigurationParameters
 
getComponent() - Method in exception org.mule.runtime.config.internal.dsl.model.config.ConfigurationPropertiesException
 
getComponentBuildingDefinition() - Method in class org.mule.runtime.config.internal.dsl.spring.CreateBeanDefinitionRequest
 
getComponentBuildingDefinitions() - Method in class org.mule.runtime.config.internal.dsl.model.CoreComponentBuildingDefinitionProvider
 
getComponentIdentifier() - Method in class org.mule.runtime.config.internal.dsl.model.DependencyNode
 
getComponentLocation() - Method in class org.mule.runtime.config.internal.model.ComponentModel
 
getComponentModel() - Method in class org.mule.runtime.config.internal.dsl.spring.CreateBeanDefinitionRequest
 
getComponentModels(Predicate<ComponentModel>) - Method in class org.mule.runtime.config.internal.dsl.model.MinimalApplicationModelGenerator
Resolves list of componentModels for LazyComponentInitializer.ComponentLocationFilter given.
getComponentName() - Method in class org.mule.runtime.config.internal.dsl.model.DependencyNode
 
getComponentType() - Method in class org.mule.runtime.config.internal.model.ComponentModel
 
getComponentTypeMetadataCacheId() - Method in class org.mule.runtime.config.api.dsl.model.metadata.types.AttributesMetadataResolutionTypeInformation
getComponentTypeMetadataCacheId() - Method in class org.mule.runtime.config.api.dsl.model.metadata.types.InputMetadataResolutionTypeInformation
getComponentTypeMetadataCacheId() - Method in class org.mule.runtime.config.api.dsl.model.metadata.types.KeysMetadataResolutionTypeInformation
getComponentTypeMetadataCacheId() - Method in interface org.mule.runtime.config.api.dsl.model.metadata.types.MetadataResolutionTypeInformation
 
getComponentTypeMetadataCacheId() - Method in class org.mule.runtime.config.api.dsl.model.metadata.types.OutputMetadataResolutionTypeInformation
getConfigFileName() - Method in class org.mule.runtime.config.internal.model.ComponentModel
 
getConfigFiles() - Method in class org.mule.runtime.config.api.dsl.processor.ArtifactConfig
 
getConfiguration() - Method in class org.mule.runtime.config.api.dsl.model.DslElementModel
 
getConfiguration() - Method in class org.mule.runtime.config.internal.model.ComponentModel
 
getConfigurationProperties() - Method in class org.mule.runtime.config.internal.ImmutableObjectProviderConfiguration
 
getConfigurationProperties() - Method in class org.mule.runtime.config.internal.model.ApplicationModel
 
getConfigurationPropertiesResolver() - Method in class org.mule.runtime.config.internal.dsl.model.config.PropertiesResolverConfigurationProperties
 
getConfigurationProperty(String) - Method in interface org.mule.runtime.config.api.dsl.model.properties.ConfigurationPropertiesProvider
 
getConfigurationProperty(String) - Method in class org.mule.runtime.config.api.dsl.model.properties.DefaultConfigurationPropertiesProvider
 
getConfigurationProperty(String) - Method in class org.mule.runtime.config.internal.dsl.model.config.CompositeConfigurationPropertiesProvider
 
getConfigurationProperty(String) - Method in class org.mule.runtime.config.internal.dsl.model.config.EnvironmentPropertiesConfigurationProvider
 
getConfigurationProperty(String) - Method in class org.mule.runtime.config.internal.dsl.model.config.FileConfigurationPropertiesProvider
 
getConfigurationProperty(String) - Method in class org.mule.runtime.config.internal.dsl.model.config.GlobalPropertyConfigurationPropertiesProvider
 
getConfigurationProperty(String) - Method in class org.mule.runtime.config.internal.dsl.model.config.MapConfigurationPropertiesProvider
 
getContainedElements() - Method in class org.mule.runtime.config.api.dsl.model.DslElementModel
 
getCustomAttributes() - Method in class org.mule.runtime.config.internal.model.ComponentModel
 
getDefault(DslResolvingContext) - Static method in interface org.mule.runtime.config.api.dsl.ArtifactDeclarationXmlSerializer
Provides an instance of the default implementation of the ArtifactDeclarationXmlSerializer.
getDefault(DslResolvingContext) - Static method in interface org.mule.runtime.config.api.dsl.model.DslElementModelFactory
Provides a default implementation of the DslElementModelFactory
getDefault(Document) - Static method in interface org.mule.runtime.config.api.dsl.model.XmlDslElementModelConverter
Provides a default implementation of the XmlDslElementModelConverter.
getDefault(DslResolvingContext) - Static method in interface org.mule.runtime.config.internal.dsl.model.XmlArtifactDeclarationLoader
Provides an instance of the default implementation of the XmlArtifactDeclarationLoader.
getDefaultValue() - Method in class org.mule.runtime.config.internal.dsl.spring.DefaultValueVisitor
 
getDependencies(String) - Method in class org.mule.runtime.config.internal.SpringRegistry
 
getDependencyResolver() - Method in class org.mule.runtime.config.internal.MuleArtifactContext
 
getDescription() - Method in interface org.mule.runtime.config.api.dsl.model.properties.ConfigurationPropertiesProvider
 
getDescription() - Method in class org.mule.runtime.config.api.dsl.model.properties.DefaultConfigurationPropertiesProvider
 
getDescription() - Method in class org.mule.runtime.config.internal.dsl.model.config.CompositeConfigurationPropertiesProvider
 
getDescription() - Method in class org.mule.runtime.config.internal.dsl.model.config.EnvironmentPropertiesConfigurationProvider
 
getDescription() - Method in class org.mule.runtime.config.internal.dsl.model.config.FileConfigurationPropertiesProvider
 
getDescription() - Method in class org.mule.runtime.config.internal.dsl.model.config.GlobalPropertyConfigurationPropertiesProvider
 
getDescription() - Method in class org.mule.runtime.config.internal.dsl.model.config.MapConfigurationPropertiesProvider
 
getDiscardedObjectPlaceholder() - Method in class org.mule.runtime.config.internal.CompositeOptionalObjectsController
 
getDiscardedObjectPlaceholder() - Method in class org.mule.runtime.config.internal.DefaultOptionalObjectsController
 
getDiscardedObjectPlaceholder() - Method in interface org.mule.runtime.config.internal.OptionalObjectsController
A placeholder for Spring to temporarily work with.
getDsl() - Method in class org.mule.runtime.config.api.dsl.model.DslElementModel
 
getEntityKeys(Location) - Method in class org.mule.runtime.config.internal.LazyMetadataService
getEntityMetadata(Location, MetadataKey) - Method in class org.mule.runtime.config.internal.LazyMetadataService
getEntries() - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
 
getEnvironment() - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
 
getErrors() - Method in class org.mule.runtime.config.internal.util.NoOpXmlErrorHandler
 
getEventClass() - Method in class org.mule.runtime.config.internal.NotificationConfig
 
getEventName() - Method in class org.mule.runtime.config.internal.NotificationConfig
 
getExceptionListener() - Method in class org.mule.runtime.config.internal.factories.DefaultFlowFactoryBean
 
getExecutionClassLoader() - Method in interface org.mule.runtime.config.internal.ArtifactConfigResolverContext
 
getExecutionClassLoader() - Method in class org.mule.runtime.config.internal.MuleArtifactContext
 
getExtensionModelsComponentBuildingDefinitions(ServiceRegistry, Set<ExtensionModel>) - Static method in class org.mule.runtime.config.internal.util.ComponentBuildingDefinitionUtils
Retrieve the ComponentBuildingDefinitions from a set of extension models.
getExtensions() - Method in interface org.mule.runtime.config.internal.ArtifactConfigResolverContext
 
getExtensions() - Method in class org.mule.runtime.config.internal.MuleArtifactContext
 
getFilter() - Method in class org.mule.runtime.config.internal.dsl.processor.CustomSecurityFilterObjectFactory
 
getGenericPropertiesCustomProcessingIdentifiers() - Method in interface org.mule.runtime.config.privileged.dsl.BeanDefinitionPostProcessor
 
getGlobalElementName() - Method in class org.mule.runtime.config.internal.dsl.model.extension.xml.property.TestConnectionGlobalElementModelProperty
 
getGlobalElements() - Method in class org.mule.runtime.config.internal.dsl.model.extension.xml.property.GlobalElementComponentModelModelProperty
 
getIdentifier() - Method in class org.mule.runtime.config.api.dsl.model.DslElementModel
 
getIdentifier() - Method in class org.mule.runtime.config.internal.model.ComponentModel
 
getIdForComponentAttributesMetadata(ComponentConfiguration) - Method in class org.mule.runtime.config.api.dsl.model.metadata.ComponentBasedMetadataCacheIdGenerator
getIdForComponentAttributesMetadata(DslElementModel<?>) - Method in class org.mule.runtime.config.api.dsl.model.metadata.DslElementBasedMetadataCacheIdGenerator
getIdForComponentInputMetadata(ComponentConfiguration, String) - Method in class org.mule.runtime.config.api.dsl.model.metadata.ComponentBasedMetadataCacheIdGenerator
getIdForComponentInputMetadata(DslElementModel<?>, String) - Method in class org.mule.runtime.config.api.dsl.model.metadata.DslElementBasedMetadataCacheIdGenerator
getIdForComponentMetadata(ComponentConfiguration) - Method in class org.mule.runtime.config.api.dsl.model.metadata.ComponentBasedMetadataCacheIdGenerator
getIdForComponentMetadata(DslElementModel<?>) - Method in class org.mule.runtime.config.api.dsl.model.metadata.DslElementBasedMetadataCacheIdGenerator
getIdForComponentOutputMetadata(ComponentConfiguration) - Method in class org.mule.runtime.config.api.dsl.model.metadata.ComponentBasedMetadataCacheIdGenerator
getIdForComponentOutputMetadata(DslElementModel<?>) - Method in class org.mule.runtime.config.api.dsl.model.metadata.DslElementBasedMetadataCacheIdGenerator
getIdForGlobalMetadata(ComponentConfiguration) - Method in class org.mule.runtime.config.api.dsl.model.metadata.ComponentBasedMetadataCacheIdGenerator
 
getIdForGlobalMetadata(DslElementModel<?>) - Method in class org.mule.runtime.config.api.dsl.model.metadata.DslElementBasedMetadataCacheIdGenerator
 
getIdForMetadataKeys(ComponentConfiguration) - Method in class org.mule.runtime.config.api.dsl.model.metadata.ComponentBasedMetadataCacheIdGenerator
getIdForMetadataKeys(DslElementModel<?>) - Method in class org.mule.runtime.config.api.dsl.model.metadata.DslElementBasedMetadataCacheIdGenerator
getInitialState() - Method in class org.mule.runtime.config.internal.factories.DefaultFlowFactoryBean
 
getInnerComponents() - Method in class org.mule.runtime.config.internal.model.ComponentModel
 
getInterfaceClass() - Method in class org.mule.runtime.config.internal.NotificationConfig
 
getInterfaceName() - Method in class org.mule.runtime.config.internal.NotificationConfig
 
getKey() - Method in interface org.mule.runtime.config.api.dsl.model.properties.ConfigurationProperty
 
getKey() - Method in class org.mule.runtime.config.internal.dsl.model.config.DefaultConfigurationProperty
 
getLineNumber() - Method in class org.mule.runtime.config.internal.model.ComponentModel
 
getLocation() - Method in class org.mule.runtime.config.internal.factories.FlowRefMessageProcessor
 
getMapEntryType() - Method in class org.mule.runtime.config.internal.dsl.processor.ObjectTypeVisitor
 
getMaxConcurrency() - Method in class org.mule.runtime.config.internal.factories.AsyncMessageProcessorsFactoryBean
 
getMergedListeners(ServerNotificationManager) - Method in class org.mule.runtime.config.internal.ServerNotificationManagerConfigurator
 
getMessageProcessors() - Method in class org.mule.runtime.config.internal.factories.DefaultFlowFactoryBean
 
getMessageSource() - Method in class org.mule.runtime.config.internal.factories.DefaultFlowFactoryBean
 
getMetadataKeys(Location) - Method in class org.mule.runtime.config.internal.LazyMetadataService
getMinimalModel(List<ComponentModel>) - Method in class org.mule.runtime.config.internal.dsl.model.MinimalApplicationModelGenerator
Resolves the minimal set of componentModels for the components requested.
getMissingDependencies() - Method in class org.mule.runtime.config.internal.dsl.model.ConfigurationDependencyResolver
 
getMissingModuleOrExtensionMessage(String) - Static method in class org.mule.runtime.config.internal.MissingParserProblemReporter
 
getModel() - Method in class org.mule.runtime.config.api.dsl.model.DslElementModel
 
getMuleContext() - Method in class org.mule.runtime.config.internal.artifact.SpringArtifactContext
 
getMuleContext() - Method in class org.mule.runtime.config.internal.factories.DefaultFlowFactoryBean
 
getMuleContext() - Method in class org.mule.runtime.config.internal.MuleArtifactContext
 
getMuleMessageTransformerBaseBuilder() - Static method in class org.mule.runtime.config.api.dsl.model.ComponentBuildingDefinitionProviderUtils
 
getName() - Method in class org.mule.runtime.config.internal.CustomEncryptionStrategyDelegate
 
getName() - Method in class org.mule.runtime.config.internal.CustomSecurityProviderDelegate
 
getName() - Method in class org.mule.runtime.config.internal.dsl.model.extension.xml.property.GlobalElementComponentModelModelProperty
 
getName() - Method in class org.mule.runtime.config.internal.dsl.model.extension.xml.property.OperationComponentModelModelProperty
 
getName() - Method in class org.mule.runtime.config.internal.dsl.model.extension.xml.property.PrivateOperationsModelProperty
 
getName() - Method in class org.mule.runtime.config.internal.dsl.model.extension.xml.property.TestConnectionGlobalElementModelProperty
 
getName() - Method in class org.mule.runtime.config.internal.factories.AsyncMessageProcessorsFactoryBean
 
getName() - Method in class org.mule.runtime.config.internal.factories.DefaultFlowFactoryBean
 
getNameAttribute() - Method in class org.mule.runtime.config.internal.model.ComponentModel
 
getNameInNamespace() - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
 
getNameOrId(Element) - Static method in class org.mule.runtime.config.internal.util.SpringXMLUtils
 
getNameParser(Name) - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
 
getNameParser(String) - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
 
getNamespace() - Method in class org.mule.runtime.config.internal.dsl.xml.StaticXmlNamespaceInfo
 
getNamespaceUri() - Method in class org.mule.runtime.config.internal.model.ComponentCustomAttributeRetrieve
 
getNamespaceUriPrefix() - Method in class org.mule.runtime.config.internal.dsl.xml.StaticXmlNamespaceInfo
 
getObject() - Method in class org.mule.runtime.config.api.factories.streaming.AbstractCursorProviderObjectFactory
 
getObject() - Method in class org.mule.runtime.config.internal.DefaultExpressionManagerFactoryBean
 
getObject() - Method in class org.mule.runtime.config.internal.dsl.spring.MapFactoryBean
 
getObject() - Method in class org.mule.runtime.config.internal.factories.AsyncMessageProcessorsFactoryBean
 
getObject() - Method in class org.mule.runtime.config.internal.factories.BootstrapObjectFactoryBean
 
getObject() - Method in class org.mule.runtime.config.internal.factories.ConstantFactoryBean
 
getObject() - Method in class org.mule.runtime.config.internal.factories.DefaultFlowFactoryBean
 
getObject() - Method in class org.mule.runtime.config.internal.factories.ExtensionManagerFactoryBean
 
getObject() - Method in class org.mule.runtime.config.internal.factories.MuleContextFactoryBean
 
getObject() - Method in class org.mule.runtime.config.internal.factories.TransactionManagerFactoryBean
 
getObject() - Method in class org.mule.runtime.config.internal.factories.TryProcessorFactoryBean
 
getObject() - Method in class org.mule.runtime.config.internal.SchedulerBaseConfigFactory
 
getObjectFactoryClass(ComponentBuildingDefinition, Class, Class, Supplier<Boolean>, Optional<Consumer<Object>>) - Method in class org.mule.runtime.config.internal.dsl.spring.ObjectFactoryClassRepository
Retrieves a Class for the ObjectFactory defined by the objectFactoryType parameter.
getObjectInstance() - Method in class org.mule.runtime.config.internal.model.ComponentModel
 
getObjectType() - Method in class org.mule.runtime.config.internal.DefaultExpressionManagerFactoryBean
 
getObjectType() - Method in class org.mule.runtime.config.internal.dsl.spring.MapFactoryBean
 
getObjectType() - Method in class org.mule.runtime.config.internal.factories.AsyncMessageProcessorsFactoryBean
 
getObjectType() - Method in class org.mule.runtime.config.internal.factories.BootstrapObjectFactoryBean
 
getObjectType() - Method in class org.mule.runtime.config.internal.factories.ChoiceRouterObjectFactory
 
getObjectType() - Method in class org.mule.runtime.config.internal.factories.ConstantFactoryBean
 
getObjectType() - Method in class org.mule.runtime.config.internal.factories.DefaultFlowFactoryBean
 
getObjectType() - Method in class org.mule.runtime.config.internal.factories.ExtensionManagerFactoryBean
 
getObjectType() - Method in class org.mule.runtime.config.internal.factories.FixedTypeConstantFactoryBean
 
getObjectType() - Method in class org.mule.runtime.config.internal.factories.MuleContextFactoryBean
 
getObjectType() - Method in class org.mule.runtime.config.internal.factories.ObjectStoreFromRegistryFactoryBean
 
getObjectType() - Method in class org.mule.runtime.config.internal.factories.TransactionManagerFactoryBean
 
getObjectType() - Method in class org.mule.runtime.config.internal.factories.TryProcessorFactoryBean
 
getObjectType() - Method in class org.mule.runtime.config.internal.MuleConfigurationConfigurator
 
getObjectType() - Method in class org.mule.runtime.config.internal.SchedulerBaseConfigFactory
 
getOperationComponentModel() - Method in class org.mule.runtime.config.internal.dsl.model.extension.xml.property.OperationComponentModelModelProperty
 
getOperationMetadata(Location) - Method in class org.mule.runtime.config.internal.LazyMetadataService
getOperationMetadata(Location, MetadataKey) - Method in class org.mule.runtime.config.internal.LazyMetadataService
getOperationModel(String) - Method in class org.mule.runtime.config.internal.dsl.model.extension.xml.property.PrivateOperationsModelProperty
Returns the OperationModel that matches the given name.
getOptionalObjectsController() - Method in class org.mule.runtime.config.internal.MuleArtifactContext
 
getOwner() - Method in class org.mule.runtime.config.internal.factories.FlowRefMessageProcessor
 
getParameters() - Method in class org.mule.runtime.config.internal.model.ComponentModel
 
getParent() - Method in class org.mule.runtime.config.internal.model.ComponentModel
 
getParentComponentModel() - Method in class org.mule.runtime.config.internal.dsl.spring.CreateBeanDefinitionRequest
 
getParentComponentModelInitializerAdapter(boolean) - Method in class org.mule.runtime.config.internal.LazyMuleArtifactContext
 
getProcessingStrategyFactory() - Method in class org.mule.runtime.config.internal.factories.DefaultFlowFactoryBean
 
getProcessorRoute(MessageProcessorChain) - Method in class org.mule.runtime.config.internal.factories.AbstractProcessorRouteFactoryBean
 
getProcessorRoute(MessageProcessorChain) - Method in class org.mule.runtime.config.internal.factories.ProcessorExpressionRouteFactoryBean
 
getProcessorRoute(MessageProcessorChain) - Method in class org.mule.runtime.config.internal.factories.ProcessorRouteFactoryBean
 
getPropertyValue(String) - Method in interface org.mule.runtime.config.privileged.dsl.PostProcessorIocHelper
 
getPropertyValueFromPropertiesComponent(ComponentModel) - Static method in class org.mule.runtime.config.internal.dsl.spring.CommonBeanDefinitionCreator
 
getPropertyValueFromPropertyComponent(ComponentModel) - Static method in class org.mule.runtime.config.internal.dsl.spring.PropertyComponentUtils
Creates a Pair from a generic property/ies component in the configuration.
getPrototypeBeanWithRootContainer(String, String) - Method in class org.mule.runtime.config.internal.MuleArtifactContext
Returns a prototype chain of processors mutating the root container name of the set of beans created from that prototype object.
getRawValue() - Method in interface org.mule.runtime.config.api.dsl.model.properties.ConfigurationProperty
 
getRawValue() - Method in class org.mule.runtime.config.internal.dsl.model.config.DefaultConfigurationProperty
 
getReferencedFlow(String, FlowRefMessageProcessor) - Method in class org.mule.runtime.config.internal.factories.FlowRefFactoryBean
 
getRegistry() - Method in class org.mule.runtime.config.internal.artifact.SpringArtifactContext
 
getRegistry() - Method in class org.mule.runtime.config.internal.MuleArtifactContext
 
getResolverCategory() - Method in class org.mule.runtime.config.api.dsl.model.metadata.types.AbstractMetadataResolutionTypeInformation
getResolverCategory() - Method in interface org.mule.runtime.config.api.dsl.model.metadata.types.MetadataResolutionTypeInformation
 
getResolverInformation(TypeResolversInformationModelProperty, String) - Static method in class org.mule.runtime.config.api.dsl.model.metadata.types.InputMetadataResolutionTypeInformation
 
getResolverName() - Method in class org.mule.runtime.config.api.dsl.model.metadata.types.AbstractMetadataResolutionTypeInformation
getResolverName() - Method in interface org.mule.runtime.config.api.dsl.model.metadata.types.MetadataResolutionTypeInformation
 
getResourceAsStream(String) - Method in interface org.mule.runtime.config.api.dsl.model.ResourceProvider
 
getResourceAsStream(String) - Method in class org.mule.runtime.config.internal.dsl.model.ClassLoaderResourceProvider
 
getResourceInputStream(String) - Method in class org.mule.runtime.config.api.dsl.model.properties.DefaultConfigurationPropertiesProvider
 
getResourceInputStreamReader(String) - Method in class org.mule.runtime.config.api.dsl.model.properties.DefaultConfigurationPropertiesProvider
 
getRootComponentModel() - Method in class org.mule.runtime.config.internal.model.ApplicationModel
TODO MULE-9688: When the model it's made immutable we will also provide the parent component for navigation and this will not be needed anymore.
getSource() - Method in interface org.mule.runtime.config.api.dsl.model.properties.ConfigurationProperty
 
getSource() - Method in class org.mule.runtime.config.internal.dsl.model.config.DefaultConfigurationProperty
 
getSourceCode() - Method in class org.mule.runtime.config.internal.model.ComponentModel
 
getSourceMetadata(Location) - Method in class org.mule.runtime.config.internal.LazyMetadataService
getSourceMetadata(Location, MetadataKey) - Method in class org.mule.runtime.config.internal.LazyMetadataService
getStartColumn() - Method in class org.mule.runtime.config.internal.model.ComponentModel
 
getStringParameter(String) - Method in interface org.mule.runtime.config.api.dsl.model.ConfigurationParameters
Gets the value of a simple parameter as an string.
getStringParameter(String) - Method in class org.mule.runtime.config.internal.dsl.model.DefaultConfigurationParameters
 
getSupportedComponentIdentifier() - Method in interface org.mule.runtime.config.api.dsl.model.properties.ConfigurationPropertiesProviderFactory
 
getSupportedComponentIdentifier() - Method in class org.mule.runtime.config.api.dsl.model.properties.DefaultConfigurationPropertiesProviderFactory
 
getTextChild(Element) - Static method in class org.mule.runtime.config.internal.util.SpringXMLUtils
 
getTextContent() - Method in class org.mule.runtime.config.internal.model.ComponentModel
 
getTransformerBaseBuilder(Class<? extends AbstractTransformer>, KeyAttributeDefinitionPair...) - Static method in class org.mule.runtime.config.api.dsl.model.ComponentBuildingDefinitionProviderUtils
 
getTransformerBaseBuilder(ConfigurableInstanceFactory, Class<? extends Transformer>, KeyAttributeDefinitionPair...) - Static method in class org.mule.runtime.config.api.dsl.model.ComponentBuildingDefinitionProviderUtils
 
getType() - Method in class org.mule.runtime.config.internal.dsl.model.DependencyNode
 
getType() - Method in class org.mule.runtime.config.internal.dsl.processor.ObjectTypeVisitor
 
getType() - Method in class org.mule.runtime.config.internal.model.ComponentModel
 
getUniqueName(Element, String) - Static method in class org.mule.runtime.config.internal.parsers.generic.AutoIdUtils
 
getUnresolvedKeys() - Method in exception org.mule.runtime.config.internal.dsl.model.config.PropertyNotFoundException
 
getUsedNamespaces(ComponentModel) - Static method in class org.mule.runtime.config.internal.dsl.model.extension.xml.MacroExpansionModulesModel
Given an XML, will look for all attributes of the root element that start with XMLConstants.XMLNS_ATTRIBUTE and for each of those, it will pick up the value of it, to then add it to a collection of used namespaces.
getValue() - Method in class org.mule.runtime.config.api.dsl.model.DslElementModel
 
getValues(Location, String) - Method in class org.mule.runtime.config.internal.LazyValueProviderService
getXmlNamespacesInfo() - Method in class org.mule.runtime.config.internal.dsl.processor.xml.CoreXmlNamespaceInfoProvider
 
getXmlNamespacesInfo() - Method in class org.mule.runtime.config.internal.dsl.processor.xml.ModuleXmlNamespaceInfoProvider
 
getXmlNamespacesInfo() - Method in class org.mule.runtime.config.internal.dsl.xml.StaticXmlNamespaceInfoProvider
 
GLOBAL_PROPERTY - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
GLOBAL_PROPERTY_IDENTIFIER - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
GlobalElementComponentModelModelProperty - Class in org.mule.runtime.config.internal.dsl.model.extension.xml.property
Property to store all Mule global elements that are contained in an extension written in XML.
GlobalElementComponentModelModelProperty(List<ComponentModel>) - Constructor for class org.mule.runtime.config.internal.dsl.model.extension.xml.property.GlobalElementComponentModelModelProperty
Constructs a ModelProperty that will hold the Mule global elements to be later macro expanded into a Mule application.
GlobalPropertyConfigurationPropertiesProvider - Class in org.mule.runtime.config.internal.dsl.model.config
 
GlobalPropertyConfigurationPropertiesProvider(Map<String, ConfigurationProperty>) - Constructor for class org.mule.runtime.config.internal.dsl.model.config.GlobalPropertyConfigurationPropertiesProvider
 

H

handleRequest(CreateBeanDefinitionRequest) - Method in class org.mule.runtime.config.internal.dsl.spring.CommonBeanDefinitionCreator
 
hasDefinition(ComponentIdentifier, Optional<ComponentIdentifier>) - Method in class org.mule.runtime.config.internal.dsl.spring.BeanDefinitionFactory
Used to collaborate with the bean definition parsers mechanism.
hashCode() - Method in class org.mule.runtime.config.api.dsl.model.DslElementModel
 
hashCode() - Method in class org.mule.runtime.config.internal.dsl.model.DependencyNode
 
hashCode() - Method in class org.mule.runtime.config.internal.model.ComponentModel
 
HTTP_POLICY - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
HTTP_PROXY_OPERATION_IDENTIFIER - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
HTTP_PROXY_POLICY_IDENTIFIER - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
HTTP_PROXY_SOURCE_POLICY_IDENTIFIER - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
HTTP_TRANSPORT_NAMESPACE - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 

I

ImmutableObjectProviderConfiguration - Class in org.mule.runtime.config.internal
Immutable implementation of ObjectProviderConfiguration
ImmutableObjectProviderConfiguration(ConfigurationProperties, ObjectProvider) - Constructor for class org.mule.runtime.config.internal.ImmutableObjectProviderConfiguration
 
init() - Method in class org.mule.runtime.config.internal.dsl.model.CoreComponentBuildingDefinitionProvider
 
initialise() - Method in class org.mule.runtime.config.api.dsl.model.properties.DefaultConfigurationPropertiesProvider
 
initialise() - Method in class org.mule.runtime.config.internal.CustomEncryptionStrategyDelegate
 
initialise() - Method in class org.mule.runtime.config.internal.CustomSecurityProviderDelegate
 
initialise() - Method in class org.mule.runtime.config.internal.dsl.model.config.CompositeConfigurationPropertiesProvider
 
initialise() - Method in class org.mule.runtime.config.internal.dsl.model.config.DefaultConfigurationPropertiesResolver
 
initialise() - Method in class org.mule.runtime.config.internal.LazyConnectivityTestingService
 
initialise() - Method in class org.mule.runtime.config.internal.LazyMetadataService
 
initialise() - Method in class org.mule.runtime.config.internal.LazyValueProviderService
 
initialise() - Method in class org.mule.runtime.config.internal.ServerNotificationManagerConfigurator
 
initializeComponent(Location) - Method in interface org.mule.runtime.config.api.LazyComponentInitializer
Calling this method guarantees that the requested component from the configuration will be created, initialized and started.
initializeComponent(Location, boolean) - Method in interface org.mule.runtime.config.internal.LazyComponentInitializerAdapter
Calling this method guarantees that the requested component from the configuration will be created and initialized.
initializeComponent(Location) - Method in class org.mule.runtime.config.internal.LazyMuleArtifactContext
 
initializeComponent(Location, boolean) - Method in class org.mule.runtime.config.internal.LazyMuleArtifactContext
 
initializeComponent(Location) - Method in class org.mule.runtime.config.internal.NoOpLazyComponentInitializer
 
initializeComponents(LazyComponentInitializer.ComponentLocationFilter) - Method in interface org.mule.runtime.config.api.LazyComponentInitializer
Calling this method guarantees that the components accepted by the filter from the configuration will be created, initialized and started.
initializeComponents(Predicate<ComponentModel>, boolean) - Method in interface org.mule.runtime.config.internal.ComponentModelInitializer
Initializes the componentModels that match for the predicate.
initializeComponents(LazyComponentInitializer.ComponentLocationFilter, boolean) - Method in interface org.mule.runtime.config.internal.LazyComponentInitializerAdapter
Calling this method guarantees that the components accepted by the filter from the configuration will be created and initialized.
initializeComponents(LazyComponentInitializer.ComponentLocationFilter) - Method in class org.mule.runtime.config.internal.LazyMuleArtifactContext
 
initializeComponents(LazyComponentInitializer.ComponentLocationFilter, boolean) - Method in class org.mule.runtime.config.internal.LazyMuleArtifactContext
 
initializeComponents(Predicate<ComponentModel>, boolean) - Method in class org.mule.runtime.config.internal.LazyMuleArtifactContext
 
initializeComponents(LazyComponentInitializer.ComponentLocationFilter) - Method in class org.mule.runtime.config.internal.NoOpLazyComponentInitializer
 
inject(T) - Method in class org.mule.runtime.config.internal.SpringRegistry
InjectParamsFromContextServiceMethodInvoker - Class in org.mule.runtime.config.internal
A MethodInvoker to automatically reroute Service method invokations to Inject annotated overloads, similar to InjectParamsFromContextServiceProxy
InjectParamsFromContextServiceMethodInvoker(Registry) - Constructor for class org.mule.runtime.config.internal.InjectParamsFromContextServiceMethodInvoker
Creates a new instance
InjectParamsFromContextServiceProxy - Class in org.mule.runtime.config.internal
Proxies a Service instance to automatically Inject parameters for invocations of implementation methods.
InjectParamsFromContextServiceProxy(Service, Registry) - Constructor for class org.mule.runtime.config.internal.InjectParamsFromContextServiceProxy
Creates a new proxy for the provided service instance.
InMemoryCursorIteratorProviderObjectFactory - Class in org.mule.runtime.config.internal.factories.streaming
 
InMemoryCursorIteratorProviderObjectFactory(int, int, int) - Constructor for class org.mule.runtime.config.internal.factories.streaming.InMemoryCursorIteratorProviderObjectFactory
 
InMemoryCursorStreamProviderObjectFactory - Class in org.mule.runtime.config.internal.factories.streaming
 
InMemoryCursorStreamProviderObjectFactory(int, int, int, DataUnit) - Constructor for class org.mule.runtime.config.internal.factories.streaming.InMemoryCursorStreamProviderObjectFactory
 
INNER_BEAN_PREFIX - Static variable in class org.mule.runtime.config.internal.MuleArtifactContext
 
InputMetadataResolutionTypeInformation - Class in org.mule.runtime.config.api.dsl.model.metadata.types
Implementation of MetadataResolutionTypeInformation that describes Input Types from a DslElementModel
InputMetadataResolutionTypeInformation(DslElementModel<?>, String) - Constructor for class org.mule.runtime.config.api.dsl.model.metadata.types.InputMetadataResolutionTypeInformation
 
instantiate(RootBeanDefinition, String, BeanFactory) - Method in class org.mule.runtime.config.internal.util.LaxInstantiationStrategyWrapper
 
instantiate(RootBeanDefinition, String, BeanFactory, Constructor<?>, Object...) - Method in class org.mule.runtime.config.internal.util.LaxInstantiationStrategyWrapper
 
instantiate(RootBeanDefinition, String, BeanFactory, Object, Method, Object...) - Method in class org.mule.runtime.config.internal.util.LaxInstantiationStrategyWrapper
 
INTERFACE_MAP - Static variable in class org.mule.runtime.config.internal.NotificationConfig
 
internalBind(String, Object) - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
internalBind is intended for use only during setup or possibly by suitably synchronized superclasses.
internalBind(String, Object, boolean) - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
 
internalLookupByType(Class<T>, boolean, boolean) - Method in class org.mule.runtime.config.internal.SpringRegistry
 
internalLookupByTypeWithoutAncestorsAndObjectProviders(Class<T>, boolean, boolean) - Method in class org.mule.runtime.config.internal.SpringRegistry
 
invoke(Object, Method, Object[]) - Method in class org.mule.runtime.config.internal.InjectParamsFromContextServiceMethodInvoker
 
invoke(Object, Method, Object[]) - Method in class org.mule.runtime.config.internal.InjectParamsFromContextServiceProxy
 
isAnnotatedObject(ComponentModel) - Static method in class org.mule.runtime.config.internal.dsl.spring.ComponentModelHelper
 
isBeansNamespace(Element) - Static method in class org.mule.runtime.config.internal.util.SpringXMLUtils
 
isComponentIgnored(ComponentIdentifier) - Method in class org.mule.runtime.config.internal.dsl.spring.BeanDefinitionFactory
 
isDefinitionFor(Object, Class) - Method in interface org.mule.runtime.config.privileged.dsl.PostProcessorIocHelper
 
isDiscarded(String) - Method in class org.mule.runtime.config.internal.CompositeOptionalObjectsController
 
isDiscarded(String) - Method in class org.mule.runtime.config.internal.DefaultOptionalObjectsController
 
isDiscarded(String) - Method in interface org.mule.runtime.config.internal.OptionalObjectsController
 
isDynamicType() - Method in class org.mule.runtime.config.api.dsl.model.metadata.types.AbstractMetadataResolutionTypeInformation
isDynamicType() - Method in interface org.mule.runtime.config.api.dsl.model.metadata.types.MetadataResolutionTypeInformation
 
isEagerInit() - Method in class org.mule.runtime.config.internal.MuleConfigurationConfigurator
 
isEnabled() - Method in class org.mule.runtime.config.internal.model.ComponentModel
 
isErrorHandler(ComponentModel) - Static method in class org.mule.runtime.config.internal.dsl.spring.ComponentModelHelper
 
isEventExplicitlyConfigured() - Method in class org.mule.runtime.config.internal.NotificationConfig
 
isExplicitInDsl(boolean) - Method in class org.mule.runtime.config.api.dsl.model.DslElementModel.Builder
 
isExplicitInDsl() - Method in class org.mule.runtime.config.api.dsl.model.DslElementModel
 
isFreeze() - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
 
isInterfaceExplicitlyConfigured() - Method in class org.mule.runtime.config.internal.NotificationConfig
 
isLanguageConstructComponent(ComponentIdentifier) - Method in class org.mule.runtime.config.internal.dsl.spring.BeanDefinitionFactory
 
isLocalName(Element, String) - Static method in class org.mule.runtime.config.internal.util.SpringXMLUtils
 
isMessageSource(ComponentModel) - Static method in class org.mule.runtime.config.internal.dsl.spring.ComponentModelHelper
 
isMissingParser(Problem) - Method in class org.mule.runtime.config.internal.MissingParserProblemReporter
 
isMuleNamespace(Element) - Static method in class org.mule.runtime.config.internal.util.SpringXMLUtils
 
isOptional(String) - Method in class org.mule.runtime.config.internal.CompositeOptionalObjectsController
 
isOptional(String) - Method in class org.mule.runtime.config.internal.DefaultOptionalObjectsController
 
isOptional(String) - Method in interface org.mule.runtime.config.internal.OptionalObjectsController
 
isOverwrite() - Method in class org.mule.runtime.config.internal.processor.MuleObjectNameProcessor
 
isParameterValueProvidedBySchema(String) - Method in class org.mule.runtime.config.internal.model.ComponentModel
 
isProcessor(ComponentModel) - Static method in class org.mule.runtime.config.internal.dsl.spring.ComponentModelHelper
 
isPrototype() - Method in class org.mule.runtime.config.internal.MuleConfigurationConfigurator
 
isPublic() - Method in class org.mule.runtime.config.internal.dsl.model.extension.xml.property.GlobalElementComponentModelModelProperty
 
isPublic() - Method in class org.mule.runtime.config.internal.dsl.model.extension.xml.property.OperationComponentModelModelProperty
 
isPublic() - Method in class org.mule.runtime.config.internal.dsl.model.extension.xml.property.PrivateOperationsModelProperty
 
isPublic() - Method in class org.mule.runtime.config.internal.dsl.model.extension.xml.property.TestConnectionGlobalElementModelProperty
 
isReadOnly() - Method in class org.mule.runtime.config.internal.SpringRegistry
 
isRemote() - Method in class org.mule.runtime.config.internal.SpringRegistry
 
isRoot() - Method in class org.mule.runtime.config.internal.model.ComponentModel
 
isRouter(ComponentModel) - Static method in class org.mule.runtime.config.internal.dsl.spring.ComponentModelHelper
 
isRunning() - Method in class org.mule.runtime.config.internal.MuleArtifactContext
This implementation returns false if the context hasn't been initialised yet, in opposition to the default implementation which throws an exception
isScope() - Method in class org.mule.runtime.config.internal.model.ComponentModel
 
isSingleton() - Method in class org.mule.runtime.config.internal.DefaultExpressionManagerFactoryBean
 
isSingleton() - Method in class org.mule.runtime.config.internal.dsl.spring.MapFactoryBean
 
isSingleton() - Method in class org.mule.runtime.config.internal.factories.AsyncMessageProcessorsFactoryBean
 
isSingleton() - Method in class org.mule.runtime.config.internal.factories.BootstrapObjectFactoryBean
 
isSingleton() - Method in class org.mule.runtime.config.internal.factories.ConstantFactoryBean
 
isSingleton() - Method in class org.mule.runtime.config.internal.factories.DefaultFlowFactoryBean
 
isSingleton() - Method in class org.mule.runtime.config.internal.factories.ExtensionManagerFactoryBean
 
isSingleton() - Method in class org.mule.runtime.config.internal.factories.MuleContextFactoryBean
 
isSingleton() - Method in class org.mule.runtime.config.internal.factories.TransactionManagerFactoryBean
 
isSingleton() - Method in class org.mule.runtime.config.internal.factories.TryProcessorFactoryBean
 
isSingleton() - Method in class org.mule.runtime.config.internal.MuleConfigurationConfigurator
 
isSingleton(String) - Method in class org.mule.runtime.config.internal.ObjectProviderAwareBeanFactory
 
isSingleton() - Method in class org.mule.runtime.config.internal.SchedulerBaseConfigFactory
 
isSingleton(String) - Method in class org.mule.runtime.config.internal.SpringRegistry
 
isTemplateOnErrorHandler(ComponentModel) - Static method in class org.mule.runtime.config.internal.dsl.spring.ComponentModelHelper
 
isTopLevel() - Method in class org.mule.runtime.config.internal.dsl.model.DependencyNode
 
isUnnamedTopLevel() - Method in class org.mule.runtime.config.internal.dsl.model.DependencyNode
 
isWrapperComponent(ComponentIdentifier, Optional<ComponentIdentifier>) - Method in class org.mule.runtime.config.internal.dsl.spring.BeanDefinitionFactory
 

J

JMS_NAMESPACE - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 

K

KeysMetadataResolutionTypeInformation - Class in org.mule.runtime.config.api.dsl.model.metadata.types
Implementation of MetadataResolutionTypeInformation that describes Output Types from a DslElementModel
KeysMetadataResolutionTypeInformation(DslElementModel<?>) - Constructor for class org.mule.runtime.config.api.dsl.model.metadata.types.KeysMetadataResolutionTypeInformation
 

L

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
Key under which the LazyComponentInitializer can be found in the Registry
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
Implementation of MuleArtifactContext that allows to create configuration components lazily.
LazyMuleArtifactContext(MuleContext, ConfigResource[], ArtifactDeclaration, OptionalObjectsController, Map<String, String>, ArtifactType, List<ClassLoader>, Optional<ComponentModelInitializer>, Optional<ConfigurationProperties>, boolean, ComponentBuildingDefinitionProvider, LockFactory) - 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
A BeanPostProcessor which sets a given LifecycleStatePostProcessor.state into instances of LifecycleStateAware
LifecycleStatePostProcessor(LifecycleState) - Constructor for class org.mule.runtime.config.internal.processor.LifecycleStatePostProcessor
 
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
 
locator - Variable in class org.mule.runtime.config.internal.factories.AbstractProcessorRouteFactoryBean
 
locator - Variable in class org.mule.runtime.config.internal.factories.ModuleOperationMessageProcessorChainFactoryBean
 
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
lookupObjectsForLifecycle() - Method in class org.mule.runtime.config.internal.SpringRegistryLifecycleManager
 

M

MacroExpansionModuleModel - Class in org.mule.runtime.config.internal.dsl.model.extension.xml
A MacroExpansionModuleModel works tightly with a ApplicationModel to go over all the registered ExtensionModels that are XML based (see XmlExtensionModelProperty) looking for code to macro expand.
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
From a mutable applicationModel, it will store it to apply changes when the MacroExpansionModulesModel.expand() method is executed.
MANY_CANDIDATES_ERROR_MSG_TEMPLATE - Static variable in class org.mule.runtime.config.internal.InjectParamsFromContextServiceMethodInvoker
 
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
ConfigurationPropertiesProvider wrapper for properties.
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
 
maxConcurrency - Variable in class org.mule.runtime.config.internal.factories.AsyncMessageProcessorsFactoryBean
 
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.
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
 
messageProcessors - Variable in class org.mule.runtime.config.internal.factories.AsyncMessageProcessorsFactoryBean
 
messageProcessors - Variable in class org.mule.runtime.config.internal.factories.TryProcessorFactoryBean
 
MetadataResolutionTypeInformation - Interface in org.mule.runtime.config.api.dsl.model.metadata.types
Inteface defined to handle a component type to create a MetadataCacheId that describes it
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 ).
ModuleDelegatingEntityResolver(Set<ExtensionModel>) - Constructor for class org.mule.runtime.config.internal.ModuleDelegatingEntityResolver
Returns an instance of 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, LockFactory) - 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, LockFactory) - 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
 
MuleContextFactoryBean - Class in org.mule.runtime.config.internal.factories
A FactoryBean which returns a fixed MuleContext
MuleContextFactoryBean(MuleContext) - Constructor for class org.mule.runtime.config.internal.factories.MuleContextFactoryBean
Creates a new instance
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.
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
 

N

name - Variable in class org.mule.runtime.config.internal.factories.AsyncMessageProcessorsFactoryBean
 
name - Variable in class org.mule.runtime.config.internal.factories.SubflowMessageProcessorChainFactoryBean
 
name - Variable in class org.mule.runtime.config.privileged.dsl.processor.MessageProcessorChainFactoryBean
 
NAME_ATTRIBUTE - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
NAME_ATTRIBUTE_NAME - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
 
nameParser - Static variable in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
 
newContext() - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
 
NO_OBJECT_FOUND_FOR_PARAM - Static variable in class org.mule.runtime.config.internal.InjectParamsFromContextServiceMethodInvoker
 
NO_OBJECT_FOUND_FOR_PARAM - Static variable in class org.mule.runtime.config.internal.InjectParamsFromContextServiceProxy
 
NO_PARSER_PREFIX - Static variable in class org.mule.runtime.config.internal.MissingParserProblemReporter
 
NON_LAZY_CONNECTIVITY_TESTING_SERVICE - Static variable in class org.mule.runtime.config.internal.LazyConnectivityTestingService
 
NON_LAZY_VALUE_PROVIDER_SERVICE - Static variable in class org.mule.runtime.config.internal.LazyValueProviderService
 
NoOpLazyComponentInitializer - Class in org.mule.runtime.config.internal
NoOp implementation for LazyComponentInitializer.
NoOpLazyComponentInitializer() - Constructor for class org.mule.runtime.config.internal.NoOpLazyComponentInitializer
 
NoOpXmlErrorHandler - Class in org.mule.runtime.config.internal.util
XmlGathererErrorHandler implementation that doesn't handle errors.
NoOpXmlErrorHandler() - Constructor for class org.mule.runtime.config.internal.util.NoOpXmlErrorHandler
 
NoSuchComponentModelException - Exception in org.mule.runtime.config.internal.dsl.model
Exception thrown when a requested ComponentModel in the configuration does not exists.
NoSuchComponentModelException(I18nMessage) - Constructor for exception org.mule.runtime.config.internal.dsl.model.NoSuchComponentModelException
Creates a new instance.
NotificationConfig<N extends org.mule.runtime.api.notification.Notification,L extends org.mule.runtime.api.notification.NotificationListener<N>> - Class in org.mule.runtime.config.internal
Notification helper object for creating notification manager configuration.
NotificationConfig(Class<L>, Class<N>) - Constructor for class org.mule.runtime.config.internal.NotificationConfig
 
NotificationConfig() - Constructor for class org.mule.runtime.config.internal.NotificationConfig
 
NotificationConfig.DisabledNotificationConfig<N extends org.mule.runtime.api.notification.Notification,L extends org.mule.runtime.api.notification.NotificationListener<N>> - Class in org.mule.runtime.config.internal
 
NotificationConfig.EnabledNotificationConfig<N extends org.mule.runtime.api.notification.Notification,L extends org.mule.runtime.api.notification.NotificationListener<N>> - Class in org.mule.runtime.config.internal
 
NotificationListenerPostProcessor - Class in org.mule.runtime.config.internal.processor
A BeanPostProcessor which registers NotificationListener objects into the ServerNotificationManager
NotificationListenerPostProcessor(MuleContext) - Constructor for class org.mule.runtime.config.internal.processor.NotificationListenerPostProcessor
 
NotificationListenersPostProcessor - Class in org.mule.runtime.config.internal
Deprecated.
as of 3.7.0 because it's not being used. Will be removed in Mule 4.0
NotificationListenersPostProcessor(MuleContext) - Constructor for class org.mule.runtime.config.internal.NotificationListenersPostProcessor
Deprecated.
 
NullCursorIteratorProviderObjectFactory - Class in org.mule.runtime.config.internal.factories.streaming
 
NullCursorIteratorProviderObjectFactory() - Constructor for class org.mule.runtime.config.internal.factories.streaming.NullCursorIteratorProviderObjectFactory
 
NullCursorStreamProviderObjectFactory - Class in org.mule.runtime.config.internal.factories.streaming
 
NullCursorStreamProviderObjectFactory() - Constructor for class org.mule.runtime.config.internal.factories.streaming.NullCursorStreamProviderObjectFactory
 

O

OBJECT_ELEMENT - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
OBJECT_IDENTIFIER - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
ObjectFactoryClassRepository - Class in org.mule.runtime.config.internal.dsl.spring
Repository for storing the dynamic class generated to mimic FactoryBean from an ObjectFactory.
ObjectFactoryClassRepository() - Constructor for class org.mule.runtime.config.internal.dsl.spring.ObjectFactoryClassRepository
 
ObjectFactoryCommonConfigurator<T> - Interface in org.mule.runtime.config.api.dsl
Implementations of this interface are used to define common configuration attribute across a set of ComponentBuildingDefinitions.
ObjectProviderAwareBeanFactory - Class in org.mule.runtime.config.internal
ListableBeanFactory implementation that will resolve beans using a list of ObjectProviders if it was not able to find a bean on itself.
ObjectProviderAwareBeanFactory(BeanFactory) - Constructor for class org.mule.runtime.config.internal.ObjectProviderAwareBeanFactory
 
objectProviders - Variable in class org.mule.runtime.config.internal.MuleArtifactContext
 
ObjectStoreFromRegistryFactoryBean - Class in org.mule.runtime.config.internal.factories
Lookup an ObjectStore from the registry.
ObjectStoreFromRegistryFactoryBean(String) - Constructor for class org.mule.runtime.config.internal.factories.ObjectStoreFromRegistryFactoryBean
 
ObjectTypeVisitor - Class in org.mule.runtime.config.internal.dsl.processor
Visitor that retrieves the ComponentModel object Class based on the component configuration.
ObjectTypeVisitor(ComponentModel) - Constructor for class org.mule.runtime.config.internal.dsl.processor.ObjectTypeVisitor
 
ON_ERROR - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
ON_ERROR_CONTINE_IDENTIFIER - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
 
ON_ERROR_CONTINUE - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
 
ON_ERROR_IDENTIFIER - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
ON_ERROR_PROPAGATE - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
 
ON_ERROR_PROPAGATE_IDENTIFIER - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
 
onComplexChild(Class<?>, Optional<String>, Optional<String>) - Method in class org.mule.runtime.config.api.dsl.processor.AbstractAttributeDefinitionVisitor
 
onComplexChildCollection(Class<?>, Optional<String>) - Method in class org.mule.runtime.config.api.dsl.processor.AbstractAttributeDefinitionVisitor
 
onComplexChildMap(Class<?>, Class<?>, String) - Method in class org.mule.runtime.config.api.dsl.processor.AbstractAttributeDefinitionVisitor
 
onConfigurationAttribute(String, Class<?>) - Method in class org.mule.runtime.config.internal.dsl.processor.ObjectTypeVisitor
 
onConfigurationParameter(String, Object, Optional<TypeConverter>) - Method in class org.mule.runtime.config.api.dsl.processor.AbstractAttributeDefinitionVisitor
 
onConfigurationParameter(String, Object, Optional<TypeConverter>) - Method in class org.mule.runtime.config.internal.dsl.spring.DefaultValueVisitor
 
OnErrorFactoryBean - Class in org.mule.runtime.config.internal.factories
An ObjectFactory which generates TemplateOnErrorHandler based on existing ones.
OnErrorFactoryBean(TemplateOnErrorHandler) - Constructor for class org.mule.runtime.config.internal.factories.OnErrorFactoryBean
 
onFixedValue(Object) - Method in class org.mule.runtime.config.api.dsl.processor.AbstractAttributeDefinitionVisitor
 
onMapType(TypeDefinition.MapEntryType) - Method in class org.mule.runtime.config.internal.dsl.processor.ObjectTypeVisitor
 
onMultipleValues(KeyAttributeDefinitionPair[]) - Method in class org.mule.runtime.config.api.dsl.processor.AbstractAttributeDefinitionVisitor
 
onReferenceConfigurationParameter(String, Object, Optional<TypeConverter>) - Method in class org.mule.runtime.config.api.dsl.processor.AbstractAttributeDefinitionVisitor
 
onReferenceFixedParameter(String) - Method in class org.mule.runtime.config.api.dsl.processor.AbstractAttributeDefinitionVisitor
 
onReferenceObject(Class<?>) - Method in class org.mule.runtime.config.api.dsl.processor.AbstractAttributeDefinitionVisitor
 
onReferenceSimpleParameter(String) - Method in class org.mule.runtime.config.api.dsl.processor.AbstractAttributeDefinitionVisitor
 
onSoftReferenceSimpleParameter(String) - Method in class org.mule.runtime.config.api.dsl.processor.AbstractAttributeDefinitionVisitor
 
onType(Class<?>) - Method in class org.mule.runtime.config.internal.dsl.processor.ObjectTypeVisitor
 
onUndefinedComplexParameters() - Method in class org.mule.runtime.config.api.dsl.processor.AbstractAttributeDefinitionVisitor
 
onUndefinedSimpleParameters() - Method in class org.mule.runtime.config.api.dsl.processor.AbstractAttributeDefinitionVisitor
 
onValueFromTextContent() - Method in class org.mule.runtime.config.api.dsl.processor.AbstractAttributeDefinitionVisitor
 
OperationComponentModelModelProperty - Class in org.mule.runtime.config.internal.dsl.model.extension.xml.property
Property to store the 's ComponentModel and the that are contained in an extension written in XML.
OperationComponentModelModelProperty(ComponentModel, ComponentModel) - Constructor for class org.mule.runtime.config.internal.dsl.model.extension.xml.property.OperationComponentModelModelProperty
Constructs a ModelProperty that will hold the complete and its Processors defined in a element to be later macro expanded into a Mule application.
OptionalObjectsController - Interface in org.mule.runtime.config.internal
Keeps track of keys that have been marked as optional on a registry-bootstrap file.
org.mule.runtime.config.api - package org.mule.runtime.config.api
 
org.mule.runtime.config.api.dsl - package org.mule.runtime.config.api.dsl
 
org.mule.runtime.config.api.dsl.artifact - package org.mule.runtime.config.api.dsl.artifact
 
org.mule.runtime.config.api.dsl.model - package org.mule.runtime.config.api.dsl.model
 
org.mule.runtime.config.api.dsl.model.metadata - package org.mule.runtime.config.api.dsl.model.metadata
 
org.mule.runtime.config.api.dsl.model.metadata.types - package org.mule.runtime.config.api.dsl.model.metadata.types
 
org.mule.runtime.config.api.dsl.model.properties - package org.mule.runtime.config.api.dsl.model.properties
 
org.mule.runtime.config.api.dsl.processor - package org.mule.runtime.config.api.dsl.processor
 
org.mule.runtime.config.api.dsl.processor.xml - package org.mule.runtime.config.api.dsl.processor.xml
 
org.mule.runtime.config.api.factories.streaming - package org.mule.runtime.config.api.factories.streaming
 
org.mule.runtime.config.internal - package org.mule.runtime.config.internal
 
org.mule.runtime.config.internal.artifact - package org.mule.runtime.config.internal.artifact
 
org.mule.runtime.config.internal.dsl - package org.mule.runtime.config.internal.dsl
 
org.mule.runtime.config.internal.dsl.declaration - package org.mule.runtime.config.internal.dsl.declaration
 
org.mule.runtime.config.internal.dsl.model - package org.mule.runtime.config.internal.dsl.model
 
org.mule.runtime.config.internal.dsl.model.config - package org.mule.runtime.config.internal.dsl.model.config
 
org.mule.runtime.config.internal.dsl.model.extension.xml - package org.mule.runtime.config.internal.dsl.model.extension.xml
 
org.mule.runtime.config.internal.dsl.model.extension.xml.property - package org.mule.runtime.config.internal.dsl.model.extension.xml.property
 
org.mule.runtime.config.internal.dsl.processor - package org.mule.runtime.config.internal.dsl.processor
 
org.mule.runtime.config.internal.dsl.processor.xml - package org.mule.runtime.config.internal.dsl.processor.xml
 
org.mule.runtime.config.internal.dsl.spring - package org.mule.runtime.config.internal.dsl.spring
 
org.mule.runtime.config.internal.dsl.xml - package org.mule.runtime.config.internal.dsl.xml
 
org.mule.runtime.config.internal.editors - package org.mule.runtime.config.internal.editors
 
org.mule.runtime.config.internal.factories - package org.mule.runtime.config.internal.factories
 
org.mule.runtime.config.internal.factories.streaming - package org.mule.runtime.config.internal.factories.streaming
 
org.mule.runtime.config.internal.jndi - package org.mule.runtime.config.internal.jndi
 
org.mule.runtime.config.internal.model - package org.mule.runtime.config.internal.model
 
org.mule.runtime.config.internal.parsers.generic - package org.mule.runtime.config.internal.parsers.generic
 
org.mule.runtime.config.internal.processor - package org.mule.runtime.config.internal.processor
 
org.mule.runtime.config.internal.util - package org.mule.runtime.config.internal.util
 
org.mule.runtime.config.privileged.dsl - package org.mule.runtime.config.privileged.dsl
 
org.mule.runtime.config.privileged.dsl.processor - package org.mule.runtime.config.privileged.dsl.processor
 
ORIGINAL_IDENTIFIER - Static variable in class org.mule.runtime.config.internal.dsl.model.extension.xml.MacroExpansionModuleModel
Used to obtain the ComponentIdentifier element from the 's original to be later added in the macro expanded element (aka: ) so that the location set by the ComponentLocationVisitor can properly set the paths for every element (even the macro expanded)
OutputMetadataResolutionTypeInformation - Class in org.mule.runtime.config.api.dsl.model.metadata.types
Implementation of MetadataResolutionTypeInformation that describes Output Types from a DslElementModel
OutputMetadataResolutionTypeInformation(DslElementModel<?>) - Constructor for class org.mule.runtime.config.api.dsl.model.metadata.types.OutputMetadataResolutionTypeInformation
 

P

PARALLEL_FOREACH_ELEMENT - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
 
PARALLEL_FOREACH_IDENTIFIER - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
 
parse(String) - Method in class org.mule.runtime.config.internal.jndi.DefaultNameParser
 
parseQName(String) - Method in class org.mule.runtime.config.internal.editors.QNamePropertyEditor
 
PARSER_TEST_NAMESPACE - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
PGP_NAMESPACE - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
PLACEHOLDER_PREFIX - Static variable in class org.mule.runtime.config.internal.dsl.model.config.DefaultConfigurationPropertiesResolver
 
PLACEHOLDER_SUFFIX - Static variable in class org.mule.runtime.config.internal.dsl.model.config.DefaultConfigurationPropertiesResolver
 
POLICY_ROOT_ELEMENT - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
populateNotificationTypeMappings(Map<String, Class<? extends Notification>>, Map<String, Class<? extends NotificationListener>>) - Method in class org.mule.runtime.config.internal.ServerNotificationManagerConfigurator
 
postProcess(ComponentConfiguration, PostProcessorIocHelper) - Method in interface org.mule.runtime.config.privileged.dsl.BeanDefinitionPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.mule.runtime.config.internal.MuleContextPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.mule.runtime.config.internal.NotificationListenersPostProcessor
Deprecated.
 
postProcessAfterInitialization(Object, String) - Method in class org.mule.runtime.config.internal.processor.ComponentLocatorCreatePostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.mule.runtime.config.internal.processor.DiscardedOptionalBeanPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.mule.runtime.config.internal.processor.LifecycleStatePostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.mule.runtime.config.internal.processor.MuleObjectNameProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.mule.runtime.config.internal.processor.NotificationListenerPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.mule.runtime.config.internal.processor.PostRegistrationActionsPostProcessor
Execute post process actions over global elements in the mule configuration.
postProcessAfterInstantiation(Object, String) - Method in class org.mule.runtime.config.internal.processor.DiscardedOptionalBeanPostProcessor
 
postProcessBeanDefinition(SpringComponentModel, BeanDefinitionRegistry, String) - Static method in class org.mule.runtime.config.internal.MuleArtifactContext
Forces the registration of instances of TransformerResolver and Converter to be created, so that PostRegistrationActionsPostProcessor can work its magic and add them to the transformation graph
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.mule.runtime.config.internal.MuleObjectCreationBeanDefinitionRegistryPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.mule.runtime.config.internal.MuleArtifactContext
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.mule.runtime.config.internal.MuleObjectCreationBeanDefinitionRegistryPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.mule.runtime.config.internal.MuleContextPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.mule.runtime.config.internal.NotificationListenersPostProcessor
Deprecated.
 
postProcessBeforeInitialization(Object, String) - Method in class org.mule.runtime.config.internal.processor.ComponentLocatorCreatePostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.mule.runtime.config.internal.processor.DiscardedOptionalBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.mule.runtime.config.internal.processor.LifecycleStatePostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.mule.runtime.config.internal.processor.MuleObjectNameProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.mule.runtime.config.internal.processor.NotificationListenerPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.mule.runtime.config.internal.processor.PostRegistrationActionsPostProcessor
 
postProcessBeforeInstantiation(Class<?>, String) - Method in class org.mule.runtime.config.internal.processor.DiscardedOptionalBeanPostProcessor
 
postProcessInstance(AbstractTransformer) - Method in class org.mule.runtime.config.internal.dsl.processor.TransformerObjectFactory
Template method for subclasses to customize the transformer instance.
postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - Method in class org.mule.runtime.config.internal.processor.MuleInjectorProcessor
No-Op method
PostProcessorIocHelper - Interface in org.mule.runtime.config.privileged.dsl
Provides a way to decouple BeanDefinitionPostProcessor implementations from the underlying IoC container.
postProcessPropertyValues(PropertyValues, PropertyDescriptor[], Object, String) - Method in class org.mule.runtime.config.internal.processor.DiscardedOptionalBeanPostProcessor
 
PostRegistrationActionsPostProcessor - Class in org.mule.runtime.config.internal.processor
A BeanPostProcessor which invokes MuleRegistryHelper.postObjectRegistrationActions(Object) after spring finishes initialization over each object.
PostRegistrationActionsPostProcessor(MuleRegistryHelper, ConfigurableListableBeanFactory) - Constructor for class org.mule.runtime.config.internal.processor.PostRegistrationActionsPostProcessor
 
PREFIX - Static variable in class org.mule.runtime.config.internal.parsers.generic.AutoIdUtils
 
prepareBeanFactory(ConfigurableListableBeanFactory) - Method in class org.mule.runtime.config.internal.MuleArtifactContext
 
prepareObjectProviders() - Method in class org.mule.runtime.config.internal.LazyMuleArtifactContext
 
prepareObjectProviders() - Method in class org.mule.runtime.config.internal.MuleArtifactContext
 
PRIVATE_OBJECT_STORE_ELEMENT - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
 
PrivateOperationsModelProperty - Class in org.mule.runtime.config.internal.dsl.model.extension.xml.property
Model property responsible of holding private s defined within a that will never be called, neither exposed, from outside of it.
PrivateOperationsModelProperty(List<OperationModel>) - Constructor for class org.mule.runtime.config.internal.dsl.model.extension.xml.property.PrivateOperationsModelProperty
 
process(CoreEvent) - Method in class org.mule.runtime.config.internal.factories.FlowRefMessageProcessor
 
ProcessorExpressionRouteFactoryBean - Class in org.mule.runtime.config.internal.factories
 
ProcessorExpressionRouteFactoryBean() - Constructor for class org.mule.runtime.config.internal.factories.ProcessorExpressionRouteFactoryBean
 
ProcessorRouteFactoryBean - Class in org.mule.runtime.config.internal.factories
 
ProcessorRouteFactoryBean() - Constructor for class org.mule.runtime.config.internal.factories.ProcessorRouteFactoryBean
 
processors - Variable in class org.mule.runtime.config.internal.factories.SubflowMessageProcessorChainFactoryBean
 
processors - Variable in class org.mule.runtime.config.privileged.dsl.processor.MessageProcessorChainFactoryBean
 
PROPERTIES_ELEMENT - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
PROPERTIES_EXTENSION - Static variable in class org.mule.runtime.config.api.dsl.model.properties.DefaultConfigurationPropertiesProvider
 
PropertiesResolverConfigurationProperties - Class in org.mule.runtime.config.internal.dsl.model.config
Implementations of ConfigurationProperties that works based on a ConfigurationPropertiesResolver
PropertiesResolverConfigurationProperties(ConfigurationPropertiesResolver) - Constructor for class org.mule.runtime.config.internal.dsl.model.config.PropertiesResolverConfigurationProperties
Creates a new instance.
PROPERTY_ELEMENT - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
PropertyComponentUtils - Class in org.mule.runtime.config.internal.dsl.spring
Utility class to parse spring:property, spring:properties or property components in the configuration.
PropertyComponentUtils() - Constructor for class org.mule.runtime.config.internal.dsl.spring.PropertyComponentUtils
 
PropertyNotFoundException - Exception in org.mule.runtime.config.internal.dsl.model.config
Exception thrown when a key could not be resolved.
PropertyNotFoundException(Pair<String, String>) - Constructor for exception org.mule.runtime.config.internal.dsl.model.config.PropertyNotFoundException
Creates a new instance.
PropertyNotFoundException(PropertyNotFoundException, Pair<String, String>) - Constructor for exception org.mule.runtime.config.internal.dsl.model.config.PropertyNotFoundException
Creates a new instance.

Q

QNamePropertyEditor - Class in org.mule.runtime.config.internal.editors
This handles qname{....} syntax as used in stockquote-soap-config.xml
QNamePropertyEditor() - Constructor for class org.mule.runtime.config.internal.editors.QNamePropertyEditor
 
QNamePropertyEditor(boolean) - Constructor for class org.mule.runtime.config.internal.editors.QNamePropertyEditor
 

R

RAISE_ERROR - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
 
RAISE_ERROR_IDENTIFIER - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
 
readAttributesFromFile(InputStreamReader) - Method in class org.mule.runtime.config.api.dsl.model.properties.DefaultConfigurationPropertiesProvider
 
rebind(Name, Object) - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
 
rebind(String, Object) - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
 
ReconnectionConfigObjectFactory - Class in org.mule.runtime.config.internal.dsl.processor
ObjectFactory which yields instances of ReconnectionConfig
ReconnectionConfigObjectFactory() - Constructor for class org.mule.runtime.config.internal.dsl.processor.ReconnectionConfigObjectFactory
 
REDELIVERY_POLICY_ELEMENT - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
REDELIVERY_POLICY_IDENTIFIER - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
REFERENCE_ATTRIBUTE - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
register(ComponentBuildingDefinition<?>) - Method in class org.mule.runtime.config.api.dsl.model.ComponentBuildingDefinitionRegistry
Adds a new ComponentBuildingDefinition to the registry.
registerCustomEditors(PropertyEditorRegistry) - Method in class org.mule.runtime.config.internal.editors.MulePropertyEditorRegistrar
 
registerInjectorProcessor(ConfigurableListableBeanFactory) - Method in class org.mule.runtime.config.internal.MuleArtifactContext
 
registerObject(String, Object) - Method in class org.mule.runtime.config.internal.SpringRegistry
 
registerObject(String, Object, Object) - Method in class org.mule.runtime.config.internal.SpringRegistry
 
registerObjectFromObjectProviders(ConfigurableListableBeanFactory) - Method in class org.mule.runtime.config.internal.MuleArtifactContext
Process all the ObjectProviders from the ApplicationModel to get their beans and register them inside the spring bean factory so they can be used for dependency injection.
registerObjects(Map<String, Object>) - Method in class org.mule.runtime.config.internal.SpringRegistry
 
registerOptionalKey(String) - Method in class org.mule.runtime.config.internal.CompositeOptionalObjectsController
 
registerOptionalKey(String) - Method in class org.mule.runtime.config.internal.DefaultOptionalObjectsController
 
registerOptionalKey(String) - Method in interface org.mule.runtime.config.internal.OptionalObjectsController
Registers the given key as optional
registerPhases(Registry) - Method in class org.mule.runtime.config.internal.SpringRegistryLifecycleManager
 
registerPostProcessor(BeanDefinitionRegistry, RootBeanDefinition, String) - Method in class org.mule.runtime.config.internal.MuleArtifactContext
 
registerTransformers() - Method in class org.mule.runtime.config.internal.SpringRegistryBootstrap
 
REGISTRY_ID - Static variable in class org.mule.runtime.config.internal.SpringRegistry
 
removeComponents() - Method in class org.mule.runtime.config.internal.SpringConfigurationComponentLocator
Removes the components from the locator
removeFromEnvironment(String) - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
 
removePropertyValue(String) - Method in interface org.mule.runtime.config.privileged.dsl.PostProcessorIocHelper
 
rename(Name, Name) - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
 
rename(String, String) - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
 
replaceDefinitionWithRoot(Class, boolean, Object...) - Method in interface org.mule.runtime.config.privileged.dsl.PostProcessorIocHelper
 
resolveAlwaysEnabledComponents() - Method in class org.mule.runtime.config.internal.dsl.model.ConfigurationDependencyResolver
 
resolveArtifactConfig(ArtifactConfigResolverContext) - Method in interface org.mule.runtime.config.internal.ArtifactConfigResolver
Resolves an ArtifactConfig by parsing the loading all the configuration files and the imported ones.
resolveBeanDependencies(String) - Method in interface org.mule.runtime.config.internal.BeanDependencyResolver
 
resolveBeanDependencies(String) - Method in class org.mule.runtime.config.internal.DefaultBeanDependencyResolver
 
resolveBooleanProperty(String) - Method in class org.mule.runtime.config.internal.dsl.model.config.PropertiesResolverConfigurationProperties
 
resolveComponentDependencies(ComponentModel) - Method in class org.mule.runtime.config.internal.dsl.model.ConfigurationDependencyResolver
 
resolveComponentDependencies(String) - Method in class org.mule.runtime.config.internal.dsl.model.ConfigurationDependencyResolver
 
resolveComponentRecursively(SpringComponentModel, SpringComponentModel, BeanDefinitionRegistry, BiConsumer<ComponentModel, BeanDefinitionRegistry>, BiFunction<Element, BeanDefinition, Either<BeanDefinition, BeanReference>>, SpringConfigurationComponentLocator) - Method in class org.mule.runtime.config.internal.dsl.spring.BeanDefinitionFactory
Creates a BeanDefinition by traversing the ComponentModel and its children.
resolveComponentType(ComponentModel, ExtensionModelHelper) - Static method in class org.mule.runtime.config.internal.dsl.spring.ComponentModelHelper
Resolves the TypedComponentIdentifier.ComponentType from a ComponentModel.
resolveComponentTypes() - Method in class org.mule.runtime.config.internal.model.ApplicationModel
Resolves the types of each component model when possible.
resolveEntity(String, String) - Method in class org.mule.runtime.config.internal.ModuleDelegatingEntityResolver
 
resolveEntity(String, String) - Method in class org.mule.runtime.config.internal.MuleCustomEntityResolver
 
resolvePlaceholderKeyValue(String) - Method in interface org.mule.runtime.config.internal.dsl.model.config.ConfigurationPropertiesResolver
Resolves the possible value of a placeholder key.
resolvePlaceholderKeyValue(String) - Method in class org.mule.runtime.config.internal.dsl.model.config.DefaultConfigurationPropertiesResolver
Resolves the possible value of a placeholder key.
resolveProperty(String) - Method in class org.mule.runtime.config.internal.dsl.model.config.PropertiesResolverConfigurationProperties
 
resolveStringProperty(String) - Method in class org.mule.runtime.config.internal.dsl.model.config.PropertiesResolverConfigurationProperties
 
resolveValue(String) - Method in interface org.mule.runtime.config.internal.dsl.model.config.ConfigurationPropertiesResolver
Resolves a value by searching and replacing placeholders on it.
resolveValue(String) - Method in class org.mule.runtime.config.internal.dsl.model.config.DefaultConfigurationPropertiesResolver
Resolves a value by searching and replacing placeholders on it.
resourceProvider - Variable in class org.mule.runtime.config.api.dsl.model.properties.DefaultConfigurationPropertiesProvider
 
ResourceProvider - Interface in org.mule.runtime.config.api.dsl.model
Represents a generic resource provider, to be used instead of the artifact class loader.
RetryPolicyTemplateObjectFactory - Class in org.mule.runtime.config.internal.dsl.processor
ObjectFactory for reconnection configuration.
RetryPolicyTemplateObjectFactory() - Constructor for class org.mule.runtime.config.internal.dsl.processor.RetryPolicyTemplateObjectFactory
 
ROOT_MACRO_EXPANDED_FLOW_CONTAINER_NAME - Static variable in class org.mule.runtime.config.internal.dsl.model.extension.xml.MacroExpansionModuleModel
Used to leave breadcrumbs of which is the flow's name containing the macro expanded chain.
ROUTE_ELEMENT - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
 
ROUTE_IDENTIFIER - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
 
RuntimeConfigurationException - Exception in org.mule.runtime.config.internal.dsl.model.config
Configuration exception thrown due to a invalid configuration settings
RuntimeConfigurationException(I18nMessage) - Constructor for exception org.mule.runtime.config.internal.dsl.model.config.RuntimeConfigurationException
 
RuntimeConfigurationException(I18nMessage, Throwable) - Constructor for exception org.mule.runtime.config.internal.dsl.model.config.RuntimeConfigurationException
 

S

SCATTER_GATHER_ELEMENT - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
 
SCATTER_GATHER_IDENTIFIER - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
 
scheduler - Variable in class org.mule.runtime.config.internal.factories.SchedulingMessageSourceFactoryBean
 
SchedulerBaseConfigFactory - Class in org.mule.runtime.config.internal
Builds a base SchedulerConfig to be provided to the calls to SchedulerService.
SchedulerBaseConfigFactory() - Constructor for class org.mule.runtime.config.internal.SchedulerBaseConfigFactory
 
SCHEDULING_STRATEGY_ELEMENT - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
 
SchedulingMessageSourceFactoryBean - Class in org.mule.runtime.config.internal.factories
 
SchedulingMessageSourceFactoryBean() - Constructor for class org.mule.runtime.config.internal.factories.SchedulingMessageSourceFactoryBean
 
SchemaConstants - Class in org.mule.runtime.config.internal.dsl
 
SECURITY_MANAGER - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
SECURITY_MANAGER_IDENTIFIER - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
SEPARATOR - Static variable in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
 
serialize(ArtifactDeclaration) - Method in interface org.mule.runtime.config.api.dsl.ArtifactDeclarationXmlSerializer
Serializes an ArtifactDeclaration into an XML Document
serialize(ArtifactDeclaration) - Method in class org.mule.runtime.config.internal.dsl.model.DefaultArtifactDeclarationXmlSerializer
 
ServerNotificationManagerConfigurator - Class in org.mule.runtime.config.internal
 
ServerNotificationManagerConfigurator() - Constructor for class org.mule.runtime.config.internal.ServerNotificationManagerConfigurator
 
setAnnotations(Map<QName, Object>) - Method in class org.mule.runtime.config.internal.factories.ComponentFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class org.mule.runtime.config.internal.factories.FlowRefFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class org.mule.runtime.config.internal.ServerNotificationManagerConfigurator
 
setApplicationName(String) - Method in class org.mule.runtime.config.api.dsl.processor.ArtifactConfig.Builder
 
setAsRootResolver() - Method in class org.mule.runtime.config.internal.dsl.model.config.DefaultConfigurationPropertiesResolver
 
setAsText(String) - Method in class org.mule.runtime.config.internal.editors.DatePropertyEditor
Parse the Date from the given text, using the specified DateFormat.
setAsText(String) - Method in class org.mule.runtime.config.internal.editors.MessageExchangePatternPropertyEditor
 
setAsText(String) - Method in class org.mule.runtime.config.internal.editors.QNamePropertyEditor
 
setBeanDefinition(BeanDefinition) - Method in class org.mule.runtime.config.internal.dsl.model.SpringComponentModel
 
setBeanReference(BeanReference) - Method in class org.mule.runtime.config.internal.dsl.model.SpringComponentModel
 
setBlocking(boolean) - Method in class org.mule.runtime.config.internal.dsl.processor.RetryPolicyTemplateObjectFactory
 
setCommonConfiguratorType(Class<ObjectFactoryCommonConfigurator>) - Method in class org.mule.runtime.config.api.dsl.ConfigurableObjectFactory
injection method for the ObjectFactoryCommonConfigurator of the object instance.
setComponentLocation(DefaultComponentLocation) - Method in class org.mule.runtime.config.internal.model.ComponentModel
 
setComponentType(TypedComponentIdentifier.ComponentType) - Method in class org.mule.runtime.config.internal.model.ComponentModel
 
setConfigFileName(String) - Method in class org.mule.runtime.config.internal.model.ComponentModel.Builder
 
setCount(Integer) - Method in class org.mule.runtime.config.internal.dsl.processor.RetryPolicyTemplateObjectFactory
 
setDefaultErrorHandlerName(String) - Method in class org.mule.runtime.config.internal.MuleConfigurationConfigurator
 
setDefaultObjectSerializer(ObjectSerializer) - Method in class org.mule.runtime.config.internal.MuleConfigurationConfigurator
 
setDefaultResponseTimeout(int) - Method in class org.mule.runtime.config.internal.MuleConfigurationConfigurator
 
setDefaultRoute(ProcessorRoute) - Method in class org.mule.runtime.config.internal.factories.ChoiceRouterObjectFactory
 
setDefaultSynchronousEndpoints(boolean) - Method in class org.mule.runtime.config.internal.MuleConfigurationConfigurator
 
setDefaultTransactionTimeout(int) - Method in class org.mule.runtime.config.internal.MuleConfigurationConfigurator
 
setDelegate(GlobalErrorHandler) - Method in class org.mule.runtime.config.internal.factories.ErrorHandlerFactoryBean
 
setDisabledNotifications(List<NotificationConfig<? extends Notification, ? extends NotificationListener>>) - Method in class org.mule.runtime.config.internal.ServerNotificationManagerConfigurator
 
setDisallowConcurrentExecution(boolean) - Method in class org.mule.runtime.config.internal.factories.SchedulingMessageSourceFactoryBean
 
setDynamicConfigExpiration(DynamicConfigExpiration) - Method in class org.mule.runtime.config.internal.MuleConfigurationConfigurator
 
setEnabled(boolean) - Method in class org.mule.runtime.config.internal.model.ComponentModel
Sets the component as enabled, meaning that it should be created and the beanDefinition associated with created too.
setEnabledNotifications(List<NotificationConfig<? extends Notification, ? extends NotificationListener>>) - Method in class org.mule.runtime.config.internal.ServerNotificationManagerConfigurator
 
setEncoding(String) - Method in class org.mule.runtime.config.internal.dsl.processor.TransformerObjectFactory
 
setEntries(Map) - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
 
setEventClass(Class<N>) - Method in class org.mule.runtime.config.internal.NotificationConfig
 
setEventName(String) - Method in class org.mule.runtime.config.internal.NotificationConfig
 
setExceptionListener(FlowExceptionHandler) - Method in class org.mule.runtime.config.internal.factories.DefaultFlowFactoryBean
 
setExceptionListener(FlowExceptionHandler) - Method in class org.mule.runtime.config.internal.factories.TryProcessorFactoryBean
 
setExceptionListeners(List<MessagingExceptionHandlerAcceptor>) - Method in class org.mule.runtime.config.internal.factories.ErrorHandlerFactoryBean
 
setExpirationPolicy(ExpirationPolicy) - Method in class org.mule.runtime.config.internal.factories.DynamicConfigExpirationObjectFactory
 
setExpression(String) - Method in class org.mule.runtime.config.internal.factories.ProcessorExpressionRouteFactoryBean
 
setExtensions(List<ConfigurationExtension>) - Method in class org.mule.runtime.config.internal.MuleConfigurationConfigurator
 
setFactory(ConfigurableInstanceFactory) - Method in class org.mule.runtime.config.api.dsl.ConfigurableObjectFactory
Sets a ConfigurableInstanceFactory to create a do custom configuration for the object to be used at runtime.
setFailsDeployment(boolean) - Method in class org.mule.runtime.config.internal.dsl.processor.ReconnectionConfigObjectFactory
 
setFreeze(boolean) - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
 
setFrequency(Integer) - Method in class org.mule.runtime.config.internal.dsl.processor.RetryPolicyTemplateObjectFactory
 
setIdentifier(ComponentIdentifier) - Method in class org.mule.runtime.config.internal.model.ComponentModel.Builder
 
setIgnoreBadInput(boolean) - Method in class org.mule.runtime.config.internal.dsl.processor.TransformerObjectFactory
 
setInitialState(String) - Method in class org.mule.runtime.config.internal.factories.DefaultFlowFactoryBean
 
setInterfaceClass(Class<L>) - Method in class org.mule.runtime.config.internal.NotificationConfig
 
setInterfaceName(String) - Method in class org.mule.runtime.config.internal.NotificationConfig
 
setLineNumber(int) - Method in class org.mule.runtime.config.internal.model.ComponentModel.Builder
 
setMaxConcurrency(Integer) - Method in class org.mule.runtime.config.internal.factories.AsyncMessageProcessorsFactoryBean
 
setMaxConcurrency(Integer) - Method in class org.mule.runtime.config.internal.factories.DefaultFlowFactoryBean
 
setMaxIdleTime(Long) - Method in class org.mule.runtime.config.internal.factories.ExpirationPolicyObjectFactory
 
setMaxQueueTransactionFilesSize(int) - Method in class org.mule.runtime.config.internal.MuleConfigurationConfigurator
 
setMessageProcessors(List<Processor>) - Method in class org.mule.runtime.config.internal.factories.AbstractProcessorRouteFactoryBean
 
setMessageProcessors(List) - Method in class org.mule.runtime.config.internal.factories.AsyncMessageProcessorsFactoryBean
 
setMessageProcessors(List<Processor>) - Method in class org.mule.runtime.config.internal.factories.DefaultFlowFactoryBean
 
setMessageProcessors(List) - Method in class org.mule.runtime.config.internal.factories.SubflowMessageProcessorChainFactoryBean
 
setMessageProcessors(List) - Method in class org.mule.runtime.config.internal.factories.TryProcessorFactoryBean
 
setMessageProcessors(List) - Method in class org.mule.runtime.config.privileged.dsl.processor.MessageProcessorChainFactoryBean
 
setMessageSource(MessageSource) - Method in class org.mule.runtime.config.internal.factories.DefaultFlowFactoryBean
 
setMimeType(String) - Method in class org.mule.runtime.config.internal.dsl.processor.TransformerObjectFactory
 
setModuleName(String) - Method in class org.mule.runtime.config.internal.factories.ModuleOperationMessageProcessorChainFactoryBean
 
setModuleOperation(String) - Method in class org.mule.runtime.config.internal.factories.ModuleOperationMessageProcessorChainFactoryBean
 
setMuleContext(MuleContext) - Method in class org.mule.runtime.config.internal.editors.MulePropertyEditorRegistrar
 
setMuleContext(MuleContext) - Method in class org.mule.runtime.config.internal.factories.AsyncMessageProcessorsFactoryBean
 
setMuleContext(MuleContext) - Method in class org.mule.runtime.config.internal.factories.ConstantFactoryBean
 
setMuleContext(MuleContext) - Method in class org.mule.runtime.config.internal.factories.DefaultFlowFactoryBean
 
setMuleContext(MuleContext) - Method in class org.mule.runtime.config.internal.factories.SchedulingMessageSourceFactoryBean
 
setMuleContext(MuleContext) - Method in class org.mule.runtime.config.internal.factories.TransactionManagerFactoryBean
 
setMuleContext(MuleContext) - Method in class org.mule.runtime.config.internal.ServerNotificationManagerConfigurator
 
setMuleContext(MuleContext) - Method in class org.mule.runtime.config.privileged.dsl.processor.MessageProcessorChainFactoryBean
 
setName(String) - Method in class org.mule.runtime.config.internal.CustomSecurityProviderDelegate
 
setName(String) - Method in class org.mule.runtime.config.internal.dsl.processor.TransformerObjectFactory
 
setName(String) - Method in class org.mule.runtime.config.internal.factories.AsyncMessageProcessorsFactoryBean
 
setName(String) - Method in class org.mule.runtime.config.internal.factories.DefaultFlowFactoryBean
 
setName(String) - Method in class org.mule.runtime.config.internal.factories.ErrorHandlerFactoryBean
 
setName(String) - Method in class org.mule.runtime.config.internal.factories.FlowRefFactoryBean
 
setName(String) - Method in class org.mule.runtime.config.internal.factories.SubflowMessageProcessorChainFactoryBean
 
setName(String) - Method in class org.mule.runtime.config.privileged.dsl.processor.MessageProcessorChainFactoryBean
 
setNotificationDynamic(boolean) - Method in class org.mule.runtime.config.internal.ServerNotificationManagerConfigurator
 
setNotificationListeners(Collection<ListenerSubscriptionPair>) - Method in class org.mule.runtime.config.internal.ServerNotificationManagerConfigurator
 
setObjectInstance(Object) - Method in class org.mule.runtime.config.internal.model.ComponentModel
Setter used for components that should be created eagerly without going through spring.
setObjectProviders(List<ConfigurableObjectProvider>) - Method in class org.mule.runtime.config.internal.ObjectProviderAwareBeanFactory
 
setOverwrite(boolean) - Method in class org.mule.runtime.config.internal.processor.MuleObjectNameProcessor
 
setParameter(String, String) - Method in class org.mule.runtime.config.internal.model.ComponentModel
 
setParameters(Map<String, Object>) - Method in class org.mule.runtime.config.api.dsl.ConfigurableObjectFactory
 
setParameters(Map<String, String>) - Method in class org.mule.runtime.config.internal.factories.ModuleOperationMessageProcessorChainFactoryBean
 
setParent(ComponentModel) - Method in class org.mule.runtime.config.internal.model.ComponentModel
 
setParentContext(MuleContext) - Method in class org.mule.runtime.config.internal.SpringXmlConfigurationBuilder
 
setProcessingStrategyFactory(ProcessingStrategyFactory) - Method in class org.mule.runtime.config.internal.factories.DefaultFlowFactoryBean
 
setProperties(Map<String, String>) - Method in class org.mule.runtime.config.internal.factories.ModuleOperationMessageProcessorChainFactoryBean
 
setRegistry(Registry) - Method in class org.mule.runtime.config.internal.ServerNotificationManagerConfigurator
 
setRetryNotifier(RetryNotifier) - Method in class org.mule.runtime.config.internal.dsl.processor.RetryPolicyTemplateObjectFactory
 
setRetryPolicyTemplate(RetryPolicyTemplate) - Method in class org.mule.runtime.config.internal.dsl.processor.ReconnectionConfigObjectFactory
 
setReturnClass(String) - Method in class org.mule.runtime.config.internal.dsl.processor.TransformerObjectFactory
 
setRoot(boolean) - Method in class org.mule.runtime.config.internal.model.ComponentModel
Marked as true if it's a top level configuration.
setRoutes(Collection<ProcessorExpressionRoute>) - Method in class org.mule.runtime.config.internal.factories.ChoiceRouterObjectFactory
 
setScheduler(PeriodicScheduler) - Method in class org.mule.runtime.config.internal.factories.SchedulingMessageSourceFactoryBean
 
setShutdownTimeout(int) - Method in class org.mule.runtime.config.internal.MuleConfigurationConfigurator
 
setSourceCode(String) - Method in class org.mule.runtime.config.internal.model.ComponentModel.Builder
 
setStartColumn(int) - Method in class org.mule.runtime.config.internal.model.ComponentModel.Builder
 
setTarget(String) - Method in class org.mule.runtime.config.internal.factories.FlowRefFactoryBean
The variable where the result from this router should be stored.
setTargetValue(String) - Method in class org.mule.runtime.config.internal.factories.FlowRefFactoryBean
Defines the target value expression
setTextContent(String) - Method in class org.mule.runtime.config.internal.model.ComponentModel.Builder
Sets the inner content of the configuration element.
setTimeUnit(TimeUnit) - Method in class org.mule.runtime.config.internal.factories.ExpirationPolicyObjectFactory
 
setTransactionalAction(String) - Method in class org.mule.runtime.config.internal.factories.TryProcessorFactoryBean
 
setTransactionType(TransactionType) - Method in class org.mule.runtime.config.internal.factories.TryProcessorFactoryBean
 
setTransformerClass(Class<? extends AbstractTransformer>) - Method in class org.mule.runtime.config.internal.dsl.processor.TransformerObjectFactory
 
setTxManagerFactory(TransactionManagerFactory) - Method in class org.mule.runtime.config.internal.factories.TransactionManagerFactoryBean
 
setType(Class<?>) - Method in class org.mule.runtime.config.internal.model.ComponentModel
 
SHARED_PARTITIONED_PERSISTENT_OBJECT_STORE_PATH - Static variable in class org.mule.runtime.config.internal.LazyMuleArtifactContext
 
shouldIncludeConfiguredMetadataKeys() - Method in class org.mule.runtime.config.api.dsl.model.metadata.types.KeysMetadataResolutionTypeInformation
shouldIncludeConfiguredMetadataKeys() - Method in interface org.mule.runtime.config.api.dsl.model.metadata.types.MetadataResolutionTypeInformation
 
SOURCE_TYPE - Static variable in class org.mule.runtime.config.internal.dsl.spring.BeanDefinitionFactory
 
SPRING_APPLICATION_CONTEXT - Static variable in class org.mule.runtime.config.internal.SpringRegistry
Key used to lookup Spring Application Context from SpringRegistry via Mule's Registry interface.
SPRING_FRAMEWORK_NAMESPACE - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
 
SPRING_FRAMEWORK_SCHEMA_LOCATION - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
 
SPRING_PROTOTYPE_OBJECT - Static variable in class org.mule.runtime.config.internal.dsl.spring.BeanDefinitionFactory
 
SPRING_SECURITY_NAMESPACE - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
SPRING_SINGLETON_OBJECT - Static variable in class org.mule.runtime.config.internal.dsl.spring.BeanDefinitionFactory
 
SpringArtifactConfigurationProcessor - Class in org.mule.runtime.config.api.dsl.artifact
Spring implementation of ArtifactConfigurationProcessor that parses the XML configuration files and generates the runtime object using the spring bean container.
SpringArtifactConfigurationProcessor() - Constructor for class org.mule.runtime.config.api.dsl.artifact.SpringArtifactConfigurationProcessor
 
SpringArtifactContext - Class in org.mule.runtime.config.internal.artifact
An artifact context contains all the information related to an Artifact that contains configuration.
SpringArtifactContext(MuleArtifactContext) - Constructor for class org.mule.runtime.config.internal.artifact.SpringArtifactContext
Creates an ArtifactContext.
SpringComponentModel - Class in org.mule.runtime.config.internal.dsl.model
Specialization of ComponentModel that keeps references to a Spring bean specification.
SpringComponentModel() - Constructor for class org.mule.runtime.config.internal.dsl.model.SpringComponentModel
 
SpringConfigurationComponentLocator - Class in org.mule.runtime.config.internal
Spring implementation of ConfigurationComponentLocator.
SpringConfigurationComponentLocator() - Constructor for class org.mule.runtime.config.internal.SpringConfigurationComponentLocator
 
SpringConfigurationComponentLocator(Function<String, Boolean>) - Constructor for class org.mule.runtime.config.internal.SpringConfigurationComponentLocator
 
springContextInitialised - Variable in class org.mule.runtime.config.internal.SpringRegistry
 
SpringLifecycleObjectSorter - Class in org.mule.runtime.config.internal
Specialization of DefaultLifecycleObjectSorter which uses a SpringRegistry to not only consider the provided objects but the beans on which that object depends on.
SpringLifecycleObjectSorter(Class<?>[], SpringRegistry) - Constructor for class org.mule.runtime.config.internal.SpringLifecycleObjectSorter
Creates a new instance
SpringRegistry - Class in org.mule.runtime.config.internal
 
SpringRegistry(ApplicationContext, MuleContext, ConfigurationDependencyResolver, LifecycleInterceptor) - Constructor for class org.mule.runtime.config.internal.SpringRegistry
 
SpringRegistryBootstrap - Class in org.mule.runtime.config.internal
SpringRegistryBootstrap(ArtifactType, MuleContext, OptionalObjectsController, BiConsumer<String, BeanDefinition>) - Constructor for class org.mule.runtime.config.internal.SpringRegistryBootstrap
 
SpringRegistryLifecycleManager - Class in org.mule.runtime.config.internal
 
SpringRegistryLifecycleManager(String, SpringRegistry, MuleContext, LifecycleInterceptor) - Constructor for class org.mule.runtime.config.internal.SpringRegistryLifecycleManager
 
SpringXmlConfigurationBuilder - Class in org.mule.runtime.config.internal
SpringXmlConfigurationBuilder enables Mule to be configured from a Spring XML Configuration file used with Mule name-spaces.
SpringXmlConfigurationBuilder(String[], Map<String, String>, ArtifactType, boolean, boolean, ComponentBuildingDefinitionProvider, LockFactory) - Constructor for class org.mule.runtime.config.internal.SpringXmlConfigurationBuilder
 
SpringXmlConfigurationBuilder(String[], Map<String, String>, ArtifactType, boolean, boolean, ComponentBuildingDefinitionProvider) - Constructor for class org.mule.runtime.config.internal.SpringXmlConfigurationBuilder
 
SpringXmlConfigurationBuilder(String, Map<String, String>, ArtifactType) - Constructor for class org.mule.runtime.config.internal.SpringXmlConfigurationBuilder
 
SpringXmlConfigurationBuilder(String) - Constructor for class org.mule.runtime.config.internal.SpringXmlConfigurationBuilder
 
SpringXmlConfigurationBuilder(String[], Map<String, String>, ArtifactType) - Constructor for class org.mule.runtime.config.internal.SpringXmlConfigurationBuilder
 
SpringXmlConfigurationBuilder(String[], Map<String, String>) - Constructor for class org.mule.runtime.config.internal.SpringXmlConfigurationBuilder
 
SpringXmlConfigurationBuilder(String[], boolean, boolean) - Constructor for class org.mule.runtime.config.internal.SpringXmlConfigurationBuilder
 
SpringXmlConfigurationBuilder(String[], ArtifactDeclaration, Map<String, String>, ArtifactType, boolean, boolean, ComponentBuildingDefinitionProvider, LockFactory) - Constructor for class org.mule.runtime.config.internal.SpringXmlConfigurationBuilder
 
SpringXmlConfigurationBuilderFactory - Class in org.mule.runtime.config.api
 
SpringXMLUtils - Class in org.mule.runtime.config.internal.util
These only depend on standard (JSE) XML classes and are used by Spring config code.
SpringXMLUtils() - Constructor for class org.mule.runtime.config.internal.util.SpringXMLUtils
 
start() - Method in class org.mule.runtime.config.internal.factories.FlowRefMessageProcessor
 
StaticXmlNamespaceInfo - Class in org.mule.runtime.config.internal.dsl.xml
A XmlNamespaceInfo which returns fix values obtained through the constructor
StaticXmlNamespaceInfo(String, String) - Constructor for class org.mule.runtime.config.internal.dsl.xml.StaticXmlNamespaceInfo
Creates a new instance
StaticXmlNamespaceInfoProvider - Class in org.mule.runtime.config.internal.dsl.xml
A XmlNamespaceInfoProvider which provides a fixed set of XmlNamespaceInfo instances obtained through the constructor
StaticXmlNamespaceInfoProvider(Collection<XmlNamespaceInfo>) - Constructor for class org.mule.runtime.config.internal.dsl.xml.StaticXmlNamespaceInfoProvider
Creates a new instanceXmlApplicationParser
streamingManager - Variable in class org.mule.runtime.config.api.factories.streaming.AbstractCursorProviderObjectFactory
 
STRING - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
 
SUBFLOW_ELEMENT - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
 
SUBFLOW_IDENTIFIER - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
 
SubflowMessageProcessorChainFactoryBean - Class in org.mule.runtime.config.internal.factories
Uses a custom message processor chain builder for subflows in order to generate the proper message processor ids.
SubflowMessageProcessorChainFactoryBean() - Constructor for class org.mule.runtime.config.internal.factories.SubflowMessageProcessorChainFactoryBean
 
SUBSTITUTABLE_BOOLEAN - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
 
SUBSTITUTABLE_DATE_TIME - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
 
SUBSTITUTABLE_DECIMAL - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
 
SUBSTITUTABLE_INT - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
 
SUBSTITUTABLE_LONG - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
 
SUBSTITUTABLE_MAP - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
 
SUBSTITUTABLE_NAME - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
 
supports(Class<?>) - Method in class org.mule.runtime.config.internal.CustomSecurityProviderDelegate
 

T

TARGET_TYPE - Static variable in class org.mule.runtime.config.internal.dsl.spring.BeanDefinitionFactory
 
TEST_NAMESPACE - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
testConnection(Location) - Method in class org.mule.runtime.config.internal.LazyConnectivityTestingService
 
TestConnectionGlobalElementModelProperty - Class in org.mule.runtime.config.internal.dsl.model.extension.xml.property
Marker element to determine if any of the global elements of the current Smart Connector should be macro expanded holding the original bean name from the application.
TestConnectionGlobalElementModelProperty(String) - Constructor for class org.mule.runtime.config.internal.dsl.model.extension.xml.property.TestConnectionGlobalElementModelProperty
 
TLS_CONTEXT_TYPE - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
 
TNS_PREFIX - Static variable in class org.mule.runtime.config.internal.dsl.model.extension.xml.MacroExpansionModuleModel
Reserved prefix in a to define a reference an operation of the same module (no circular dependencies allowed)
toBeanDefinitions(List<ComponentConfiguration>) - Method in interface org.mule.runtime.config.privileged.dsl.PostProcessorIocHelper
 
toBeanDefinitionsProperties(List<ComponentConfiguration>) - Method in interface org.mule.runtime.config.privileged.dsl.PostProcessorIocHelper
 
toString() - Method in class org.mule.runtime.config.internal.dsl.model.DependencyNode
 
toString() - Method in class org.mule.runtime.config.internal.MuleArtifactContext
 
transactionalAction - Variable in class org.mule.runtime.config.internal.factories.TryProcessorFactoryBean
 
TransactionManagerFactoryBean - Class in org.mule.runtime.config.internal.factories
FactoryBean adapter for the configured TransactionManagerFactory.
TransactionManagerFactoryBean() - Constructor for class org.mule.runtime.config.internal.factories.TransactionManagerFactoryBean
 
TRANSFORM_IDENTIFIER - Static variable in class org.mule.runtime.config.internal.dsl.declaration.DefaultXmlArtifactDeclarationLoader
 
TRANSFORMER_IDENTIFIER - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
TRANSFORMER_REFERENCE_ELEMENT - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
TransformerConfigurator - Class in org.mule.runtime.config.api.dsl.processor
ObjectFactoryCommonConfigurator for transformers in Mule.
TransformerConfigurator() - Constructor for class org.mule.runtime.config.api.dsl.processor.TransformerConfigurator
 
TransformerObjectFactory - Class in org.mule.runtime.config.internal.dsl.processor
ObjectFactory for transformer in Mules.
TransformerObjectFactory() - Constructor for class org.mule.runtime.config.internal.dsl.processor.TransformerObjectFactory
 
TRANSPORT_NAMESPACE - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
treeBindings - Variable in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
 
TRY_ELEMENT - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
 
TRY_IDENTIFIER - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
 
TryProcessorFactoryBean - Class in org.mule.runtime.config.internal.factories
Generates an object that wraps the invocation of the next Processor with a transaction.
TryProcessorFactoryBean() - Constructor for class org.mule.runtime.config.internal.factories.TryProcessorFactoryBean
 
TYPE_ES_ATTRIBUTE - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
TYPE_IDENTIFIER - Static variable in class org.mule.runtime.config.api.dsl.model.metadata.types.InputMetadataResolutionTypeInformation
 
TYPE_SUFFIX - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
 

U

unbind(Name) - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
 
unbind(String) - Method in class org.mule.runtime.config.internal.jndi.DefaultSpringJndiContext
 
UNBOUNDED - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
 
uniqueValue(String) - Static method in class org.mule.runtime.config.internal.parsers.generic.AutoIdUtils
 
UNKNOWN - Static variable in class org.mule.runtime.config.api.dsl.model.properties.DefaultConfigurationPropertiesProvider
 
UNTIL_SUCCESSFUL_ELEMENT - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
 
UNTIL_SUCCESSFUL_IDENTIFIER - Static variable in interface org.mule.runtime.config.api.dsl.CoreDslConstants
 
updateAnnotationValue(QName, Object, BeanDefinition) - Static method in class org.mule.runtime.config.internal.dsl.spring.ComponentModelHelper
 
USE_OPTIONAL - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
 
USE_REQUIRED - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
 

V

VALUE_ATTRIBUTE - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
valueOf(String) - Static method in enum org.mule.runtime.config.internal.dsl.model.DependencyNode.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.runtime.config.internal.dsl.spring.WrapperElementType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mule.runtime.config.internal.dsl.model.DependencyNode.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.runtime.config.internal.dsl.spring.WrapperElementType
Returns an array containing the constants of this enum type, in the order they are declared.
VM_NAMESPACE - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 

W

warning(SAXParseException) - Method in class org.mule.runtime.config.internal.util.NoOpXmlErrorHandler
 
WHEN_CHOICE_ES_ATTRIBUTE - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 
withComplexParameter(ComponentIdentifier, ConfigurationParameters) - Method in class org.mule.runtime.config.internal.dsl.model.DefaultConfigurationParameters.Builder
 
withConfig(ComponentConfiguration) - Method in class org.mule.runtime.config.api.dsl.model.DslElementModel.Builder
 
withDsl(DslElementSyntax) - Method in class org.mule.runtime.config.api.dsl.model.DslElementModel.Builder
 
withModel(M) - Method in class org.mule.runtime.config.api.dsl.model.DslElementModel.Builder
 
withSimpleParameter(String, Object) - Method in class org.mule.runtime.config.internal.dsl.model.DefaultConfigurationParameters.Builder
 
withValue(String) - Method in class org.mule.runtime.config.api.dsl.model.DslElementModel.Builder
 
WrapperElementType - Enum in org.mule.runtime.config.internal.dsl.spring
Types of wrapper elements in the XML config.

X

XML_NAMESPACE - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
 
XmlApplicationServiceRegistry - Class in org.mule.runtime.config.api.dsl.processor.xml
Custom service that extends the list of XmlNamespaceInfoProviders discovered using a ServiceRegistry with a XmlNamespaceInfoProvider providing information of the namespaces for the extensions in the current context.
XmlApplicationServiceRegistry(ServiceRegistry, DslResolvingContext) - Constructor for class org.mule.runtime.config.api.dsl.processor.xml.XmlApplicationServiceRegistry
 
XmlArtifactDeclarationLoader - Interface in org.mule.runtime.config.internal.dsl.model
Loads a mule XML configuration file into an ArtifactDeclaration representation.
XmlDslElementModelConverter - Interface in org.mule.runtime.config.api.dsl.model
Provides a way to convert any DslElementModel into a its XML Element representation.
XmlNamespaceInfoProviderSupplier - Class in org.mule.runtime.config.internal.dsl.xml
 
XmlNamespaceInfoProviderSupplier() - Constructor for class org.mule.runtime.config.internal.dsl.xml.XmlNamespaceInfoProviderSupplier
 
XSD_NAMESPACE - Static variable in class org.mule.runtime.config.internal.dsl.SchemaConstants
 
XSL_NAMESPACE - Static variable in class org.mule.runtime.config.internal.model.ApplicationModel
 

Y

YAML_EXTENSION - Static variable in class org.mule.runtime.config.api.dsl.model.properties.DefaultConfigurationPropertiesProvider
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links

Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.