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

A

AbstractAnnotatedDeclarationEnricher - Class in org.mule.runtime.module.extension.internal.loader.enricher
Base class for implementations of DeclarationEnricher which provides utility methods for enriching declarations constructed from annotated java classes
AbstractAnnotatedDeclarationEnricher() - Constructor for class org.mule.runtime.module.extension.internal.loader.enricher.AbstractAnnotatedDeclarationEnricher
 
AbstractExecutionContextAdapterDecorator<M extends org.mule.runtime.api.meta.model.ComponentModel> - Class in org.mule.runtime.module.extension.internal.runtime
Base helper class to use when decorating ExecutionContextAdapters.
AbstractExecutionContextAdapterDecorator(ExecutionContextAdapter<M>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
 
AbstractInterceptable - Class in org.mule.runtime.module.extension.internal.loader
Base class for implementation of Interceptable.
AbstractInterceptable(List<Interceptor>) - Constructor for class org.mule.runtime.module.extension.internal.loader.AbstractInterceptable
Creates a new instance with the given interceptor
AbstractJavaExtensionModelLoader - Class in org.mule.runtime.module.extension.internal.loader.java
 
AbstractJavaExtensionModelLoader(String, BiFunction<Class<?>, String, ModelLoaderDelegate>) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.AbstractJavaExtensionModelLoader
 
AbstractResourcesGenerator - Class in org.mule.runtime.module.extension.internal.resources
Base implementation of ResourcesGenerator that takes care of the basic contract except for actually writing the resources to a persistent store.
AbstractResourcesGenerator(Collection<GeneratedResourceFactory>) - Constructor for class org.mule.runtime.module.extension.internal.resources.AbstractResourcesGenerator
 
accepts(Object) - Method in class org.mule.runtime.module.extension.internal.tooling.ExtensionConnectivityTestingStrategy
 
add(String, Object) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.HashedResolverSetResult.Builder
Adds a new result value for the given key
add(String, ValueResolver) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverSet
Links the given ValueResolver to the given ParameterModel.
add(String, Object) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverSetResult.Builder
Adds a new result value for the given key
addInflightOperation() - Method in interface org.mule.runtime.module.extension.internal.runtime.config.MutableConfigurationStats
Increments the return value of ConfigurationStats.getInflightOperations() by one
addInterceptorFactory(InterceptorFactory) - Method in class org.mule.runtime.module.extension.internal.loader.java.property.InterceptorsModelProperty
Adds the given interceptorFactory as the last interceptor in the list
addInterceptorFactory(InterceptorFactory, int) - Method in class org.mule.runtime.module.extension.internal.loader.java.property.InterceptorsModelProperty
/** Adds the given interceptorFactory to the list at the given position
addInterceptorFactory(BaseDeclaration, InterceptorFactory) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
Adds the given interceptorFactory to the declaration as the last interceptor in the list
addInterceptorFactory(BaseDeclaration, InterceptorFactory, int) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
Adds the given interceptorFactory to the declaration at the given position
addPropertyResolver(String, ValueResolver<? extends Object>) - Method in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.DefaultObjectBuilder
Adds a property which value is to be obtained from a ValueResolver
ADVANCED_TAB_NAME - Static variable in class org.mule.runtime.module.extension.internal.ExtensionProperties
The name of the tab in which advanced parameters should appear
after(ExecutionContext<OperationModel>, Object) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.ConnectionInterceptor
Sets the ExtensionProperties.CONNECTION_PARAM parameter on the operationContext to null
apply(Publisher<Event>) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessor
 
ArgumentResolver<T> - Interface in org.mule.runtime.module.extension.internal.runtime.resolver
A component for resolving the value of an operation's argument
asMap() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverSetResult
 
asProcessingType(ExecutionType) - Static method in class org.mule.runtime.module.extension.internal.runtime.ExecutionTypeMapper
 
assignableFromAny(Class<?>, Collection<Class<?>>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
Determines if the given type is assignable from any of the matchingTypes
AuthCodeConfig - Class in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth
Holds the values used to configure an extension to consume a particular OAuth provider using the Authorization-Code grant type
AuthCodeConfig(String, String, String, String, String, String, String, String) - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.AuthCodeConfig
 

B

before(ExecutionContext<OperationModel>) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.ConnectionInterceptor
Adds a Connection as a parameter in the operationContext, following the considerations in this type's javadoc.
begin() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransactionalResource
beginMonitoring() - Method in interface org.mule.runtime.module.extension.internal.manager.ConfigurationExpirationMonitor
Begins monitoring and disposal of expired configuration instances
beginMonitoring() - Method in class org.mule.runtime.module.extension.internal.manager.DefaultConfigurationExpirationMonitor
Starts a scheduler which fires expiration tasks on the given DefaultConfigurationExpirationMonitor.frequency and executes the DefaultConfigurationExpirationMonitor.expirationHandler on each matching configuration instance
beginTransaction(MuleContext) - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransactionFactory
bindResource(Object, Object) - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransaction
bindToTransaction(TransactionConfig, ConfigurationInstance, ConnectionHandler) - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.TransactionSourceBinder
 
BooleanKeyResolver - Class in org.mule.runtime.module.extension.internal.metadata
TypeKeysResolver implementation which resolves automatically MetadataKeys for boolean based MetadataKey Id parameters.
BooleanParameterDeclarationEnricher - Class in org.mule.runtime.module.extension.internal.loader.enricher
DeclarationEnricher implementation that walks through all the BooleanType parameters and sets them as optional.
BooleanParameterDeclarationEnricher() - Constructor for class org.mule.runtime.module.extension.internal.loader.enricher.BooleanParameterDeclarationEnricher
 
build() - Method in class org.mule.runtime.module.extension.internal.manager.DefaultConfigurationExpirationMonitor.Builder
Validates the provided configuration and returns an actual ConfigurationExpirationMonitor.
build(ResolverSetResult) - Method in class org.mule.runtime.module.extension.internal.runtime.config.DefaultConnectionProviderObjectBuilder
 
build(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthConnectionProviderObjectBuilder
 
build(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.DefaultObjectBuilder
 
build(ValueResolvingContext) - Method in interface org.mule.runtime.module.extension.internal.runtime.objectbuilder.ObjectBuilder
Returns a new instance of the specified class.
build(EventedExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.ParameterGroupObjectBuilder
 
build(ResolverSetResult) - Method in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.ParameterGroupObjectBuilder
 
build(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.ResolverSetBasedObjectBuilder
Returns a new instance of the specified class.
build(ResolverSetResult) - Method in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.ResolverSetBasedObjectBuilder
 
build() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessorBuilder
 
build() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.HashedResolverSetResult.Builder
Creates a new ResolverSetResult
build() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverSetResult.Builder
Creates a new ResolverSetResult
build() - Method in class org.mule.runtime.module.extension.internal.runtime.security.DefaultCredentialsBuilder
 
buildImplicitResolverSet(ParameterizedModel, MuleContext) - Static method in class org.mule.runtime.module.extension.internal.loader.utils.ImplicitObjectUtils
Creates a ResolverSet based on the default values for the ParameterModels in the parametrizedModel.
ByParameterNameArgumentResolver<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
An implementation of ArgumentResolver which resolves to a parameter value of name ByParameterNameArgumentResolver.parameterName
ByParameterNameArgumentResolver(String) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ByParameterNameArgumentResolver
 

C

checkInstantiable(Class<?>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
checkInstantiable(Class<?>, boolean) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
checkParameterGroupExclusiveness(ParameterizedModel, Set<String>) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParametersResolver
 
classLoader - Variable in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
 
ClassLoaderDeclarationEnricher - Class in org.mule.runtime.module.extension.internal.loader.enricher
Adds a ClassLoaderModelProperty pointing to ExtensionLoadingContext.getExtensionClassLoader()
ClassLoaderDeclarationEnricher() - Constructor for class org.mule.runtime.module.extension.internal.loader.enricher.ClassLoaderDeclarationEnricher
 
ClassLoaderModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
Links an EnrichableModel with a ClassLoader.
ClassLoaderModelProperty(ClassLoader) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.ClassLoaderModelProperty
Creates a new instance
close() - Method in class org.mule.runtime.module.extension.internal.runtime.streaming.PagingProviderProducer
Closes the delegate
close() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.TransactionalConnectionHandler
Closes the connection making sure that the owning transaction is resolved.
close() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.XAExtensionTransactionalResource
CollectionValueResolver<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
A ValueResolver that takes a list of ValueResolvers and upon invocation of CollectionValueResolver.resolve(ValueResolvingContext) it return a Collection of values with the outcome of each original resolver.
CollectionValueResolver(Class<? extends Collection>, List<ValueResolver<T>>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.CollectionValueResolver
Creates a new instance
collectRelativeClasses(MetadataType, ClassLoader) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
Given a MetadataType it adds all the Class that are related from that type.
commit() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransactionalResource
COMPLETION_CALLBACK_CONTEXT_PARAM - Static variable in class org.mule.runtime.module.extension.internal.ExtensionProperties
The key of an execution context variable which holds the CompletionCallback that a non blocking component will use to notify completion or failure
CompletionCallbackArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
CompletionCallbackArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.CompletionCallbackArgumentResolver
 
component - Variable in class org.mule.runtime.module.extension.internal.metadata.MetadataMediator
 
ComponentElement - Interface in org.mule.runtime.module.extension.internal.loader.java.type
A generic contract for any component that is considered as declaring point of different extensions components (Sources, Connection Providers and Operation Containers)
ConfigNameDeclarationEnricher - Class in org.mule.runtime.module.extension.internal.loader.enricher
A DeclarationEnricher which looks for configurations with fields annotated with ConfigName.
ConfigNameDeclarationEnricher() - Constructor for class org.mule.runtime.module.extension.internal.loader.enricher.ConfigNameDeclarationEnricher
 
ConfigOverrideValueResolverWrapper<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
A ValueResolver wrapper which defaults to obtaining the value from the current ConfigurationInstance if the given delegate results in a null value.
ConfigTypeModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
An immutable model property which specifies that the owning EnrichableModel requires a configuration of a given ConfigTypeModelProperty.configType
ConfigTypeModelProperty(Class<?>) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.ConfigTypeModelProperty
Creates a new instance for the given configType
ConfigurationArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
An implementation of ArgumentResolver which returns the value obtained through ExecutionContext.getConfiguration()
ConfigurationArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ConfigurationArgumentResolver
 
ConfigurationElement - Interface in org.mule.runtime.module.extension.internal.loader.java.type
A contract for an element from which an extension configuration can be derived
ConfigurationExpirationMonitor - Interface in org.mule.runtime.module.extension.internal.manager
Monitors configuration instances looking for those which should be expired.
ConfigurationFactoryModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
A model property which gives access to a ConfigurationFactory
ConfigurationFactoryModelProperty(ConfigurationFactory) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.ConfigurationFactoryModelProperty
 
ConfigurationInstanceFactory<T> - Class in org.mule.runtime.module.extension.internal.runtime.config
Reusable and thread-safe factory that creates instances of ConfigurationInstance
ConfigurationInstanceFactory(ExtensionModel, ConfigurationModel, ResolverSet, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.config.ConfigurationInstanceFactory
Creates a new instance which provides instances derived from the given configurationModel and resolverSet
ConfigurationModelValidator - Class in org.mule.runtime.module.extension.internal.loader.validation
ExtensionModelValidator which applies to ExtensionModels which contains ConfigurationModels and OperationModels .
ConfigurationModelValidator() - Constructor for class org.mule.runtime.module.extension.internal.loader.validation.ConfigurationModelValidator
 
ConfigurationObjectBuilder<T> - Class in org.mule.runtime.module.extension.internal.runtime.config
Implementation of ObjectBuilder to create instances that match a given ConfigurationModel.
ConfigurationObjectBuilder(ConfigurationModel, ResolverSet) - Constructor for class org.mule.runtime.module.extension.internal.runtime.config.ConfigurationObjectBuilder
 
ConfigurationProviderFactory - Interface in org.mule.runtime.module.extension.internal.runtime.config
A factory which creates instances of ConfigurationProvider
ConfigurationProviderMetadataAdapter - Class in org.mule.runtime.module.extension.internal.runtime.config
Adds the capability to expose all the MetadataKeys associated with the StaticConfigurationProvider's components.
ConfigurationProviderMetadataAdapter(String, ExtensionModel, ConfigurationModel, ConfigurationInstance, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.config.ConfigurationProviderMetadataAdapter
 
configure(Source, Optional<ConfigurationInstance>) - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceConfigurer
Performs the configuration of the given source and returns the result
configureContextBeforeDeclaration(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.java.AbstractJavaExtensionModelLoader
connect() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthConnectionProviderWrapper
 
CONNECTION_PARAM - Static variable in class org.mule.runtime.module.extension.internal.ExtensionProperties
The key of an execution context variable on which the connection to be used was set
ConnectionArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
Returns the value of the ExtensionProperties.CONNECTION_PARAM variable, which is expected to have been previously set on the supplied ExecutionContext.
ConnectionArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ConnectionArgumentResolver
 
ConnectionDeclarationEnricher - Class in org.mule.runtime.module.extension.internal.loader.enricher
Adds a ConnectionInterceptor to all operations which contain the ConnectivityModelProperty
ConnectionDeclarationEnricher() - Constructor for class org.mule.runtime.module.extension.internal.loader.enricher.ConnectionDeclarationEnricher
 
ConnectionInterceptor - Class in org.mule.runtime.module.extension.internal.runtime.connectivity
Implements simple connection management by using the ConnectionInterceptor.before(ExecutionContext) phase to set a connection as parameter value of key ExtensionProperties.CONNECTION_PARAM into an ExecutionContext.
ConnectionInterceptor() - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.ConnectionInterceptor
 
connectionManager - Variable in class org.mule.runtime.module.extension.internal.runtime.config.ConfigurationProviderMetadataAdapter
 
connectionManager - Variable in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
 
ConnectionProviderElement - Interface in org.mule.runtime.module.extension.internal.loader.java.type
A contract for an element from which an extension connection provider can be derived
ConnectionProviderFactoryModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
A ModelProperty meant to be used on connection provider models, which provides access to a ConnectionProviderFactory used to create such providers
ConnectionProviderFactoryModelProperty(ConnectionProviderFactory) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.ConnectionProviderFactoryModelProperty
Creates a new instance
ConnectionProviderModelValidator - Class in org.mule.runtime.module.extension.internal.loader.validation
ExtensionModelValidator which applies to ExtensionModels which either contains ConnectionProviderModels, OperationModels which require a connection or both.
ConnectionProviderModelValidator() - Constructor for class org.mule.runtime.module.extension.internal.loader.validation.ConnectionProviderModelValidator
 
ConnectionProviderObjectBuilder<C> - Class in org.mule.runtime.module.extension.internal.runtime.config
Implementation of ResolverSetBasedObjectBuilder which produces instances of ConnectionProviderModel
ConnectionProviderObjectBuilder(ConnectionProviderModel, ResolverSet, ConnectionManagerAdapter, ExtensionModel, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.config.ConnectionProviderObjectBuilder
Creates a new instances which produces instances based on the given providerModel and resolverSet
ConnectionProviderObjectBuilder(ConnectionProviderModel, ResolverSet, PoolingProfile, boolean, RetryPolicyTemplate, ConnectionManagerAdapter, ExtensionModel, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.config.ConnectionProviderObjectBuilder
 
ConnectionProviderObjectBuilder(ConnectionProviderModel, Class<?>, ResolverSet, PoolingProfile, boolean, RetryPolicyTemplate, ConnectionManagerAdapter, ExtensionModel, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.config.ConnectionProviderObjectBuilder
 
ConnectionProviderResolver<C> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
A ValueResolver specialization for producing ConnectionProvider instances through a ConnectionProviderObjectBuilder
ConnectionProviderResolver(ConnectionProviderObjectBuilder<C>, ResolverSet, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ConnectionProviderResolver
Creates a new instance
ConnectionProviderValueResolver<C> - Interface in org.mule.runtime.module.extension.internal.runtime.resolver
Provides de capability to obtain (if there is any) the ResolverSet used to resolve the event.
ConnectionTypeModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
A ModelProperty meant to be used on connection provider models, which indicates the type of the produced connections
ConnectionTypeModelProperty(Class<?>) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.ConnectionTypeModelProperty
Creates a new instance
ConnectivityModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
An immutable model property which specifies that the owning EnrichableModel requires a connection of a given ConnectivityModelProperty.connectionType
ConnectivityModelProperty(Class<?>) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.ConnectivityModelProperty
Creates a new instance for the given connectionType
contribute(ExtensionParameter, ParameterDeclarer, ParameterDeclarationContext) - Method in class org.mule.runtime.module.extension.internal.loader.java.contributor.InfrastructureFieldContributor
Given an ExtensionParameter describing the parameter it self and a ParameterDeclarationContext gives the chance to contribute to the ParameterDeclarer
contribute(ExtensionParameter, ParameterDeclarer, ParameterDeclarationContext) - Method in interface org.mule.runtime.module.extension.internal.loader.java.contributor.ParameterDeclarerContributor
Given an ExtensionParameter describing the parameter it self and a ParameterDeclarationContext gives the chance to contribute to the ParameterDeclarer
contribute(ExtensionParameter, ParameterDeclarer, ParameterDeclarationContext) - Method in class org.mule.runtime.module.extension.internal.loader.java.contributor.ParameterTypeUnwrapperContributor
Given an ExtensionParameter describing the parameter it self and a ParameterDeclarationContext gives the chance to contribute to the ParameterDeclarer
CRAFTED_LOADER_ID - Static variable in class org.mule.runtime.module.extension.internal.loader.java.CraftedExtensionModelLoader
 
CraftedExtensionModelLoader - Class in org.mule.runtime.module.extension.internal.loader.java
ExtensionModelLoader implementation to be used for extensions which model is hand crafted.
CraftedExtensionModelLoader() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.CraftedExtensionModelLoader
 
CraftedExtensionModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
Marker ModelProperty to indicate if the current ExtensionModel must NOT be registered to ComponentBuildingDefinitionProvider.
CraftedExtensionModelProperty() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.CraftedExtensionModelProperty
 
create(MuleContext) - Method in class org.mule.runtime.module.extension.internal.manager.DefaultExtensionManagerFactory
Creates a new ExtensionManager
create(MuleContext) - Method in interface org.mule.runtime.module.extension.internal.manager.ExtensionManagerFactory
Creates a new ExtensionManager
createAdapter(Optional<ConfigurationInstance>, SourceCallbackFactory) - Method in interface org.mule.runtime.module.extension.internal.runtime.source.SourceAdapterFactory
Creates a new SourceAdapter
createArgumentResolver(OperationModel) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.InterceptableOperationExecutorWrapper
 
createArgumentResolver(OperationModel) - Method in interface org.mule.runtime.module.extension.internal.runtime.execution.OperationArgumentResolverFactory
Builds the argument resolver based on an executionContext and the internal state of this object.
createArgumentResolver(OperationModel) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.OperationExecutorFactoryWrapper
 
createArgumentResolver(OperationModel) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.ReactiveOperationExecutionWrapper
 
createArgumentResolver(OperationModel) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.ReflectiveMethodComponentExecutor
 
createArgumentResolver(OperationModel) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ReflectiveMethodOperationExecutor
 
createAuthentication(Credentials) - Method in class org.mule.runtime.module.extension.internal.runtime.security.DefaultAuthenticationHandler
createCompletionHandler(SourceCallbackContext) - Method in interface org.mule.runtime.module.extension.internal.runtime.source.SourceCompletionHandlerFactory
createConfiguration(String, Event) - Method in class org.mule.runtime.module.extension.internal.runtime.config.ConfigurationInstanceFactory
Creates a new instance using the given event to obtain the configuration's parameter values.
createConfiguration(String, Event, ValueResolver<ConnectionProvider>) - Method in class org.mule.runtime.module.extension.internal.runtime.config.ConfigurationInstanceFactory
Creates a new instance using the given event to obtain the configuration's parameter values.
createConfiguration(String, ResolverSetResult, Optional<ConnectionProvider>) - Method in class org.mule.runtime.module.extension.internal.runtime.config.ConfigurationInstanceFactory
Creates a new instance using the given resolverSetResult to obtain the configuration's parameter values
createCredentialsBuilder() - Method in class org.mule.runtime.module.extension.internal.runtime.security.DefaultAuthenticationHandler
createDynamicConfigurationProvider(String, ExtensionModel, ConfigurationModel, ResolverSet, ConnectionProviderValueResolver, DynamicConfigPolicy, MuleContext) - Method in interface org.mule.runtime.module.extension.internal.runtime.config.ConfigurationProviderFactory
Creates a new ConfigurationProvider which servers instances of a dynamic configuration
createDynamicConfigurationProvider(String, ExtensionModel, ConfigurationModel, ResolverSet, ConnectionProviderValueResolver, DynamicConfigPolicy, MuleContext) - Method in class org.mule.runtime.module.extension.internal.runtime.config.DefaultConfigurationProviderFactory
Creates a new ConfigurationProvider which servers instances of a dynamic configuration
createExecutionMediator() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessor
 
createExecutor(OperationModel) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.OperationExecutorFactoryWrapper
 
createExecutor(OperationModel) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.ReflectiveOperationExecutorFactory
 
createFailureResponseParameters(Event) - Method in class org.mule.runtime.module.extension.internal.runtime.source.NullSourceCompletionHandler
 
createFailureResponseParameters(Event) - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceAdapter.DefaultSourceCompletionHandler
 
createFailureResponseParameters(Event) - Method in interface org.mule.runtime.module.extension.internal.runtime.source.SourceCompletionHandler
Resolves the set of parameters of the failure response function of the source against the supplied Event.
createHandler() - Method in class org.mule.runtime.module.extension.internal.runtime.exception.DefaultExceptionHandlerFactory
 
createImplicitConfigurationProvider(ExtensionModel, ConfigurationModel, Event, MuleContext) - Method in class org.mule.runtime.module.extension.internal.runtime.config.DefaultImplicitConfigurationProviderFactory
Creates an implicit configuration provider
createImplicitConfigurationProvider(ExtensionModel, ConfigurationModel, Event, MuleContext) - Method in interface org.mule.runtime.module.extension.internal.runtime.config.ImplicitConfigurationProviderFactory
Creates an implicit configuration provider
createImplicitConnectionProvider(String, Event) - Method in class org.mule.runtime.module.extension.internal.runtime.config.DefaultImplicitConnectionProviderFactory
Creates a new ConnectionProvider based on the ConnectionProviderModel available to the extensionModel and configurationModel
createImplicitConnectionProvider(String, Event) - Method in interface org.mule.runtime.module.extension.internal.runtime.config.ImplicitConnectionProviderFactory
Creates a new ConnectionProvider based on the ConnectionProviderModel available to the extensionModel and configurationModel
createInterceptors(EnrichableModel) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
Creates a new List of interceptors using the factories returned by InterceptorsModelProperty (if present).
createInterceptors(List<InterceptorFactory>) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
Creates a new List of interceptors using the interceptorFactories
createResponseParameters(Event) - Method in class org.mule.runtime.module.extension.internal.runtime.source.NullSourceCompletionHandler
 
createResponseParameters(Event) - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceAdapter.DefaultSourceCompletionHandler
 
createResponseParameters(Event) - Method in interface org.mule.runtime.module.extension.internal.runtime.source.SourceCompletionHandler
Resolves the set of parameters of the response function of the source against the supplied Event.
createSource() - Method in class org.mule.runtime.module.extension.internal.runtime.source.DefaultSourceFactory
 
createSourceCallback(SourceCompletionHandlerFactory) - Method in interface org.mule.runtime.module.extension.internal.runtime.source.SourceCallbackFactory
Creates a new SourceCallback
createStaticConfigurationProvider(String, ExtensionModel, ConfigurationModel, ResolverSet, ConnectionProviderValueResolver, MuleContext) - Method in interface org.mule.runtime.module.extension.internal.runtime.config.ConfigurationProviderFactory
Creates a new ConfigurationProvider which servers a static configuration instance
createStaticConfigurationProvider(String, ExtensionModel, ConfigurationModel, ResolverSet, ConnectionProviderValueResolver, MuleContext) - Method in class org.mule.runtime.module.extension.internal.runtime.config.DefaultConfigurationProviderFactory
Creates a new ConfigurationProvider which servers a static configuration instance

D

DataTypeDeclarationEnricher - Class in org.mule.runtime.module.extension.internal.loader.enricher
Enriches operations which were defined in methods annotated with DataTypeParameters so that parameters ExtensionProperties.MIME_TYPE_PARAMETER_NAME and ExtensionProperties.ENCODING_PARAMETER_NAME.
DataTypeDeclarationEnricher() - Constructor for class org.mule.runtime.module.extension.internal.loader.enricher.DataTypeDeclarationEnricher
 
declare(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.java.DefaultJavaModelLoaderDelegate
Creates and populates an ExtensionDeclarer from a ExtensionLoadingContext.
declare(ExtensionLoadingContext) - Method in interface org.mule.runtime.module.extension.internal.loader.java.ModelLoaderDelegate
Creates and populates an ExtensionDeclarer from a ExtensionLoadingContext.
declare(ParameterizedDeclarer, List<? extends ExtensionParameter>, ParameterDeclarationContext) - Method in class org.mule.runtime.module.extension.internal.loader.java.ParameterModelsLoaderDelegate
 
declare(ParameterizedDeclarer, List<? extends ExtensionParameter>, ParameterDeclarationContext, ParameterGroupDeclarer) - Method in class org.mule.runtime.module.extension.internal.loader.java.ParameterModelsLoaderDelegate
 
declareExtension(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.java.AbstractJavaExtensionModelLoader
declareExtension(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.java.CraftedExtensionModelLoader
 
DeclaringMemberModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
A custom model property to link a ParameterModel to the actual member it represents.
DeclaringMemberModelProperty(Field) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.DeclaringMemberModelProperty
 
DEFAULT_CONNECTION_PROVIDER_NAME - Static variable in class org.mule.runtime.module.extension.internal.ExtensionProperties
 
DefaultAuthenticationHandler - Class in org.mule.runtime.module.extension.internal.runtime.security
Default implementation of a AuthenticationHandler
DefaultAuthenticationHandler(SecurityManager, MuleSession) - Constructor for class org.mule.runtime.module.extension.internal.runtime.security.DefaultAuthenticationHandler
 
DefaultConfigurationExpirationMonitor - Class in org.mule.runtime.module.extension.internal.manager
Default implementation of ConfigurationExpirationMonitor which schedules tasks that run on a given DefaultConfigurationExpirationMonitor.frequency to check for dynamic configuration instances which should be expired.
DefaultConfigurationExpirationMonitor.Builder - Class in org.mule.runtime.module.extension.internal.manager
A builder object for instances of DefaultConfigurationExpirationMonitor
DefaultConfigurationProviderFactory - Class in org.mule.runtime.module.extension.internal.runtime.config
Default implementation of ConfigurationProviderFactory
DefaultConfigurationProviderFactory() - Constructor for class org.mule.runtime.module.extension.internal.runtime.config.DefaultConfigurationProviderFactory
 
DefaultConnectionProviderObjectBuilder<C> - Class in org.mule.runtime.module.extension.internal.runtime.config
Implementation of ResolverSetBasedObjectBuilder which produces instances of ConnectionProviderModel
DefaultConnectionProviderObjectBuilder(ConnectionProviderModel, ResolverSet, PoolingProfile, boolean, RetryPolicyTemplate, ConnectionManagerAdapter, ExtensionModel, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.config.DefaultConnectionProviderObjectBuilder
 
DefaultCredentialsBuilder - Class in org.mule.runtime.module.extension.internal.runtime.security
Builder for a Credentials implementation.
DefaultEncodingModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
A ModelProperty intended to be used on parameters to signal that if a value for the parameter was not provided, then the runtime should use its own default encoding.
DefaultEncodingModelProperty() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.DefaultEncodingModelProperty
 
DefaultExceptionHandlerFactory - Class in org.mule.runtime.module.extension.internal.runtime.exception
 
DefaultExceptionHandlerFactory(Class<? extends ExceptionHandler>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.exception.DefaultExceptionHandlerFactory
 
DefaultExecutionContext<M extends org.mule.runtime.api.meta.model.ComponentModel> - Class in org.mule.runtime.module.extension.internal.runtime
Default implementation of ExecutionContextAdapter which adds additional information which is relevant to this implementation of the extensions-api, even though it's not part of the API itself
DefaultExecutionContext(ExtensionModel, Optional<ConfigurationInstance>, Map<String, Object>, M, Event, CursorProviderFactory, StreamingManager, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
Creates a new instance with the given state
DefaultExecutionMediator - Class in org.mule.runtime.module.extension.internal.runtime.operation
Default implementation of ExecutionMediator.
DefaultExecutionMediator(ExtensionModel, OperationModel, ConnectionManagerAdapter, ErrorTypeRepository) - Constructor for class org.mule.runtime.module.extension.internal.runtime.operation.DefaultExecutionMediator
 
DefaultExtensionConfig - Class in org.mule.runtime.module.extension.internal.config
Default implementation of ExtensionConfig
DefaultExtensionConfig() - Constructor for class org.mule.runtime.module.extension.internal.config.DefaultExtensionConfig
 
DefaultExtensionManager - Class in org.mule.runtime.module.extension.internal.manager
Default implementation of ExtensionManager.
DefaultExtensionManager() - Constructor for class org.mule.runtime.module.extension.internal.manager.DefaultExtensionManager
 
DefaultExtensionManagerFactory - Class in org.mule.runtime.module.extension.internal.manager
Default implementation of ExtensionManagerFactory which creates instances of DefaultExtensionManager and sets them into the owning MuleContext
DefaultExtensionManagerFactory() - Constructor for class org.mule.runtime.module.extension.internal.manager.DefaultExtensionManagerFactory
 
DefaultExtensionsClient - Class in org.mule.runtime.module.extension.internal.runtime.client
This is the default implementation for a ExtensionsClient, it uses the ExtensionManager in the MuleContext to search for the extension that wants to execute the operation from.
DefaultExtensionsClient() - Constructor for class org.mule.runtime.module.extension.internal.runtime.client.DefaultExtensionsClient
 
DefaultExtensionsOAuthManager - Class in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth
Default implementation of
DefaultExtensionsOAuthManager() - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.DefaultExtensionsOAuthManager
 
DefaultFlowListener - Class in org.mule.runtime.module.extension.internal.runtime.operation
Default implementatio of FlowListener.
DefaultFlowListener(ExtensionModel, OperationModel, Event) - Constructor for class org.mule.runtime.module.extension.internal.runtime.operation.DefaultFlowListener
Creates a new instance
DefaultImplicitConfigurationProviderFactory - Class in org.mule.runtime.module.extension.internal.runtime.config
Default implementation of ImplicitConfigurationProviderFactory.
DefaultImplicitConfigurationProviderFactory() - Constructor for class org.mule.runtime.module.extension.internal.runtime.config.DefaultImplicitConfigurationProviderFactory
 
DefaultImplicitConnectionProviderFactory<T> - Class in org.mule.runtime.module.extension.internal.runtime.config
Default implementation of ImplicitConnectionProviderFactory
DefaultImplicitConnectionProviderFactory(ExtensionModel, ConfigurationModel, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.config.DefaultImplicitConnectionProviderFactory
 
DefaultJavaExtensionModelLoader - Class in org.mule.runtime.module.extension.internal.loader.java
Loads an extension by introspecting a class which uses the Extensions API annotations
DefaultJavaExtensionModelLoader() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.DefaultJavaExtensionModelLoader
 
DefaultJavaModelLoaderDelegate - Class in org.mule.runtime.module.extension.internal.loader.java
Describes an ExtensionModel by analyzing the annotations in the class provided in the constructor
DefaultJavaModelLoaderDelegate(Class<?>, String) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.DefaultJavaModelLoaderDelegate
 
DefaultObjectBuilder<T> - Class in org.mule.runtime.module.extension.internal.runtime.objectbuilder
Default implementation of ObjectBuilder which creates instances through a provided Class.
DefaultObjectBuilder(Class<T>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.objectbuilder.DefaultObjectBuilder
Creates a new instance that will build instances of prototypeClass.
DefaultResolverSetBasedObjectBuilder<T> - Class in org.mule.runtime.module.extension.internal.runtime.objectbuilder
Default implementation of ResolverSetBasedObjectBuilder which uses reflection and a default constructor to instantiate the generated objects
DefaultResolverSetBasedObjectBuilder(Class<T>, ResolverSet) - Constructor for class org.mule.runtime.module.extension.internal.runtime.objectbuilder.DefaultResolverSetBasedObjectBuilder
 
DefaultSourceCompletionHandler(SourceCallbackExecutor, SourceCallbackExecutor, SourceCallbackExecutor, SourceCallbackContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.source.SourceAdapter.DefaultSourceCompletionHandler
 
DefaultSourceFactory - Class in org.mule.runtime.module.extension.internal.runtime.source
 
DefaultSourceFactory(Class<? extends Source>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.source.DefaultSourceFactory
 
DefaultStreamingHelper - Class in org.mule.runtime.module.extension.internal.runtime.streaming
Default implementation of StreamingHelper.
DefaultStreamingHelper(CursorProviderFactory, StreamingManager, Event) - Constructor for class org.mule.runtime.module.extension.internal.runtime.streaming.DefaultStreamingHelper
Creates a new instance
defaultType() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.NullSafeModelProperty
 
defaultValue() - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.ExtensionParameter
 
delist() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.XAExtensionTransactionalResource
disableValidation - Variable in class org.mule.runtime.module.extension.internal.runtime.config.ConnectionProviderObjectBuilder
 
discountInflightOperation() - Method in interface org.mule.runtime.module.extension.internal.runtime.config.MutableConfigurationStats
Decrements the return value of ConfigurationStats.getInflightOperations() by one
DisplayDeclarationEnricher - Class in org.mule.runtime.module.extension.internal.loader.enricher
Enriches the ExtensionDeclarer with a DisplayModel from annotated elements with Summary or DisplayName
DisplayDeclarationEnricher() - Constructor for class org.mule.runtime.module.extension.internal.loader.enricher.DisplayDeclarationEnricher
 
dispose() - Method in class org.mule.runtime.module.extension.internal.loader.AbstractInterceptable
Propagates this phase to all the AbstractInterceptable.interceptors.
dispose() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationInstance
Propagates this lifecycle phase into the the LifecycleAwareConfigurationInstance.value and each item in AbstractInterceptable.getInterceptors()
dispose() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationProvider
When needed, fires the Disposable.dispose() phase on the currently provided configurations
dispose() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.InterceptableOperationExecutorWrapper
Propagates this lifecycle phase into the items in the AbstractInterceptable.interceptors list and the InterceptableOperationExecutorWrapper.delegate
dispose() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.ReactiveOperationExecutionWrapper
 
dispose() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.ReflectiveMethodComponentExecutor
 
dispose() - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
Delegates into ExtensionComponent.doDispose() making sure that it executes using the extension's class loader
dispose() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ReflectiveMethodOperationExecutor
 
disposeResolvedParameters(ExecutionContext<OperationModel>) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessor
 
doBegin() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransaction
doBuild(ResolverSetResult) - Method in class org.mule.runtime.module.extension.internal.runtime.config.DefaultConnectionProviderObjectBuilder
 
doCommit() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransaction
doDispose() - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
Implementors will use this method to perform their own disposing logic
doDispose() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessor
 
doDispose() - Method in class org.mule.runtime.module.extension.internal.runtime.source.ExtensionMessageSource
 
doInitialise() - Method in class org.mule.runtime.module.extension.internal.runtime.config.DynamicConfigurationProvider
 
doInitialise() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationProvider
Template method so subclasses can do initialisation.
doInitialise() - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
Implementors will use this method to perform their own initialisation logic
doInitialise() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessor
 
doInitialise() - Method in class org.mule.runtime.module.extension.internal.runtime.source.ExtensionMessageSource
 
doProcess(Event, ExecutionContextAdapter<OperationModel>) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.OAuthOperationMessageProcessor
 
doProcess(Event, ExecutionContextAdapter<OperationModel>) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessor
 
doProcess(Event, ExecutionContextAdapter<OperationModel>) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.PagedOperationMessageProcessor
 
doRollback() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransaction
doStart() - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
Implementors will use this method to perform their own starting logic
doStart() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessor
 
doStart() - Method in class org.mule.runtime.module.extension.internal.runtime.source.ExtensionMessageSource
 
doStop() - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
Implementors will use this method to perform their own stopping logic
doStop() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessor
 
doStop() - Method in class org.mule.runtime.module.extension.internal.runtime.source.ExtensionMessageSource
 
DynamicConfigPolicy - Class in org.mule.runtime.module.extension.internal.runtime
A policy for how the platform should handle dynamic configuration instances
DynamicConfigPolicy(ExpirationPolicy) - Constructor for class org.mule.runtime.module.extension.internal.runtime.DynamicConfigPolicy
Creates a new instance.
DynamicConfigurationProvider - Class in org.mule.runtime.module.extension.internal.runtime.config
A ConfigurationProvider which continuously evaluates the same ResolverSet and then uses the resulting ResolverSetResult to build an instance of type T
DynamicConfigurationProvider(String, ExtensionModel, ConfigurationModel, ResolverSet, ConnectionProviderValueResolver, ExpirationPolicy, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.config.DynamicConfigurationProvider
Creates a new instance
DynamicMetadataDeclarationEnricher - Class in org.mule.runtime.module.extension.internal.loader.enricher
DeclarationEnricher implementation that walks through a ExtensionDeclaration and looks for components (Operations and Message sources) annotated with MetadataScope or Query.
DynamicMetadataDeclarationEnricher() - Constructor for class org.mule.runtime.module.extension.internal.loader.enricher.DynamicMetadataDeclarationEnricher
 

E

EMPTY - Static variable in interface org.mule.runtime.module.extension.internal.loader.java.type.WithAlias
 
ENCODING_PARAMETER_NAME - Static variable in class org.mule.runtime.module.extension.internal.ExtensionProperties
The name of a parameter that allows configuring the encoding that should be applied
enlist() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.XAExtensionTransactionalResource
enrich(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.enricher.BooleanParameterDeclarationEnricher
 
enrich(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.enricher.ClassLoaderDeclarationEnricher
 
enrich(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.enricher.ConfigNameDeclarationEnricher
 
enrich(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.enricher.ConnectionDeclarationEnricher
 
enrich(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.enricher.DataTypeDeclarationEnricher
 
enrich(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.enricher.DisplayDeclarationEnricher
 
enrich(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.enricher.DynamicMetadataDeclarationEnricher
 
enrich(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.enricher.ErrorsDeclarationEnricher
 
enrich(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.enricher.ExtensionDescriptionsEnricher
enrich(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.enricher.ExtensionsErrorsDeclarationEnricher
 
enrich(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.enricher.ImportedTypesDeclarationEnricher
 
enrich(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.enricher.JavaConfigurationDeclarationEnricher
 
enrich(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.enricher.JavaExportedTypesDeclarationEnricher
 
enrich(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.enricher.JavaOAuthDeclarationEnricher
 
enrich(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.enricher.JavaXmlDeclarationEnricher
 
enrich(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.enricher.ParameterLayoutOrderDeclarationEnricher
 
enrich(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.enricher.SubTypesDeclarationEnricher
 
enrichException(Exception) - Method in class org.mule.runtime.module.extension.internal.runtime.exception.NullExceptionHandler
 
EntityMetadataMediator - Class in org.mule.runtime.module.extension.internal.metadata
Resolves a Component's Metadata by coordinating the several moving parts that are affected by the Metadata fetching process, so that such pieces can remain decoupled.
EntityMetadataMediator(OperationModel) - Constructor for class org.mule.runtime.module.extension.internal.metadata.EntityMetadataMediator
 
EnumKeyResolver - Class in org.mule.runtime.module.extension.internal.metadata
TypeKeysResolver implementation which resolves automatically MetadataKeys for Enum based MetadataKey Id parameters.
equals(Object) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.FieldWrapper
 
equals(Object) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.MethodWrapper
 
equals(Object) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverSetResult
Defines equivalence by comparing the values in both objects.
equals(Object) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ValueResolvingContext
 
equals(Object) - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransactionKey
 
ErrorArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
ArgumentResolver which returns the Error in the Event associated to the given ExecutionContext.
ErrorArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ErrorArgumentResolver
 
ErrorsDeclarationEnricher - Class in org.mule.runtime.module.extension.internal.loader.enricher
DeclarationEnricher implementation which enriches the ExtensionModel and their OperationModel from the used ErrorTypes and Throws in an Annotation based extension.
ErrorsDeclarationEnricher() - Constructor for class org.mule.runtime.module.extension.internal.loader.enricher.ErrorsDeclarationEnricher
 
ErrorsModelFactory - Class in org.mule.runtime.module.extension.internal.loader.enricher
Extension's ErrorModel factory.
ErrorsModelFactory(ErrorTypeDefinition<?>[], String) - Constructor for class org.mule.runtime.module.extension.internal.loader.enricher.ErrorsModelFactory
Creates a new instance of the factory
ErrorsModelFactory(String) - Constructor for class org.mule.runtime.module.extension.internal.loader.enricher.ErrorsModelFactory
Creates a new instance of the factory populated with Mule's errors as well as the extension default errors
EventedExecutionContext<M extends org.mule.runtime.api.meta.model.ComponentModel> - Interface in org.mule.runtime.module.extension.internal.runtime
A specialization of ExecutionContext which contains an Event
ExceptionHandlerManager - Class in org.mule.runtime.module.extension.internal.runtime.exception
Given a ExtensionModel and another EnrichableModel, this class will test for a ExceptionHandlerModelProperty to determine the ExceptionHandler which should be use.
ExceptionHandlerManager(ExtensionModel, ComponentModel) - Constructor for class org.mule.runtime.module.extension.internal.runtime.exception.ExceptionHandlerManager
 
ExceptionHandlerModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
Model property to be used on components which support the use of an ExceptionHandler.
ExceptionHandlerModelProperty(ExceptionHandlerFactory) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.ExceptionHandlerModelProperty
Creates a new instance
execute(String, String, OperationParameters) - Method in class org.mule.runtime.module.extension.internal.runtime.client.DefaultExtensionsClient
execute(ExecutionContext<OperationModel>) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.UnauthorizeOperationExecutor
 
execute(ExecutionContext<OperationModel>) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.InterceptableOperationExecutorWrapper
execute(ExecutionContext<OperationModel>) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.ReactiveOperationExecutionWrapper
 
execute(ExecutionContext<M>) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.ReflectiveMethodComponentExecutor
 
execute(OperationExecutor, ExecutionContextAdapter) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.DefaultExecutionMediator
Executes the operation per the specification in this classes' javadoc
execute(OperationExecutor, ExecutionContextAdapter) - Method in interface org.mule.runtime.module.extension.internal.runtime.operation.ExecutionMediator
Coordinates the execution of the executor using the given context
execute(ExecutionContext<OperationModel>) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ReflectiveMethodOperationExecutor
execute(Event, Map<String, Object>, SourceCallbackContext) - Method in class org.mule.runtime.module.extension.internal.runtime.source.NullSourceCallbackExecutor
 
executeAsync(String, String, OperationParameters) - Method in class org.mule.runtime.module.extension.internal.runtime.client.DefaultExtensionsClient
ExecutionContextAdapter<M extends org.mule.runtime.api.meta.model.ComponentModel> - Interface in org.mule.runtime.module.extension.internal.runtime
Adapter interface which expands the contract of ExecutionContext which functionality that is internal to this implementation of the extensions API and shouldn't be accessible for the extensions themselves.
ExecutionMediator - Interface in org.mule.runtime.module.extension.internal.runtime.operation
Executes operations while coordinating the several moving parts that are affected by the execution process, so that such pieces can remain decoupled.
ExecutionTypeMapper - Class in org.mule.runtime.module.extension.internal.runtime
 
ExportedArtifactsCollector - Class in org.mule.runtime.module.extension.internal.resources.manifest
Utility class which calculates the default set of java package names and resources that a given extension should export in order to properly function
ExportedArtifactsCollector(ExtensionModel) - Constructor for class org.mule.runtime.module.extension.internal.resources.manifest.ExportedArtifactsCollector
Creates a new instance
ExportedTypesModelValidator - Class in org.mule.runtime.module.extension.internal.loader.validation
Validates that the exported types used as: Return type of an OperationModel Parameter of an OperationModel Return type of an SourceModel These exported types should comply that for each parameter they contain, there must exist a getter method for that parameter.
ExportedTypesModelValidator() - Constructor for class org.mule.runtime.module.extension.internal.loader.validation.ExportedTypesModelValidator
 
ExpressionBasedParameterResolverValueResolver<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
ValueResolver implementation for ParameterResolver that are resolved from an expression
ExpressionBasedParameterResolverValueResolver(String, MetadataType) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionBasedParameterResolverValueResolver
 
ExpressionTypedValueValueResolver<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
A ValueResolver implementation and extension of TypeSafeExpressionValueResolver which evaluates expressions and tries to ensure that the output is always of a certain type.
ExpressionTypedValueValueResolver(String, Class<T>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionTypedValueValueResolver
 
ExpressionValueResolver<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
A ValueResolver which evaluates a MEL expressions
ExpressionValueResolver(String) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionValueResolver
 
ExtendingOperationModelProperty<T> - Class in org.mule.runtime.module.extension.internal.loader.java.property
A custom model property which marks that an operation is augmenting the functionality of an Extension which is defined in a type annotated with Extensible.
ExtendingOperationModelProperty(Class<T>) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.ExtendingOperationModelProperty
Creates a new instance pointing to a type annotated with IllegalArgumentException
EXTENSION_DESCRIPTIONS_FILE_NAME_MASK - Static variable in class org.mule.runtime.module.extension.internal.ExtensionProperties
The name mask of a file which contains the ExtensionModel elements descriptions.
EXTENSION_MANIFEST_FILE_NAME - Static variable in class org.mule.runtime.module.extension.internal.ExtensionProperties
The name of a file which contains each plugin's ExtensionManifest
EXTENSION_MODEL_JSON_FILE_NAME - Static variable in class org.mule.runtime.module.extension.internal.ExtensionProperties
The name of a file which contains a json representation of the extension's model
ExtensionBuildingDefinitionProvider - Interface in org.mule.runtime.module.extension.internal.config
Provider for building definitions for java based extensions.
ExtensionComponent<T extends org.mule.runtime.api.meta.model.ComponentModel> - Class in org.mule.runtime.module.extension.internal.runtime
Class that groups all the common behaviour between different extension's components, like OperationMessageProcessor and ExtensionMessageSource.
ExtensionComponent(ExtensionModel, T, ConfigurationProvider, CursorProviderFactory, ExtensionManager) - Constructor for class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
 
ExtensionConfig - Interface in org.mule.runtime.module.extension.internal.config
A config object which gathers all the configuration properties about how the platform should handle extensions
ExtensionConnectionSupplier - Class in org.mule.runtime.module.extension.internal.runtime.connectivity
A bridge between the execution of a ComponentModel and the ConnectionManager which provides the connections that it needs.
ExtensionConnectionSupplier() - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.ExtensionConnectionSupplier
 
ExtensionConnectivityTestingStrategy - Class in org.mule.runtime.module.extension.internal.tooling
Implementation of ConnectivityTestingStrategy that can do connectivity testing over components creates with extensions API.
ExtensionConnectivityTestingStrategy() - Constructor for class org.mule.runtime.module.extension.internal.tooling.ExtensionConnectivityTestingStrategy
 
ExtensionDescriptionsEnricher - Class in org.mule.runtime.module.extension.internal.loader.enricher
Declarer that adds descriptions to a ExtensionDeclaration by using the SDK generated extensions-descriptions.xml file which persists the descriptions for each element (Configurations, Providers, Operations, Parameters, ...) in the extension.
ExtensionDescriptionsEnricher() - Constructor for class org.mule.runtime.module.extension.internal.loader.enricher.ExtensionDescriptionsEnricher
 
ExtensionDescriptionsSerializer - Class in org.mule.runtime.module.extension.internal.resources.documentation
A simple XML JAXB serializer class for XmlExtensionDocumentations files.
ExtensionDescriptionsSerializer() - Constructor for class org.mule.runtime.module.extension.internal.resources.documentation.ExtensionDescriptionsSerializer
 
ExtensionDocumentationResourceGenerator - Class in org.mule.runtime.module.extension.internal.resources.documentation
A GeneratedResourceFactory which generates an XML file with all the ExtensionModel elements and it's corresponding descriptions so they don't get lost once the extension it's packaged.
ExtensionDocumentationResourceGenerator() - Constructor for class org.mule.runtime.module.extension.internal.resources.documentation.ExtensionDocumentationResourceGenerator
 
ExtensionElement - Interface in org.mule.runtime.module.extension.internal.loader.java.type
A contract for an element from which an Extension can be derived
extensionManager - Variable in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
 
ExtensionManagerFactory - Interface in org.mule.runtime.module.extension.internal.manager
Factory to create instances of ExtensionManager
ExtensionManifestGenerator - Class in org.mule.runtime.module.extension.internal.resources.manifest
A GeneratedResourceFactory which generates a ExtensionManifest and stores it in XML format TODO(fernandezlautaro): MULE-11136 this generator should be deleted
ExtensionManifestGenerator() - Constructor for class org.mule.runtime.module.extension.internal.resources.manifest.ExtensionManifestGenerator
 
ExtensionMessageSource - Class in org.mule.runtime.module.extension.internal.runtime.source
A MessageSource which connects the Extensions API with the Mule runtime by connecting a Source with a flow represented by a ExtensionMessageSource.messageProcessor
ExtensionMessageSource(ExtensionModel, SourceModel, SourceAdapterFactory, ConfigurationProvider, RetryPolicyTemplate, CursorProviderFactory, ExtensionManager) - Constructor for class org.mule.runtime.module.extension.internal.runtime.source.ExtensionMessageSource
 
extensionModel - Variable in class org.mule.runtime.module.extension.internal.runtime.config.ConnectionProviderObjectBuilder
 
ExtensionModelLoaderManager - Interface in org.mule.runtime.module.extension.internal.loader
Manages the lifecycle of the ExtensionModelLoader available in the ExtensionModelLoaderRepository.
ExtensionModelLoaderRepository - Interface in org.mule.runtime.module.extension.internal.loader
Provides access to the ExtensionModelLoader available in the container.
ExtensionModelResourceFactory - Class in org.mule.runtime.module.extension.internal.resources
Generates a resource of name ExtensionProperties.EXTENSION_MODEL_JSON_FILE_NAME which contains a json representation of the ExtensionModel
ExtensionModelResourceFactory() - Constructor for class org.mule.runtime.module.extension.internal.resources.ExtensionModelResourceFactory
 
ExtensionParameter - Interface in org.mule.runtime.module.extension.internal.loader.java.type
A contract for any kind of component from which an extension's parameter can be derived
ExtensionProperties - Class in org.mule.runtime.module.extension.internal
Constants for the Extensions Framework
ExtensionsErrorsDeclarationEnricher - Class in org.mule.runtime.module.extension.internal.loader.enricher
DeclarationEnricher implementation which enriches operationModels adding connectivity related MuleErrors if the operations are considered as a connected ones.
ExtensionsErrorsDeclarationEnricher() - Constructor for class org.mule.runtime.module.extension.internal.loader.enricher.ExtensionsErrorsDeclarationEnricher
 
ExtensionsOAuthManager - Interface in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth
Manages all the resources needed for extensions to consume OAuth providers.
ExtensionsOAuthUtils - Class in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth
Utility methods for the OAuth support on the SDK
ExtensionTransaction - Class in org.mule.runtime.module.extension.internal.runtime.transaction
Generic single resource transaction for Extensions
ExtensionTransaction(MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransaction
ExtensionTransactionalResource<T extends org.mule.runtime.extension.api.connectivity.TransactionalConnection> - Class in org.mule.runtime.module.extension.internal.runtime.transaction
Generic transactional resource for extension's TransactionalConnections
ExtensionTransactionalResource(T, ConnectionHandler<T>, Transaction) - Constructor for class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransactionalResource
Creates a new instance
ExtensionTransactionFactory - Class in org.mule.runtime.module.extension.internal.runtime.transaction
Creates instances of ExtensionTransactionFactory
ExtensionTransactionFactory() - Constructor for class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransactionFactory
 
ExtensionTransactionKey - Class in org.mule.runtime.module.extension.internal.runtime.transaction
The key used to bind a ExtensionTransactionalResource into a Transaction.
ExtensionTransactionKey(ConfigurationInstance) - Constructor for class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransactionKey
 
extensionType - Variable in class org.mule.runtime.module.extension.internal.loader.java.DefaultJavaModelLoaderDelegate
 
ExtensionTypeFactory - Class in org.mule.runtime.module.extension.internal.loader.java.type
Method Factory Pattern implementation that creates ExtensionElement from Class or TypeElement
ExtensionTypeFactory() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.type.ExtensionTypeFactory
 
ExtensionTypeWrapper<T> - Class in org.mule.runtime.module.extension.internal.loader.java.type.runtime
ConfigurationWrapper specification for classes that are considered as Extensions
ExtensionTypeWrapper(Class<T>) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ExtensionTypeWrapper
 
extractAnnotation(BaseDeclaration<? extends BaseDeclaration>, Class<A>) - Method in class org.mule.runtime.module.extension.internal.loader.enricher.AbstractAnnotatedDeclarationEnricher
Extracts an Annotation from class backing the declaration.
extractImplementingType(BaseDeclaration<? extends BaseDeclaration>) - Method in class org.mule.runtime.module.extension.internal.loader.enricher.AbstractAnnotatedDeclarationEnricher
 
extractImplementingTypeProperty(BaseDeclaration<? extends BaseDeclaration>) - Method in class org.mule.runtime.module.extension.internal.loader.enricher.AbstractAnnotatedDeclarationEnricher
Returns the annotated Class that was used to construct the declaration.

F

FieldElement - Interface in org.mule.runtime.module.extension.internal.loader.java.type
A contract for an element to be considered as a Field
FieldSetter<Target,Value> - Class in org.mule.runtime.module.extension.internal.util
Utility class which allows setting the value of a Field on random compatible instances
FieldSetter(Field) - Constructor for class org.mule.runtime.module.extension.internal.util.FieldSetter
 
FieldWrapper - Class in org.mule.runtime.module.extension.internal.loader.java.type.runtime
Wrapper for Field that provide utility methods to facilitate the introspection of a Field
FieldWrapper(Field) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.type.runtime.FieldWrapper
 
findGenericsInSuperHierarchy(Class<?>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
flowConstruct - Variable in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
 
FlowListenerArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
An ArgumentResolver which produces instances of FlowListener
FlowListenerArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.FlowListenerArgumentResolver
 
from(Event) - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.ValueResolvingContext
 
from(Event, Optional<ConfigurationInstance>) - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.ValueResolvingContext
 
fromDefaultValues(ParameterizedModel, MuleContext) - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParametersResolver
 
fromValues(Map<String, ?>, MuleContext) - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParametersResolver
 
FunctionParameterTypeModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
Marker ModelProperty for ParameterModels that indicates that the enriched parameter is of Function type and resolve values of the generic type.
FunctionParameterTypeModelProperty() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.FunctionParameterTypeModelProperty
 

G

generateFor(ExtensionModel) - Method in class org.mule.runtime.module.extension.internal.resources.AbstractResourcesGenerator
generateResource(ExtensionModel) - Method in class org.mule.runtime.module.extension.internal.resources.documentation.ExtensionDocumentationResourceGenerator
 
generateResource(ExtensionModel) - Method in class org.mule.runtime.module.extension.internal.resources.ExtensionModelResourceFactory
 
generateResource(ExtensionModel) - Method in class org.mule.runtime.module.extension.internal.resources.manifest.ExtensionManifestGenerator
get() - Method in class org.mule.runtime.module.extension.internal.metadata.ResolverSupplier
 
get(Object) - Method in class org.mule.runtime.module.extension.internal.runtime.config.DynamicConfigurationProvider
Evaluates DynamicConfigurationProvider.resolverSet using the given event and returns an instance produced with the result.
get(Object) - Method in class org.mule.runtime.module.extension.internal.runtime.config.StaticConfigurationProvider
get(String) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverSetResult
Returns the value associated with the ParameterModel of the given parameterName
get() - Method in interface org.mule.runtime.module.extension.internal.runtime.transaction.TransactionBindingDelegate.ConnectionSupplier
 
getAccessToken() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ImmutableAuthorizationCodeState
 
getAccessTokenUrl() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.AuthCodeConfig
 
getAccessTokenUrl() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ImmutableAuthorizationCodeState
 
getAfter() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.AuthCodeConfig
 
getAlias() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.FieldWrapper
getAlias() - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.WithAlias
 
getAlias(T) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
Returns the Alias name of the given element.
getAllConnectionProviders(ExtensionModel, ConfigurationModel) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
Returns all the ConnectionProviderModel instances available for the given configurationModel plus the ones globally defined at the extensionModel.
getAnnotatedElement(BaseDeclaration<?>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
getAnnotatedFields(Class<? extends Annotation>...) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.TypeWrapper
getAnnotatedFields(Class<? extends Annotation>...) - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.Type
 
getAnnotatedFields(Class<?>, Class<? extends Annotation>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
getAnnotation(Class<A>) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.FieldWrapper
Retrieves an annotation of the WithAnnotations component
getAnnotation(Class<A>) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.MethodWrapper
Retrieves an annotation of the WithAnnotations component
getAnnotation(Class<A>) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ParameterWrapper
Retrieves an annotation of the WithAnnotations component
getAnnotation(Class<A>) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.TypeWrapper
Retrieves an annotation of the WithAnnotations component
getAnnotation(Class<A>) - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.WithAnnotations
Retrieves an annotation of the WithAnnotations component
getAnnotation(Class<?>, Class<T>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
Looks for the annotation in the given class.
getAnnotations() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.FieldWrapper
getAnnotations() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.MethodWrapper
getAnnotations() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ParameterWrapper
getAnnotations() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.TypeWrapper
getAnnotations() - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.WithAnnotations
 
getAttributesResolver() - Method in class org.mule.runtime.module.extension.internal.metadata.MetadataScopeAdapter
 
getAuthCodeConfig() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthConfig
 
getAuthentication() - Method in class org.mule.runtime.module.extension.internal.runtime.security.DefaultAuthenticationHandler
getAuthorizationUrl() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.AuthCodeConfig
 
getAuthorizationUrl() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ImmutableAuthorizationCodeState
 
getBefore() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.AuthCodeConfig
 
getBoundResource(TransactionConfig, ExtensionTransactionKey, TransactionBindingDelegate.ConnectionSupplier<ConnectionHandler<T>>) - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.TransactionBindingDelegate
 
getCallbackConfig() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthConfig
 
getCallbackPath() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthCallbackConfig
 
getCallbackValues() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.oauth.OAuthCallbackValuesModelProperty
 
getCategoryName() - Method in class org.mule.runtime.module.extension.internal.metadata.BooleanKeyResolver
getCategoryName() - Method in class org.mule.runtime.module.extension.internal.metadata.EnumKeyResolver
getClassLoader() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ClassLoaderModelProperty
 
getClassLoader(ExtensionModel) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
If the extensionModel contains a ClassLoaderModelProperty, then it returns the ClassLoader associated to such property.
getComponentModel() - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
 
getComponentModel() - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
getComponentModel() - Method in class org.mule.runtime.module.extension.internal.runtime.LazyExecutionContext
getComponentType() - Method in class org.mule.runtime.module.extension.internal.loader.utils.ParameterDeclarationContext
 
getConfig() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ValueResolvingContext
 
getConfigNameField() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.RequireNameField
 
getConfigs() - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionDocumentation
 
getConfigsCount() - Method in exception org.mule.runtime.module.extension.internal.runtime.exception.TooManyConfigsException
 
getConfigType() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ConfigTypeModelProperty
 
getConfiguration(String, Event) - Method in class org.mule.runtime.module.extension.internal.manager.DefaultExtensionManager
getConfiguration(ExtensionModel, ComponentModel, Event) - Method in class org.mule.runtime.module.extension.internal.manager.DefaultExtensionManager
getConfiguration() - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
 
getConfiguration() - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
getConfiguration(Event) - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
 
getConfiguration() - Method in class org.mule.runtime.module.extension.internal.runtime.LazyExecutionContext
getConfigurationFactory() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ConfigurationFactoryModelProperty
 
getConfigurationFactory(ConfigurationModel) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
Tests the configurationModel for a ConfigurationFactoryModelProperty and returns the contained ConfigurationFactory.
getConfigurationInstance() - Method in class org.mule.runtime.module.extension.internal.runtime.source.ExtensionMessageSource
 
getConfigurationModel() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationProvider
getConfigurationModel() - Method in exception org.mule.runtime.module.extension.internal.runtime.exception.TooManyConfigsException
 
getConfigurationProvider(ExtensionModel, ComponentModel) - Method in class org.mule.runtime.module.extension.internal.manager.DefaultExtensionManager
 
getConfigurationProvider(String) - Method in class org.mule.runtime.module.extension.internal.manager.DefaultExtensionManager
getConfigurations() - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.ExtensionElement
 
getConfigurations() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ExtensionTypeWrapper
getConnection(ExecutionContextAdapter<? extends ComponentModel>) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.ExtensionConnectionSupplier
Returns the connection to be used with the operationContext.
getConnection() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransactionalResource
 
getConnection() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.TransactionalConnectionHandler
getConnectionHandler() - Method in class org.mule.runtime.module.extension.internal.runtime.source.ExtensionMessageSource
 
getConnectionHandler() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransactionalResource
 
getConnectionProvider() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationInstance
getConnectionProviderFactory() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ConnectionProviderFactoryModelProperty
 
getConnectionProviderFactory(ConnectionProviderModel) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
Tests the given connectionProviderModel for a ConnectionProviderFactoryModelProperty and if present it returns the enclosed ConnectionProviderFactory.
getConnectionProviders() - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.WithConnectionProviders
 
getConnections() - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionDocumentation
 
getConnectionType() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ConnectionTypeModelProperty
 
getConnectionType() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ConnectivityModelProperty
 
getConnectionType(ConnectionProviderModel) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
Tests the given connectionProviderModel for a ConnectionTypeModelProperty and if present it returns the enclosed connection type.
getConsumerKey() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.AuthCodeConfig
 
getConsumerKey() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ImmutableAuthorizationCodeState
 
getConsumerSecret() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.AuthCodeConfig
 
getConsumerSecret() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ImmutableAuthorizationCodeState
 
getContainer() - Method in class org.mule.runtime.module.extension.internal.loader.ParameterGroupDescriptor
 
getContainerName(AnnotatedElement) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
getCursorProviderFactory() - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
 
getCursorProviderFactory() - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
getCursorProviderFactory() - Method in interface org.mule.runtime.module.extension.internal.runtime.ExecutionContextAdapter
 
getCursorProviderFactory() - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
 
getCustomParameters() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthConfig
 
getDeclaringClass() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.MethodWrapper
getDeclaringClass() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.TypeWrapper
getDeclaringClass() - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.SourceElement
 
getDeclaringClass() - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.WithDeclaringClass
 
getDeclaringElement() - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.ExtensionParameter
 
getDeclaringElement() - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.FieldElement
getDeclaringElement() - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.ParameterElement
getDeclaringField() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.DeclaringMemberModelProperty
The field associated to the ParameterModel
getDefault(TimeSupplier) - Static method in class org.mule.runtime.module.extension.internal.runtime.DynamicConfigPolicy
Returns an instance with the default settings, using the given timeSupplier
getDefault(TimeSupplier) - Static method in class org.mule.runtime.module.extension.internal.runtime.ImmutableExpirationPolicy
Returns an instance with the default settings
getDelegate() - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceAdapter
 
getDescription() - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.WithAlias
 
getDescription() - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionElementDocumentation
 
getDescription() - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionParameterDocumentation
 
getDescriptor() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ParameterGroupModelProperty
 
getDslConfiguration(String) - Static method in class org.mule.runtime.module.extension.internal.loader.java.type.InfrastructureTypeMapping
 
getDynamicConfigExpirationFrequency() - Method in class org.mule.runtime.module.extension.internal.config.DefaultExtensionConfig
 
getDynamicConfigExpirationFrequency() - Method in interface org.mule.runtime.module.extension.internal.config.ExtensionConfig
Returns the maximum amount of Time that a dynamic config instance can remain idle before it should be expired.
getEntityKeys(MetadataContext) - Method in class org.mule.runtime.module.extension.internal.metadata.EntityMetadataMediator
 
getEntityKeys() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessor
 
getEntityMetadata(MetadataContext, MetadataKey) - Method in class org.mule.runtime.module.extension.internal.metadata.EntityMetadataMediator
 
getEntityMetadata(MetadataKey) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessor
 
getErrorModels() - Method in class org.mule.runtime.module.extension.internal.loader.enricher.ErrorsModelFactory
 
getEvent() - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
 
getEvent() - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
Returns the Event on which an operation is to be executed
getEvent() - Method in interface org.mule.runtime.module.extension.internal.runtime.EventedExecutionContext
Returns the Event on which an operation is to be executed
getEvent() - Method in class org.mule.runtime.module.extension.internal.runtime.LazyExecutionContext
 
getEvent() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ValueResolvingContext
 
getExceptionHandlerFactory() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ExceptionHandlerModelProperty
 
getExecutorFactory() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.OperationExecutorModelProperty
 
getExpirationPolicy() - Method in class org.mule.runtime.module.extension.internal.runtime.DynamicConfigPolicy
Returns the ExpirationPolicy for the dynamic configuration instances
getExpired() - Method in class org.mule.runtime.module.extension.internal.runtime.config.DynamicConfigurationProvider
 
getExpiresIn() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ImmutableAuthorizationCodeState
 
getExportedPackages() - Method in class org.mule.runtime.module.extension.internal.resources.manifest.ExportedArtifactsCollector
 
getExportedResources() - Method in class org.mule.runtime.module.extension.internal.resources.manifest.ExportedArtifactsCollector
 
getExposedFields(Class<?>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
getExpression() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.StaticParameterResolver
getExpressionBasedValueResolver(String, MetadataType, MuleContext) - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverUtils
 
getExpressionSupport(AnnotatedElement) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
getExpressionSupport(Expression) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
getExtension(Class<?>) - Static method in class org.mule.runtime.module.extension.internal.loader.java.MuleExtensionAnnotationParser
 
getExtension(String) - Method in class org.mule.runtime.module.extension.internal.manager.DefaultExtensionManager
getExtension() - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionDocumentation
 
getExtension(String) - Method in class org.mule.runtime.module.extension.internal.util.NullDslResolvingContext
 
getExtensionClassLoader() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationProvider
 
getExtensionModel() - Static method in class org.mule.runtime.module.extension.internal.resources.MuleExtensionModelProvider
 
getExtensionModel() - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
 
getExtensionModel() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationProvider
getExtensionModel() - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
getExtensionModel() - Method in exception org.mule.runtime.module.extension.internal.runtime.exception.TooManyConfigsException
 
getExtensionModel() - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
 
getExtensionModel() - Method in class org.mule.runtime.module.extension.internal.runtime.LazyExecutionContext
getExtensionModelLoader(LoaderDescriber) - Method in interface org.mule.runtime.module.extension.internal.loader.ExtensionModelLoaderRepository
Retrieves the ExtensionModelLoader for the given LoaderDescriber.
getExtensions() - Method in class org.mule.runtime.module.extension.internal.manager.DefaultExtensionManager
getExtensions() - Method in class org.mule.runtime.module.extension.internal.util.NullDslResolvingContext
 
getExtensionsErrorNamespace(ExtensionModel) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
 
getExtensionsErrorNamespace(ExtensionDeclaration) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
 
getExtensionType(Class<?>) - Static method in class org.mule.runtime.module.extension.internal.loader.java.type.ExtensionTypeFactory
Creates a ExtensionElement from a given Class that will help to introspect an extension.
getExternalCallbackUrl() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ImmutableAuthCodeRequest
 
getExternalCallbackUrl() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ImmutableAuthorizationCodeState
 
getExternalCallbackUrl() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthCallbackConfig
 
getField() - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.FieldElement
 
getField() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.FieldWrapper
 
getField() - Method in class org.mule.runtime.module.extension.internal.util.FieldSetter
 
getField(Class<?>, ParameterModel) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
getField(Class<?>, ParameterDeclaration) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
getField(Class<?>, String) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
getFieldByNameOrAlias(Class<?>, String) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
getFieldMetadataType(Field, ClassTypeLoader) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
Returns a MetadataType describing the given Field's type
getFieldParametersLoader() - Method in class org.mule.runtime.module.extension.internal.loader.java.DefaultJavaModelLoaderDelegate
 
getFields() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.TypeWrapper
getFields() - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.Type
 
getFields(Class<?>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
getFieldsWithGetters(Class<?>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
getFieldValue(Object, String) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
Resolves and returns the field value of an object instance
getFileName(String) - Method in class org.mule.runtime.module.extension.internal.resources.documentation.ExtensionDescriptionsSerializer
 
getGenerics(Type, ClassTypeLoader) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
getGrantType() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthConfig
 
getId() - Method in class org.mule.runtime.module.extension.internal.loader.java.AbstractJavaExtensionModelLoader
getId() - Method in class org.mule.runtime.module.extension.internal.loader.java.CraftedExtensionModelLoader
 
getImplementingMethod(OperationDeclaration) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
Returns the Method that was used to declare the given operationDeclaration.
getImplicitConfigurationProviderName(ExtensionModel, ConfigurationModel) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
 
getInitialiserEvent() - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
 
getInitialiserEvent(MuleContext) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
 
getInputResolver(String) - Method in class org.mule.runtime.module.extension.internal.metadata.QueryMetadataResolverFactory
getInputResolvers() - Method in class org.mule.runtime.module.extension.internal.metadata.MetadataScopeAdapter
 
getInputResolvers() - Method in class org.mule.runtime.module.extension.internal.metadata.QueryMetadataResolverFactory
 
getInterceptorFactories() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.InterceptorsModelProperty
Returns a List which items are InterceptorFactory instances that are to be used to provision the interceptors for the configurations created from this model.
getInterceptors() - Method in class org.mule.runtime.module.extension.internal.loader.AbstractInterceptable
getInterfaceGenerics(Class) - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.WithGenerics
 
getInterfaceGenerics(Class<?>, Class<?>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
getJavaType() - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.ExtensionParameter
 
getJavaType() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.FieldWrapper
getJavaType() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ParameterWrapper
getKeyResolver() - Method in class org.mule.runtime.module.extension.internal.metadata.QueryMetadataResolverFactory
getKeyResolvers() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.MapValueResolver
 
getKeys(MetadataContext) - Method in class org.mule.runtime.module.extension.internal.metadata.BooleanKeyResolver
getKeys(MetadataContext) - Method in class org.mule.runtime.module.extension.internal.metadata.EnumKeyResolver
getKeysResolver() - Method in class org.mule.runtime.module.extension.internal.metadata.MetadataScopeAdapter
 
getKeyType() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransaction
getListenerConfig() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthCallbackConfig
 
getLiteralValue() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ImmutableLiteral
getLocalAuthorizePath() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthCallbackConfig
 
getMap() - Static method in class org.mule.runtime.module.extension.internal.loader.java.type.InfrastructureTypeMapping
 
getMaxIdleTime() - Method in class org.mule.runtime.module.extension.internal.runtime.ImmutableExpirationPolicy
getMemberName(BaseDeclaration<?>, String) - Static method in class org.mule.runtime.module.extension.internal.loader.java.MuleExtensionAnnotationParser
 
getMemberName(EnrichableModel, String) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
getMetadata(MetadataContext, MetadataKey) - Method in class org.mule.runtime.module.extension.internal.metadata.MetadataMediator
Resolves the ComponentMetadataDescriptor for the associated context using the specified key
getMetadata(MetadataContext, ParameterValueResolver) - Method in class org.mule.runtime.module.extension.internal.metadata.MetadataMediator
Resolves the ComponentMetadataDescriptor for the associated context using the component ParameterValueResolver to resolve an object with the value of the MetadataKey.
getMetadata() - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
getMetadata(MetadataKey) - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
getMetadataKeys(MetadataContext) - Method in class org.mule.runtime.module.extension.internal.metadata.MetadataMediator
Resolves the list of types available for the Content or Output of the associated MetadataKeyProvider Component, representing them as a list of MetadataKey.
getMetadataKeys() - Method in class org.mule.runtime.module.extension.internal.runtime.config.ConfigurationProviderMetadataAdapter
 
getMetadataKeys() - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
getMetadataResolverFactory() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.MetadataResolverFactoryModelProperty
 
getMetadataResolverFactory(EnrichableModel) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
Tests the given model for a MetadataResolverFactoryModelProperty and if present it returns the contained MetadataResolverFactory.
getMetadataType(ClassTypeLoader) - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.ExtensionParameter
 
getMetadataType() - Method in class org.mule.runtime.module.extension.internal.loader.ParameterGroupDescriptor
 
getMetadataType(Class<?>, ClassTypeLoader) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
Returns a MetadataType representing the given Class type.
getMethod() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ImplementingMethodModelProperty
 
getMethod() - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.MethodElement
 
getMethod() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.MethodWrapper
 
getMethodArgumentTypes(Method, ClassTypeLoader) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
Returns an array of MetadataType representing each of the given Method's argument types.
getMethodParametersLoader() - Method in class org.mule.runtime.module.extension.internal.loader.java.DefaultJavaModelLoaderDelegate
 
getMethodReturnAttributesType(Method, ClassTypeLoader) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
Returns a MetadataType representing the Result.getAttributes() that will be set after executing the given method.
getMethodReturnType(Method, ClassTypeLoader) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
Returns a MetadataType representing the given Method's return type.
getMethodsAnnotatedWith(Class<?>, Class<? extends Annotation>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
Returns all the methods in the declaringClass which are annotated with annotationType, including those declared in super classes.
getMethodsAnnotatedWith(Class<?>, Class<? extends Annotation>, boolean) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
Returns all the methods in the declaringClass which are annotated with annotationType
getMethodType(Method) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
getModel() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationInstance
getMuleContext() - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
 
getMuleContext() - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
getMuleContext() - Method in interface org.mule.runtime.module.extension.internal.runtime.ExecutionContextAdapter
 
getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ClassLoaderModelProperty
 
getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ConfigTypeModelProperty
getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ConfigurationFactoryModelProperty
getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ConnectionProviderFactoryModelProperty
getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ConnectionTypeModelProperty
getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ConnectivityModelProperty
getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.CraftedExtensionModelProperty
 
getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.DeclaringMemberModelProperty
getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.DefaultEncodingModelProperty
getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ExceptionHandlerModelProperty
getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ExtendingOperationModelProperty
getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.FunctionParameterTypeModelProperty
getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ImplementingMethodModelProperty
getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ImplementingParameterModelProperty
getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ImplementingTypeModelProperty
getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.InterceptorsModelProperty
getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.MetadataResolverFactoryModelProperty
getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.NullSafeModelProperty
getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.oauth.OAuthCallbackValuesModelProperty
getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.OperationExecutorModelProperty
getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ParameterGroupModelProperty
 
getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ParameterResolverTypeModelProperty
getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.QueryParameterModelProperty
getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.RequireNameField
getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.SourceCallbackModelProperty
 
getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.SourceFactoryModelProperty
getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.TypedValueTypeModelProperty
 
getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.TypeRestrictionModelProperty
getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.FieldWrapper
Returns the component's name
getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.MethodWrapper
Returns the component's name
getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ParameterWrapper
Returns the component's name
getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.TypeWrapper
Returns the component's name
getName() - Method in class org.mule.runtime.module.extension.internal.loader.ParameterGroupDescriptor
 
getName() - Method in class org.mule.runtime.module.extension.internal.loader.utils.ParameterDeclarationContext
 
getName() - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionElementDocumentation
 
getName() - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionParameterDocumentation
 
getName() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationInstance
getName() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationProvider
getName() - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceAdapter
 
getNameMap() - Static method in class org.mule.runtime.module.extension.internal.loader.java.type.InfrastructureTypeMapping
 
getOAuthContext(OAuthConfig) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.DefaultExtensionsOAuthManager
getOAuthContext(OAuthConfig) - Method in interface org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ExtensionsOAuthManager
 
getObjectStoreName() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthObjectStoreConfig
 
getObjectType() - Method in class org.mule.runtime.module.extension.internal.loader.java.TypeAwareConfigurationFactory
getOnErrorMethod() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.SourceCallbackModelProperty
 
getOnErrorMethod() - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.SourceElement
 
getOnResponseMethod() - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.SourceElement
 
getOnSuccessMethod() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.SourceCallbackModelProperty
 
getOnTerminateMethod() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.SourceCallbackModelProperty
 
getOnTerminateMethod() - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.SourceElement
 
getOperationContainers() - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.WithOperationContainers
 
getOperationExecutorFactory(OperationModel) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
Tests the given operationModel for a OperationExecutorModelProperty and if present it returns the enclosed OperationExecutorFactory.
getOperationMethods(Class<?>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
getOperations() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ExtensionTypeWrapper
getOperations() - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionDocumentation
 
getOutputAttributesResolver() - Method in class org.mule.runtime.module.extension.internal.metadata.QueryMetadataResolverFactory
getOutputResolver() - Method in class org.mule.runtime.module.extension.internal.metadata.MetadataScopeAdapter
 
getOutputResolver() - Method in class org.mule.runtime.module.extension.internal.metadata.QueryMetadataResolverFactory
getOwnerConfigName() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthConfig
 
getOwnerDescription() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.FieldWrapper
getOwnerDescription() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ParameterWrapper
getParameter() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ImplementingParameterModelProperty
 
getParameter() - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.ParameterElement
 
getParameter() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ParameterWrapper
 
getParameter(String) - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
 
getParameter(String) - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
getParameter(String) - Method in class org.mule.runtime.module.extension.internal.runtime.LazyExecutionContext
getParameterClasses(ExtensionModel, ClassLoader) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
Traverses through all the ParameterModels of the extensionModel and returns the classes that are modeled by each parameter's Typed.getType().
getParameterExtractors() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthConfig
 
getParameterGroups() - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.ParameterizableTypeElement
getParameterGroups() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.MethodWrapper
getParameterGroups() - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.WithParameters
 
getParameters() - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.ParameterizableTypeElement
getParameters() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.MethodWrapper
getParameters() - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.WithParameters
 
getParameters() - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionElementDocumentation
 
getParametersAnnotatedWith(Class<? extends Annotation>) - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.ParameterizableTypeElement
getParametersAnnotatedWith(Class<? extends Annotation>) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.MethodWrapper
getParametersAnnotatedWith(Class<? extends Annotation>) - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.WithParameters
 
getParametersAsHashedResolverSet(ParameterizedModel, MuleContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParametersResolver
Constructs a ResolverSet from the parameters, using ParametersResolver.toValueResolver(Object, Set) to process the values.
getParametersAsHashedResolverSet(ParameterizedModel, List<ParameterModel>, MuleContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParametersResolver
 
getParametersAsResolverSet(ParameterizedModel, MuleContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParametersResolver
Constructs a ResolverSet from the parameters, using ParametersResolver.toValueResolver(Object, Set) to process the values.
getParametersAsResolverSet(MuleContext, ParameterizedModel, List<ParameterGroupModel>) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParametersResolver
Constructs a ResolverSet from the parameters groups, using ParametersResolver.toValueResolver(Object, Set) to process the values.
getParametersAsResolverSet(ParameterizedModel, List<ParameterModel>, MuleContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParametersResolver
 
getParameterValue(String) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.OperationParameterValueResolver
getParameterValue(String) - Method in interface org.mule.runtime.module.extension.internal.runtime.ParameterValueResolver
 
getParameterValueResolver() - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
 
getParameterValueResolver() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessor
 
getParameterValueResolver() - Method in class org.mule.runtime.module.extension.internal.runtime.source.ExtensionMessageSource
 
getParamNames(Method) - Static method in class org.mule.runtime.module.extension.internal.loader.java.MuleExtensionAnnotationParser
 
getProcessingType() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessor
 
getQName(String) - Static method in class org.mule.runtime.module.extension.internal.loader.java.type.InfrastructureTypeMapping
 
getQueryEntityResolver() - Method in class org.mule.runtime.module.extension.internal.metadata.QueryMetadataResolverFactory
getQueryTranslator() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.QueryParameterModelProperty
 
getRefreshToken() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ImmutableAuthorizationCodeState
 
getResolvers() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverSet
 
getResolverSet() - Method in class org.mule.runtime.module.extension.internal.runtime.config.DefaultImplicitConnectionProviderFactory
 
getResolverSet() - Method in interface org.mule.runtime.module.extension.internal.runtime.config.ImplicitConnectionProviderFactory
 
getResolverSet() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ConnectionProviderResolver
getResolverSet() - Method in interface org.mule.runtime.module.extension.internal.runtime.resolver.ConnectionProviderValueResolver
 
getResolverSet() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ImplicitConnectionProviderValueResolver
getResolverSet() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.StaticConnectionProviderResolver
 
getResource(Object) - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransaction
getResourceOwnerId() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.AuthCodeConfig
 
getResourceOwnerId() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ImmutableAuthCodeRequest
 
getResourceOwnerId() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ImmutableAuthorizationCodeState
 
getResourceOwnerId() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthConnectionProviderWrapper
 
getResourceType() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransaction
getReturnType() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.MethodWrapper
getScope() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.AuthCodeConfig
 
getScopes() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ImmutableAuthCodeRequest
 
getSize() - Method in class org.mule.runtime.module.extension.internal.runtime.streaming.PagingProviderProducer
Returns the total amount of available results informed by delegate
getSourceFactory() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.SourceFactoryModelProperty
 
getSourceFactory(SourceModel) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
Tests the given sourceModel for a SourceFactoryModelProperty and if present it returns the enclosed SourceFactory.
getSourceName(Class<? extends Source>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
getSourceReturnType(Type, ClassTypeLoader) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
Returns the MetadataType for a source's output.
getSources() - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.WithMessageSources
 
getSources() - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionDocumentation
 
getState() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ImmutableAuthCodeRequest
 
getState() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ImmutableAuthorizationCodeState
 
getStatistics() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationInstance
getStoreConfig() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthConfig
 
getStreamingManager() - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
 
getStreamingManager() - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
getStreamingManager() - Method in interface org.mule.runtime.module.extension.internal.runtime.ExecutionContextAdapter
 
getSuperClassGenerics() - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.SourceElement
 
getSuperClassGenerics() - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.WithGenerics
 
getSuperClassGenerics(Class<?>, Class<?>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
getTarget() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessor
 
getTargetObject() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.XAExtensionTransactionalResource
getTimeUnit() - Method in class org.mule.runtime.module.extension.internal.runtime.ImmutableExpirationPolicy
getTransactionalAction() - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceAdapter
 
getTransactionConfig() - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
 
getTransactionConfig() - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
getTransactionConfig() - Method in interface org.mule.runtime.module.extension.internal.runtime.ExecutionContextAdapter
 
getType() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ExtendingOperationModelProperty
 
getType() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ImplementingTypeModelProperty
 
getType() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.TypeRestrictionModelProperty
 
getType() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.FieldWrapper
getType() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ParameterWrapper
getType() - Method in class org.mule.runtime.module.extension.internal.loader.ParameterGroupDescriptor
 
getType() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ImmutableLiteral
getTypeCatalog() - Method in class org.mule.runtime.module.extension.internal.util.NullDslResolvingContext
 
getValue() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationInstance
getValueResolvers() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.MapValueResolver
 
getVariable(String) - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
 
getVariable(String) - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
Returns the value associated with the key
getVariable(String) - Method in interface org.mule.runtime.module.extension.internal.runtime.ExecutionContextAdapter
Returns the value associated with the key
GroupValueSetter - Class in org.mule.runtime.module.extension.internal.util
An implementation of ValueSetter for parameter groups.
GroupValueSetter(ParameterGroupDescriptor) - Constructor for class org.mule.runtime.module.extension.internal.util.GroupValueSetter
Creates a new instance that can set values defined in the given group

H

handleThrowable(Throwable) - Method in class org.mule.runtime.module.extension.internal.runtime.exception.ExceptionHandlerManager
Given a Throwable instance this method will get the specific failure reason.
hasAnyDynamic(Iterable<ValueResolver<T>>) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
Returns true if any of the items in resolvers return true for the ValueResolver.isDynamic() method
hasAttributesResolver() - Method in class org.mule.runtime.module.extension.internal.metadata.MetadataScopeAdapter
 
hasDefaultConstructor(Class<?>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
hashCode() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.FieldWrapper
 
hashCode() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.MethodWrapper
 
hashCode() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.HashedResolverSetResult
A hashCode calculated based on the results
hashCode() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverSetResult
 
hashCode() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ValueResolvingContext
 
hashCode() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransactionKey
 
HashedResolverSet - Class in org.mule.runtime.module.extension.internal.runtime.resolver
ResolverSet implementation which uses HashedResolverSetResult to storage the resolved values.
HashedResolverSet(MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.HashedResolverSet
 
HashedResolverSetResult - Class in org.mule.runtime.module.extension.internal.runtime.resolver
ResolverSetResult extension which adds the capability of being able to know the hash value of the resolved values.
HashedResolverSetResult.Builder - Class in org.mule.runtime.module.extension.internal.runtime.resolver
A builder for creating instances of HashedResolverSetResult.
hasInputResolvers() - Method in class org.mule.runtime.module.extension.internal.metadata.MetadataScopeAdapter
 
hasOutputResolver() - Method in class org.mule.runtime.module.extension.internal.metadata.MetadataScopeAdapter
 
hasParameter(String) - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
 
hasParameter(String) - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
hasParameter(String) - Method in class org.mule.runtime.module.extension.internal.runtime.LazyExecutionContext
hasResource(Object) - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransaction

I

IllegalComponentException - Exception in org.mule.runtime.module.extension.internal.runtime.exception
A RuntimeException which marks that a selected component is not valid or is misconfigured
IllegalComponentException(String) - Constructor for exception org.mule.runtime.module.extension.internal.runtime.exception.IllegalComponentException
 
IllegalComponentException(String, Throwable) - Constructor for exception org.mule.runtime.module.extension.internal.runtime.exception.IllegalComponentException
 
IllegalOperationException - Exception in org.mule.runtime.module.extension.internal.runtime.operation
A IllegalComponentException which marks that a current operation is not valid or is misconfigured
IllegalOperationException(String) - Constructor for exception org.mule.runtime.module.extension.internal.runtime.operation.IllegalOperationException
 
IllegalOperationException(String, Throwable) - Constructor for exception org.mule.runtime.module.extension.internal.runtime.operation.IllegalOperationException
 
IllegalSourceException - Exception in org.mule.runtime.module.extension.internal.runtime.operation
A IllegalComponentException which marks that a selected Source is not valid or is misconfigured
IllegalSourceException(String) - Constructor for exception org.mule.runtime.module.extension.internal.runtime.operation.IllegalSourceException
 
IllegalSourceException(String, Throwable) - Constructor for exception org.mule.runtime.module.extension.internal.runtime.operation.IllegalSourceException
 
ImmutableAuthCodeRequest - Class in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth
Immutable implementation of AuthCodeRequest
ImmutableAuthCodeRequest(String, String, String, Optional<String>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ImmutableAuthCodeRequest
 
ImmutableAuthorizationCodeState - Class in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth
Immutable implementation of AuthorizationCodeState
ImmutableAuthorizationCodeState(String, String, String, String, String, String, String, Optional<String>, String, String) - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ImmutableAuthorizationCodeState
 
ImmutableExpirationPolicy - Class in org.mule.runtime.module.extension.internal.runtime
A immutable implementation of ExpirationPolicy
ImmutableExpirationPolicy(long, TimeUnit, TimeSupplier) - Constructor for class org.mule.runtime.module.extension.internal.runtime.ImmutableExpirationPolicy
 
ImmutableLiteral<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
Immutable implementation of Literal
ImmutableLiteral(String, Class<T>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ImmutableLiteral
Creates a new instance
ImplementingMethodModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
An immutable model property which indicates that the owning OperationModel was derived from a given ImplementingMethodModelProperty.method
ImplementingMethodModelProperty(Method) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.ImplementingMethodModelProperty
Creates a new instance referencing the given method
ImplementingParameterModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
An immutable model property which indicates that the owning EnrichableModel was derived from a given ImplementingParameterModelProperty.parameter
ImplementingParameterModelProperty(Parameter) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.ImplementingParameterModelProperty
Creates a new instance referencing the given parameter
ImplementingTypeModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
An immutable model property which indicates that the owning EnrichableModel was derived from a given ImplementingTypeModelProperty.type
ImplementingTypeModelProperty(Class<?>) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.ImplementingTypeModelProperty
Creates a new instance referencing the given type
IMPLICIT_ARGUMENT_TYPES - Static variable in interface org.mule.runtime.module.extension.internal.loader.java.type.ExtensionParameter
 
ImplicitConfigurationProviderFactory - Interface in org.mule.runtime.module.extension.internal.runtime.config
Provides implicit configuration providers which are compliant with a ConfigurationModel.
ImplicitConnectionProviderFactory - Interface in org.mule.runtime.module.extension.internal.runtime.config
Creates ConnectionProvider instances which can be implicitly derived from a given ExtensionModel.
ImplicitConnectionProviderValueResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
Uses a ImplicitConnectionProviderFactory to create an implicit ConnectionProvider.
ImplicitConnectionProviderValueResolver(String, ExtensionModel, ConfigurationModel, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ImplicitConnectionProviderValueResolver
 
ImplicitObjectUtils - Class in org.mule.runtime.module.extension.internal.loader.utils
Utilities for creating object with implicit values based on a ParameterizedModel
ImportedTypesDeclarationEnricher - Class in org.mule.runtime.module.extension.internal.loader.enricher
Test the extension type to be annotated with Import, in which case it adds an ImportedTypeModel on the extension level.
ImportedTypesDeclarationEnricher() - Constructor for class org.mule.runtime.module.extension.internal.loader.enricher.ImportedTypesDeclarationEnricher
 
InfrastructureFieldContributor - Class in org.mule.runtime.module.extension.internal.loader.java.contributor
ParameterDeclarerContributor implementation which given a ExtensionParameter which their type is one of the considered as an Infrastructure Type (InfrastructureTypeMapping) changes the ExpressionSupport to ExpressionSupport.NOT_SUPPORTED and adds InfrastructureParameterModelProperty
InfrastructureFieldContributor() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.contributor.InfrastructureFieldContributor
 
InfrastructureTypeMapping - Class in org.mule.runtime.module.extension.internal.loader.java.type
Mapping for types considered of "Infrastructure", of the Class of the infrastructure type and the String name of it.
initialise() - Method in class org.mule.runtime.module.extension.internal.loader.AbstractInterceptable
Propagates this phase to all the AbstractInterceptable.interceptors
initialise() - Method in class org.mule.runtime.module.extension.internal.manager.DefaultExtensionManager
 
initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationInstance
Initialises this instance by Initialising the LifecycleAwareConfigurationInstance.configurationStats Performs dependency injection on the LifecycleAwareConfigurationInstance.value and each item in AbstractInterceptable.getInterceptors() Propagates this lifecycle phase into the the LifecycleAwareConfigurationInstance.value and each item in AbstractInterceptable.getInterceptors()
initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationProvider
Performs dependency injection into all the currently provided configurations, and when needed, fires the Initialisable.initialise() phase on them
initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.DefaultExtensionsOAuthManager
 
initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.InterceptableOperationExecutorWrapper
Performs dependency injection into the InterceptableOperationExecutorWrapper.delegate and the items in the AbstractInterceptable.interceptors list.
initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.ReactiveOperationExecutionWrapper
 
initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.ReflectiveMethodComponentExecutor
 
initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
Makes sure that the operation is valid by invoking ExtensionComponent.validateOperationConfiguration(ConfigurationProvider) and then delegates on ExtensionComponent.doInitialise() for custom initialisation
initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.ResolverSetBasedObjectBuilder
 
initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ReflectiveMethodOperationExecutor
 
initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.CollectionValueResolver
 
initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ConfigOverrideValueResolverWrapper
 
initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ConnectionProviderResolver
 
initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionTypedValueValueResolver
 
initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.MapValueResolver
 
initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.NullSafeValueResolverWrapper
 
initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ObjectBuilderValueResolver
 
initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverSet
 
initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.TypedValueValueResolverWrapper
 
initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.TypeSafeExpressionValueResolver
 
initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.TypeSafeValueResolverWrapper
 
initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceAdapter
 
injectConfigName(EnrichableModel, Object, String) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
 
instantiateObject() - Method in class org.mule.runtime.module.extension.internal.runtime.config.ConfigurationObjectBuilder
Creates a new instance by using the ConfigurationFactory in the ConfigurationFactoryModelProperty
instantiateObject() - Method in class org.mule.runtime.module.extension.internal.runtime.config.ConnectionProviderObjectBuilder
Creates the instances to be produced
instantiateObject() - Method in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.DefaultResolverSetBasedObjectBuilder
 
instantiateObject() - Method in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.ResolverSetBasedObjectBuilder
Creates the instances to be produced
InterceptableOperationExecutorWrapper - Class in org.mule.runtime.module.extension.internal.runtime.execution
Decorates an OperationExecutor adding the behavior defined in AbstractInterceptable.
InterceptableOperationExecutorWrapper(OperationExecutor, List<Interceptor>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.execution.InterceptableOperationExecutorWrapper
Creates a new instance
InterceptorsModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
A model property which allows the enriched component to specify its own set of interceptors through a list of InterceptorFactory
InterceptorsModelProperty(List<InterceptorFactory>) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.InterceptorsModelProperty
Creates a new instance which holds a copy of the given interceptorFactories
IntrospectionUtils - Class in org.mule.runtime.module.extension.internal.util
Set of utility operations to get insights about objects and their components
invalidate(String, String) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.DefaultExtensionsOAuthManager
Invalidates the OAuth information of a particular resourceOwnerId
invalidate(String, String) - Method in interface org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ExtensionsOAuthManager
Invalidates the OAuth information of a particular resourceOwnerId
isAnnotatedWith(Class<? extends Annotation>) - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.WithAnnotations
 
isCustomScope() - Method in class org.mule.runtime.module.extension.internal.metadata.MetadataScopeAdapter
 
isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.config.ConnectionProviderObjectBuilder
Whether any of the registered ValueResolvers are dynamic
isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.config.DefaultImplicitConnectionProviderFactory
Checking if an implicit connection provider is dynamic implies that there is a suitable implicit connection provider for the extension.
isDynamic() - Method in interface org.mule.runtime.module.extension.internal.runtime.config.ImplicitConnectionProviderFactory
 
isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.DefaultObjectBuilder
Whether any of the registered ValueResolvers are dynamic
isDynamic() - Method in interface org.mule.runtime.module.extension.internal.runtime.objectbuilder.ObjectBuilder
Whether any of the registered ValueResolvers are dynamic
isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.ResolverSetBasedObjectBuilder
Whether any of the registered ValueResolvers are dynamic
isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.CollectionValueResolver
 
isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ConfigOverrideValueResolverWrapper
 
isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ConnectionProviderResolver
Returns false if subsequent invocations to ValueResolver.resolve(ValueResolvingContext) will return the same value.
isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionBasedParameterResolverValueResolver
Returns false if subsequent invocations to ValueResolver.resolve(ValueResolvingContext) will return the same value.
isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionValueResolver
 
isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ImplicitConnectionProviderValueResolver
Returns false if subsequent invocations to ValueResolver.resolve(ValueResolvingContext) will return the same value.
isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.MapValueResolver
 
isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.NativeQueryParameterValueResolver
 
isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.NestedProcessorListValueResolver
 
isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.NullSafeValueResolverWrapper
 
isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ObjectBuilderValueResolver
 
isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParameterResolverValueResolverWrapper
 
isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.RegistryLookupValueResolver
 
isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverSet
Whether at least one of the given ValueResolver are dynamic
isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.StaticConnectionProviderResolver
 
isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.StaticLiteralValueResolver
Returns false if subsequent invocations to ValueResolver.resolve(ValueResolvingContext) will return the same value.
isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.StaticValueResolver
 
isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.TypedValueValueResolverWrapper
Returns false if subsequent invocations to ValueResolver.resolve(ValueResolvingContext) will return the same value.
isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.TypeSafeExpressionValueResolver
 
isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.TypeSafeValueResolverWrapper
 
isDynamic() - Method in interface org.mule.runtime.module.extension.internal.runtime.resolver.ValueResolver
Returns false if subsequent invocations to ValueResolver.resolve(ValueResolvingContext) will return the same value.
isExpired(long, TimeUnit) - Method in class org.mule.runtime.module.extension.internal.runtime.ImmutableExpirationPolicy
isInstantiable(MetadataType) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
isInstantiable(Class<?>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
isInstantiable(Class<?>, boolean) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
isLifecycle(Class<?>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
Determines if the given type implements any of the lifecycle annotations
isLiteral(Set<ModelProperty>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
isLiteral(MetadataType) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
isMultiLevelMetadataKeyId(Set<Class<? extends Annotation>>, MetadataType) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
Given a Set of Annotation classes and a MetadataType that describes a component parameter, indicates if the parameter is considered as a multilevel MetadataKeyId
isNullSafe(ParameterModel) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
 
isParameterContainer(Set<Class<? extends Annotation>>, MetadataType) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
Given a Set of annotation classes and a MetadataType of a component parameter, indicates if the parameter is a parameter container.
isParameterResolver(Set<ModelProperty>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
isParameterResolver(MetadataType) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ClassLoaderModelProperty
 
isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ConfigTypeModelProperty
isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ConfigurationFactoryModelProperty
 
isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ConnectionProviderFactoryModelProperty
 
isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ConnectionTypeModelProperty
 
isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ConnectivityModelProperty
isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.CraftedExtensionModelProperty
 
isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.DeclaringMemberModelProperty
isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.DefaultEncodingModelProperty
 
isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ExceptionHandlerModelProperty
 
isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ExtendingOperationModelProperty
isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.FunctionParameterTypeModelProperty
isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ImplementingMethodModelProperty
isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ImplementingParameterModelProperty
isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ImplementingTypeModelProperty
isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.InterceptorsModelProperty
 
isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.MetadataResolverFactoryModelProperty
 
isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.NullSafeModelProperty
 
isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.oauth.OAuthCallbackValuesModelProperty
isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.OperationExecutorModelProperty
 
isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ParameterGroupModelProperty
 
isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ParameterResolverTypeModelProperty
isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.QueryParameterModelProperty
isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.RequireNameField
isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.SourceCallbackModelProperty
 
isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.SourceFactoryModelProperty
 
isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.TypedValueTypeModelProperty
 
isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.TypeRestrictionModelProperty
isRequired() - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.ExtensionParameter
 
isRequired(AccessibleObject) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
isRequired(ParameterModel, boolean) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
isReuseObject() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.XAExtensionTransactionalResource
isTransacted() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransactionFactory
isTransactionResolved() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransactionalResource
 
isTypedValue(Set<ModelProperty>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
isTypedValue(MetadataType) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
isVoid(Method) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
isVoid(ComponentModel) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 

J

JAVA_LOADER_ID - Static variable in class org.mule.runtime.module.extension.internal.loader.java.DefaultJavaExtensionModelLoader
 
JavaConfigurationDeclarationEnricher - Class in org.mule.runtime.module.extension.internal.loader.enricher
DeclarationEnricher implementation that walks through a ExtensionDeclaration and looks for annotated component parameters (Sources and Operations), with Connection and adds a ConnectivityModelProperty or annotated with Config and adds a ConfigTypeModelProperty
JavaConfigurationDeclarationEnricher() - Constructor for class org.mule.runtime.module.extension.internal.loader.enricher.JavaConfigurationDeclarationEnricher
 
JavaExportedTypesDeclarationEnricher - Class in org.mule.runtime.module.extension.internal.loader.enricher
Enriches the delcaration with the types which are manually exported through Export
JavaExportedTypesDeclarationEnricher() - Constructor for class org.mule.runtime.module.extension.internal.loader.enricher.JavaExportedTypesDeclarationEnricher
 
JavaOAuthDeclarationEnricher - Class in org.mule.runtime.module.extension.internal.loader.enricher
Enriches OAuth enabled ConnectionProviderDeclarations with further properties and behaviour which are specific to the Java runtime implementation of the Extensions API
JavaOAuthDeclarationEnricher() - Constructor for class org.mule.runtime.module.extension.internal.loader.enricher.JavaOAuthDeclarationEnricher
 
JavaSubtypesModelValidator - Class in org.mule.runtime.module.extension.internal.loader.validation
ExtensionModelValidator which applies to ExtensionModels.
JavaSubtypesModelValidator() - Constructor for class org.mule.runtime.module.extension.internal.loader.validation.JavaSubtypesModelValidator
 
JavaXmlDeclarationEnricher - Class in org.mule.runtime.module.extension.internal.loader.enricher
Verifies if the extension is annotated with Xml and if so, enriches the ExtensionDeclarer with a XmlDslModel.
JavaXmlDeclarationEnricher() - Constructor for class org.mule.runtime.module.extension.internal.loader.enricher.JavaXmlDeclarationEnricher
 

L

LazyExecutionContext<M extends org.mule.runtime.api.meta.model.ComponentModel> - Class in org.mule.runtime.module.extension.internal.runtime
A lazy version of a ExecutionContext which resolves the values of the parameters of the operation on demand.
LazyExecutionContext(ResolverSet, M, ExtensionModel, ValueResolvingContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.LazyExecutionContext
 
LifecycleAwareConfigurationInstance - Class in org.mule.runtime.module.extension.internal.runtime.config
Implementation of ConfigurationInstance which propagates dependency injection and lifecycle phases into the contained configuration LifecycleAwareConfigurationInstance.value and LifecycleAwareConfigurationInstance.connectionProvider (if present).
LifecycleAwareConfigurationInstance(String, ConfigurationModel, Object, List<Interceptor>, Optional<ConnectionProvider>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationInstance
Creates a new instance
LifecycleAwareConfigurationProvider - Class in org.mule.runtime.module.extension.internal.runtime.config
Base class for implementations of ConfigurationProvider which keep track of the ConfigurationInstance they generate and propagate lifecycle and IoC into them.
LifecycleAwareConfigurationProvider(String, ExtensionModel, ConfigurationModel, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationProvider
 
lifecycleManager - Variable in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationProvider
 
LiteralArgumentResolver<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
ArgumentResolver for parameters which are of Literal type
LiteralArgumentResolver(String, Class<T>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.LiteralArgumentResolver
 
loadExtension(Class<?>) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
 
loadExtension(Class<?>, Map<String, Object>) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
 

M

MapValueResolver<K,V> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
A ValueResolver that takes a list of ValueResolvers and upon invocation of MapValueResolver.resolve(ValueResolvingContext) it return a Map of values with the outcome of each original resolver.
MapValueResolver(Class<? extends Map>, List<ValueResolver<K>>, List<ValueResolver<V>>, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.MapValueResolver
Creates a new instance
MediaTypeArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
An ArgumentResolver which returns the MediaType of the current message
MediaTypeArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.MediaTypeArgumentResolver
 
MetadataComponentModelValidator - Class in org.mule.runtime.module.extension.internal.loader.validation
Validates that all operations which return type is a Object or a Map have defined a OutputTypeResolver.
MetadataComponentModelValidator() - Constructor for class org.mule.runtime.module.extension.internal.loader.validation.MetadataComponentModelValidator
 
MetadataMediator<T extends org.mule.runtime.api.meta.model.ComponentModel> - Class in org.mule.runtime.module.extension.internal.metadata
Resolves a Component's Metadata by coordinating the several moving parts that are affected by the Metadata fetching process, so that such pieces can remain decoupled.
MetadataMediator(T) - Constructor for class org.mule.runtime.module.extension.internal.metadata.MetadataMediator
 
MetadataResolverFactoryModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
A model property which allows the enriched component to specify its own MetadataResolverFactory
MetadataResolverFactoryModelProperty(MetadataResolverFactory) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.MetadataResolverFactoryModelProperty
Creates a new instance
MetadataScopeAdapter - Class in org.mule.runtime.module.extension.internal.metadata
Adapter implementation which expands the MetadataScope to a more descriptive of the developer's metadata declaration for a component
MetadataScopeAdapter(Class<?>, Method, OperationDeclaration) - Constructor for class org.mule.runtime.module.extension.internal.metadata.MetadataScopeAdapter
 
MetadataScopeAdapter(Class<?>, Class<?>) - Constructor for class org.mule.runtime.module.extension.internal.metadata.MetadataScopeAdapter
 
MethodArgumentResolverDelegate - Class in org.mule.runtime.module.extension.internal.runtime.execution
Resolves the values of an ComponentModel's parameterModels by matching them to the arguments in a Method
MethodArgumentResolverDelegate(List<ParameterGroupModel>, Method) - Constructor for class org.mule.runtime.module.extension.internal.runtime.execution.MethodArgumentResolverDelegate
Creates a new instance for the given method
MethodElement - Interface in org.mule.runtime.module.extension.internal.loader.java.type
A contract for an element to be considered as a Method
MethodWrapper - Class in org.mule.runtime.module.extension.internal.loader.java.type.runtime
Wrapper for Method that provide utility methods to facilitate the introspection of a Method
MethodWrapper(Method) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.type.runtime.MethodWrapper
 
MIME_TYPE_PARAMETER_NAME - Static variable in class org.mule.runtime.module.extension.internal.ExtensionProperties
The name of a parameter that allows configuring the mimeType that should be applied
ModelLoaderDelegate - Interface in org.mule.runtime.module.extension.internal.loader.java
Contract for classes that creates an ExtensionDeclarer from a ExtensionLoadingContext.
ModuleErrors - Enum in org.mule.runtime.module.extension.internal.loader.enricher
 
ModuleExceptionHandler - Class in org.mule.runtime.module.extension.internal.runtime.exception
Handler of ModuleExceptions, which given a Throwable checks whether the exceptions is ModuleException, and if is converts it to an TypedException.
ModuleExceptionHandler(ComponentModel, ExtensionModel, ErrorTypeRepository) - Constructor for class org.mule.runtime.module.extension.internal.runtime.exception.ModuleExceptionHandler
 
MULE_EXTENSION_NAME - Static variable in class org.mule.runtime.module.extension.internal.resources.MuleExtensionModelProvider
 
muleContext - Variable in class org.mule.runtime.module.extension.internal.loader.AbstractInterceptable
 
muleContext - Variable in class org.mule.runtime.module.extension.internal.runtime.config.ConnectionProviderObjectBuilder
 
muleContext - Variable in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationProvider
 
muleContext - Variable in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
 
MuleExtensionAnnotationParser - Class in org.mule.runtime.module.extension.internal.loader.java
Utilities for reading annotations as a mean to describe extensions
MuleExtensionAnnotationParser() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.MuleExtensionAnnotationParser
 
MuleExtensionModelProvider - Class in org.mule.runtime.module.extension.internal.resources
Utility class to access the ExtensionModel definition for Mule's Runtime
MuleExtensionModelProvider() - Constructor for class org.mule.runtime.module.extension.internal.resources.MuleExtensionModelProvider
 
MuleExtensionUtils - Class in org.mule.runtime.module.extension.internal.util
Utilities for handling extensions
MuleExtensionUtils() - Constructor for class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
 
MultilevelMetadataKeyBuilder - Class in org.mule.runtime.module.extension.internal.metadata
Extension of MetadataKeyBuilder which adds de capability of create DefaultMetadataKey with a configured partName
MutableConfigurationStats - Interface in org.mule.runtime.module.extension.internal.runtime.config
A specialization of ConfigurationStats which adds behavior to mutate the state of this instance

N

NativeQueryParameterValueResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
ValueResolver implementation which translates DsqlQuerys to queries in the Native Query Language.
NativeQueryParameterValueResolver(String, Class<? extends QueryTranslator>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.NativeQueryParameterValueResolver
 
NestedProcessorListValueResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
An AbstractNestedProcessorValueResolver which wraps the given Event in a List of NestedProcessor.
NestedProcessorListValueResolver(List<Processor>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.NestedProcessorListValueResolver
 
NestedProcessorValueResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
An AbstractNestedProcessorValueResolver which wraps the given Event in a NestedProcessor.
NestedProcessorValueResolver(Processor) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.NestedProcessorValueResolver
 
newBuilder(ExtensionRegistry, MuleContext) - Static method in class org.mule.runtime.module.extension.internal.manager.DefaultConfigurationExpirationMonitor.Builder
Creates a new builder instance
newBuilder() - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.HashedResolverSetResult
 
newBuilder() - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverSetResult
Creates a new ResolverSetResult.Builder instance.
newInstance() - Method in class org.mule.runtime.module.extension.internal.loader.java.TypeAwareConfigurationFactory
Returns a new instance on each invocation
newKey(String, String) - Static method in class org.mule.runtime.module.extension.internal.metadata.MultilevelMetadataKeyBuilder
Creates and returns new instance of a MultilevelMetadataKeyBuilder, to help building a new MetadataKey represented by the given
noClassLoaderException(String) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
Creates an exception that says that no ClassLoader was specified for the extension of the given extensionName
NoConnectivityTest - Interface in org.mule.runtime.module.extension.internal.runtime.connectivity
Marker, private, NON API interface to indicate that the implementing component does not support connectivity testing.
NullDslResolvingContext - Class in org.mule.runtime.module.extension.internal.util
Null implementation of a DslResolvingContext
NullDslResolvingContext() - Constructor for class org.mule.runtime.module.extension.internal.util.NullDslResolvingContext
 
NullExceptionHandler - Class in org.mule.runtime.module.extension.internal.runtime.exception
 
NullExceptionHandler() - Constructor for class org.mule.runtime.module.extension.internal.runtime.exception.NullExceptionHandler
 
NullSafeModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
A ModelProperty intended to be used on parameters to signal that if the parameter is resolved to null, then the runtime should create a default instance, such as described in NullSafe
NullSafeModelProperty(MetadataType) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.NullSafeModelProperty
 
NullSafeModelValidator - Class in org.mule.runtime.module.extension.internal.loader.validation
Validates that all fields of the parameters which are annotated with NullSafe honor that: Both dictionaries and collections cannot specify a particular NullSafe.defaultImplementingType() NullSafe.defaultImplementingType() must be assignable to the field NullSafe cannot be used with basic types reserved name.
NullSafeModelValidator() - Constructor for class org.mule.runtime.module.extension.internal.loader.validation.NullSafeModelValidator
 
NullSafeValueResolverWrapper<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
A ValueResolver wrapper which generates and returns default instances if the NullSafeValueResolverWrapper.delegate returns null.
NullSourceCallbackExecutor - Class in org.mule.runtime.module.extension.internal.runtime.source
Null object implementation of SourceCallbackExecutor
NullSourceCallbackExecutor() - Constructor for class org.mule.runtime.module.extension.internal.runtime.source.NullSourceCallbackExecutor
 
NullSourceCompletionHandler - Class in org.mule.runtime.module.extension.internal.runtime.source
SourceCompletionHandler that does nothing.
NullSourceCompletionHandler() - Constructor for class org.mule.runtime.module.extension.internal.runtime.source.NullSourceCompletionHandler
 

O

OAuthCallbackConfig - Class in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth
Groups the sum of all the parameters that a user configured in order to provision an OAuth access token callback
OAuthCallbackConfig(String, String, String, String) - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthCallbackConfig
 
OAuthCallbackValuesModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property.oauth
A private ModelProperty to be used on OAuth enabled ConnectionProviderModels to indicate which fields are to be used as callback values
OAuthCallbackValuesModelProperty(Map<Field, String>) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.oauth.OAuthCallbackValuesModelProperty
Creates a new instance
OAuthConfig - Class in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth
Groups the sum of all the parameters that a user configured in order to consume an OAuth provider through an extension
OAuthConfig(String, AuthCodeConfig, OAuthCallbackConfig, Optional<OAuthObjectStoreConfig>, AuthorizationCodeGrantType, Map<String, String>, Map<Field, String>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthConfig
 
OAuthConnectionProviderModelValidator - Class in org.mule.runtime.module.extension.internal.loader.validation
Validates that OAuth enabled ConnectionProviders are well formed
OAuthConnectionProviderModelValidator() - Constructor for class org.mule.runtime.module.extension.internal.loader.validation.OAuthConnectionProviderModelValidator
 
OAuthConnectionProviderObjectBuilder<C> - Class in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth
A specialization of DefaultConnectionProviderObjectBuilder to wrap the ConnectionProvider into OAuthConnectionProviderWrapper instances.
OAuthConnectionProviderObjectBuilder(ConnectionProviderModel, ResolverSet, PoolingProfile, boolean, RetryPolicyTemplate, ExtensionsOAuthManager, ConnectionManagerAdapter, ExtensionModel, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthConnectionProviderObjectBuilder
 
OAuthConnectionProviderWrapper<C> - Class in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth
A ReconnectableConnectionProviderWrapper which makes sure that by the time the ConnectionProvider.connect() method is invoked on the delegate, the authorization dance has been completed and the AuthorizationCodeState and OAuthCallbackValue fields have been properly injected
OAuthConnectionProviderWrapper(ConnectionProvider<C>, OAuthConfig, Map<Field, String>, ExtensionsOAuthManager, boolean, RetryPolicyTemplate) - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthConnectionProviderWrapper
 
OAuthObjectStoreConfig - Class in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth
Groups the sum of all the parameters that a user configured in order to specify in which store should the runtime store the ResourceOwnerOAuthContext instances obtained through an extension
OAuthObjectStoreConfig(String) - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthObjectStoreConfig
 
OAuthOperationMessageProcessor - Class in org.mule.runtime.module.extension.internal.runtime.operation
A specialization of OperationMessageProcessor for operations which might be running with an OAuth enabled ConnectionProvider.
OAuthOperationMessageProcessor(ExtensionModel, OperationModel, ConfigurationProvider, String, ResolverSet, CursorProviderFactory, ExtensionManager, PolicyManager, ExtensionsOAuthManager) - Constructor for class org.mule.runtime.module.extension.internal.runtime.operation.OAuthOperationMessageProcessor
 
ObjectBuilder<T> - Interface in org.mule.runtime.module.extension.internal.runtime.objectbuilder
A builder capable of creating instances of a given Class, populating its attributes based on a list of ValueResolvers.
ObjectBuilderValueResolver<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
ObjectBuilderValueResolver(ObjectBuilder<T>, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ObjectBuilderValueResolver
 
ObjectTypeParametersResolver - Interface in org.mule.runtime.module.extension.internal.runtime.resolver
Provides a way to resolve the parameter values of a given ObjectType
of(Class<T>) - Static method in class org.mule.runtime.module.extension.internal.metadata.ResolverSupplier
Creates a new Supplier instance, which will return instances of the given Class.
of(Class<? extends Collection>, List<ValueResolver<T>>) - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.CollectionValueResolver
 
of(ValueResolver<T>, String, MuleContext) - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.ConfigOverrideValueResolverWrapper
Creates a new instance
of(Class<? extends Map>, List<ValueResolver<K>>, List<ValueResolver<V>>, MuleContext) - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.MapValueResolver
 
of(ValueResolver<T>, MetadataType, MuleContext, ObjectTypeParametersResolver) - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.NullSafeValueResolverWrapper
Creates a new instance
onComplete(Runnable) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.DefaultFlowListener
onCompletion(Event, Map<String, Object>) - Method in class org.mule.runtime.module.extension.internal.runtime.source.NullSourceCompletionHandler
 
onCompletion(Event, Map<String, Object>) - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceAdapter.DefaultSourceCompletionHandler
 
onCompletion(Event, Map<String, Object>) - Method in interface org.mule.runtime.module.extension.internal.runtime.source.SourceCompletionHandler
Invoked on successful completion of flow processing.
onError(Consumer<Exception>) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.DefaultFlowListener
onException(Throwable) - Method in class org.mule.runtime.module.extension.internal.runtime.source.ExtensionMessageSource
 
onExpired(BiConsumer<String, ConfigurationInstance>) - Method in class org.mule.runtime.module.extension.internal.manager.DefaultConfigurationExpirationMonitor.Builder
Provides a BiConsumer which receives each expired config instance and provides the behavior of how to expire it.
onFailure(MessagingException, Map<String, Object>) - Method in class org.mule.runtime.module.extension.internal.runtime.source.NullSourceCompletionHandler
 
onFailure(MessagingException, Map<String, Object>) - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceAdapter.DefaultSourceCompletionHandler
 
onFailure(MessagingException, Map<String, Object>) - Method in interface org.mule.runtime.module.extension.internal.runtime.source.SourceCompletionHandler
Invoked when a failure occurs during the flow processing
onSuccess(Consumer<Message>) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.DefaultFlowListener
onTerminate(Either<MessagingException, Event>) - Method in class org.mule.runtime.module.extension.internal.runtime.source.NullSourceCompletionHandler
 
onTerminate(Either<MessagingException, Event>) - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceAdapter.DefaultSourceCompletionHandler
 
onTerminate(Either<MessagingException, Event>) - Method in interface org.mule.runtime.module.extension.internal.runtime.source.SourceCompletionHandler
 
OperationArgumentResolverFactory - Interface in org.mule.runtime.module.extension.internal.runtime.execution
Implementations provide a Function to get the parameters that will be passed to an operation from an OperationModel.
OperationContainerElement - Interface in org.mule.runtime.module.extension.internal.loader.java.type
A contract for a element from which operation container can be derived
OperationExecutorFactoryWrapper - Class in org.mule.runtime.module.extension.internal.runtime.execution
Decorates a OperationExecutorFactory so that the instances that it generates are also decorated through a InterceptableOperationExecutorWrapper, so that the items in the OperationExecutorFactoryWrapper.interceptors list can apply.
OperationExecutorFactoryWrapper(OperationExecutorFactory, List<Interceptor>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.execution.OperationExecutorFactoryWrapper
Creates a new instance
OperationExecutorModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
A ModelProperty meant to be used on operation models, which provides access to a OperationExecutorFactory used to execute such operation
OperationExecutorModelProperty(OperationExecutorFactory) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.OperationExecutorModelProperty
Creates a new instance
OperationMessageProcessor - Class in org.mule.runtime.module.extension.internal.runtime.operation
A Processor capable of executing extension operations.
OperationMessageProcessor(ExtensionModel, OperationModel, ConfigurationProvider, String, ResolverSet, CursorProviderFactory, ExtensionManager, PolicyManager) - Constructor for class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessor
 
OperationMessageProcessorBuilder - Class in org.mule.runtime.module.extension.internal.runtime.operation
 
OperationMessageProcessorBuilder(ExtensionModel, OperationModel, PolicyManager, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessorBuilder
 
OperationParametersTypeModelValidator - Class in org.mule.runtime.module.extension.internal.loader.validation
Validates that all operations parameters are from a valid type.
OperationParametersTypeModelValidator() - Constructor for class org.mule.runtime.module.extension.internal.loader.validation.OperationParametersTypeModelValidator
 
OperationParameterValueResolver - Class in org.mule.runtime.module.extension.internal.runtime.operation
OperationParameterValueResolver(ExecutionContext<OperationModel>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.operation.OperationParameterValueResolver
 
OperationReturnTypeModelValidator - Class in org.mule.runtime.module.extension.internal.loader.validation
Validates that all operations specify a valid return type.
OperationReturnTypeModelValidator() - Constructor for class org.mule.runtime.module.extension.internal.loader.validation.OperationReturnTypeModelValidator
 
org.mule.runtime.module.extension.internal - package org.mule.runtime.module.extension.internal
 
org.mule.runtime.module.extension.internal.config - package org.mule.runtime.module.extension.internal.config
 
org.mule.runtime.module.extension.internal.loader - package org.mule.runtime.module.extension.internal.loader
 
org.mule.runtime.module.extension.internal.loader.enricher - package org.mule.runtime.module.extension.internal.loader.enricher
 
org.mule.runtime.module.extension.internal.loader.java - package org.mule.runtime.module.extension.internal.loader.java
 
org.mule.runtime.module.extension.internal.loader.java.contributor - package org.mule.runtime.module.extension.internal.loader.java.contributor
 
org.mule.runtime.module.extension.internal.loader.java.property - package org.mule.runtime.module.extension.internal.loader.java.property
 
org.mule.runtime.module.extension.internal.loader.java.property.oauth - package org.mule.runtime.module.extension.internal.loader.java.property.oauth
 
org.mule.runtime.module.extension.internal.loader.java.type - package org.mule.runtime.module.extension.internal.loader.java.type
 
org.mule.runtime.module.extension.internal.loader.java.type.runtime - package org.mule.runtime.module.extension.internal.loader.java.type.runtime
 
org.mule.runtime.module.extension.internal.loader.utils - package org.mule.runtime.module.extension.internal.loader.utils
 
org.mule.runtime.module.extension.internal.loader.validation - package org.mule.runtime.module.extension.internal.loader.validation
 
org.mule.runtime.module.extension.internal.manager - package org.mule.runtime.module.extension.internal.manager
 
org.mule.runtime.module.extension.internal.metadata - package org.mule.runtime.module.extension.internal.metadata
 
org.mule.runtime.module.extension.internal.resources - package org.mule.runtime.module.extension.internal.resources
 
org.mule.runtime.module.extension.internal.resources.documentation - package org.mule.runtime.module.extension.internal.resources.documentation
 
org.mule.runtime.module.extension.internal.resources.manifest - package org.mule.runtime.module.extension.internal.resources.manifest
 
org.mule.runtime.module.extension.internal.runtime - package org.mule.runtime.module.extension.internal.runtime
 
org.mule.runtime.module.extension.internal.runtime.client - package org.mule.runtime.module.extension.internal.runtime.client
 
org.mule.runtime.module.extension.internal.runtime.config - package org.mule.runtime.module.extension.internal.runtime.config
 
org.mule.runtime.module.extension.internal.runtime.connectivity - package org.mule.runtime.module.extension.internal.runtime.connectivity
 
org.mule.runtime.module.extension.internal.runtime.connectivity.oauth - package org.mule.runtime.module.extension.internal.runtime.connectivity.oauth
 
org.mule.runtime.module.extension.internal.runtime.exception - package org.mule.runtime.module.extension.internal.runtime.exception
 
org.mule.runtime.module.extension.internal.runtime.execution - package org.mule.runtime.module.extension.internal.runtime.execution
 
org.mule.runtime.module.extension.internal.runtime.objectbuilder - package org.mule.runtime.module.extension.internal.runtime.objectbuilder
 
org.mule.runtime.module.extension.internal.runtime.operation - package org.mule.runtime.module.extension.internal.runtime.operation
 
org.mule.runtime.module.extension.internal.runtime.resolver - package org.mule.runtime.module.extension.internal.runtime.resolver
 
org.mule.runtime.module.extension.internal.runtime.security - package org.mule.runtime.module.extension.internal.runtime.security
 
org.mule.runtime.module.extension.internal.runtime.source - package org.mule.runtime.module.extension.internal.runtime.source
 
org.mule.runtime.module.extension.internal.runtime.streaming - package org.mule.runtime.module.extension.internal.runtime.streaming
 
org.mule.runtime.module.extension.internal.runtime.transaction - package org.mule.runtime.module.extension.internal.runtime.transaction
 
org.mule.runtime.module.extension.internal.tooling - package org.mule.runtime.module.extension.internal.tooling
 
org.mule.runtime.module.extension.internal.util - package org.mule.runtime.module.extension.internal.util
 
ownerConfigName - Variable in class org.mule.runtime.module.extension.internal.runtime.config.ConnectionProviderObjectBuilder
 

P

PagedOperationMessageProcessor - Class in org.mule.runtime.module.extension.internal.runtime.operation
A specialization of OperationMessageProcessor which supports auto paging by the means of a ConsumerStreamingIterator
PagedOperationMessageProcessor(ExtensionModel, OperationModel, ConfigurationProvider, String, ResolverSet, CursorProviderFactory, ExtensionManager, PolicyManager, ExtensionConnectionSupplier) - Constructor for class org.mule.runtime.module.extension.internal.runtime.operation.PagedOperationMessageProcessor
 
PagingProviderProducer<T> - Class in org.mule.runtime.module.extension.internal.runtime.streaming
Implementation of Producer that uses an instance of PagingProvider to get its results.
PagingProviderProducer(PagingProvider<Object, T>, ConfigurationInstance, ExecutionContextAdapter, ExtensionConnectionSupplier) - Constructor for class org.mule.runtime.module.extension.internal.runtime.streaming.PagingProviderProducer
 
ParameterDeclarationContext - Class in org.mule.runtime.module.extension.internal.loader.utils
Utility class for parameter declaration to be able to give metadata of from which component this parameter is part of.
ParameterDeclarationContext(String, NamedDeclaration) - Constructor for class org.mule.runtime.module.extension.internal.loader.utils.ParameterDeclarationContext
 
ParameterDeclarerContributor - Interface in org.mule.runtime.module.extension.internal.loader.java.contributor
Contract for parameter declarer contributors, this contributors are injected in the declaration of ParameterModels to be able to enrich the models in declaring time.
ParameterElement - Interface in org.mule.runtime.module.extension.internal.loader.java.type
A contract for an element from which a parameter can be derived
ParameterGroupArgumentResolver<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
 
ParameterGroupArgumentResolver(ParameterGroupDescriptor) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ParameterGroupArgumentResolver
 
ParameterGroupDescriptor - Class in org.mule.runtime.module.extension.internal.loader
Describes the the class in which a parameter group is being implemented and the element which contains it
ParameterGroupDescriptor(String, Type, MetadataType, AnnotatedElement) - Constructor for class org.mule.runtime.module.extension.internal.loader.ParameterGroupDescriptor
 
ParameterGroupDescriptor(String, Type) - Constructor for class org.mule.runtime.module.extension.internal.loader.ParameterGroupDescriptor
 
ParameterGroupModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
 
ParameterGroupModelProperty(ParameterGroupDescriptor) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.ParameterGroupModelProperty
 
ParameterGroupModelValidator - Class in org.mule.runtime.module.extension.internal.loader.validation
Validates that the classes through which parameter groups are implemented are valid
ParameterGroupModelValidator() - Constructor for class org.mule.runtime.module.extension.internal.loader.validation.ParameterGroupModelValidator
 
ParameterGroupObjectBuilder<T> - Class in org.mule.runtime.module.extension.internal.runtime.objectbuilder
An ObjectBuilder used to build pojos which are used with the ParameterGroup annotation.
ParameterGroupObjectBuilder(ParameterGroupDescriptor) - Constructor for class org.mule.runtime.module.extension.internal.runtime.objectbuilder.ParameterGroupObjectBuilder
Create a new instance
ParameterizableTypeElement - Interface in org.mule.runtime.module.extension.internal.loader.java.type
A generic contract for any kind of component that is based in a Class and can define parameters
ParameterizableTypeWrapper - Class in org.mule.runtime.module.extension.internal.loader.java.type.runtime
Wrapper for any kind of class that can define parameters
ParameterizableTypeWrapper(Class) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ParameterizableTypeWrapper
 
ParameterLayoutOrderDeclarationEnricher - Class in org.mule.runtime.module.extension.internal.loader.enricher
DeclarationEnricher which walks through all the ParameterDeclaration of the entire extension and populates them with the correspondent order.
ParameterLayoutOrderDeclarationEnricher() - Constructor for class org.mule.runtime.module.extension.internal.loader.enricher.ParameterLayoutOrderDeclarationEnricher
 
ParameterModelsLoaderDelegate - Class in org.mule.runtime.module.extension.internal.loader.java
 
ParameterModelsLoaderDelegate(List<ParameterDeclarerContributor>, ClassTypeLoader) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.ParameterModelsLoaderDelegate
 
ParameterResolverArgumentResolver<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
ArgumentResolver for the parameters that are of ParameterResolver type.
ParameterResolverArgumentResolver(String) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ParameterResolverArgumentResolver
 
ParameterResolverTypeModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
Marker ModelProperty for ParameterModels that indicates that the enriched parameter is of ParameterResolver type and resolve values of the generic type.
ParameterResolverTypeModelProperty() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.ParameterResolverTypeModelProperty
 
ParameterResolverValueResolverWrapper<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
ValueResolver implementation for ParameterResolver that are not resolved from an expression.
ParameterResolverValueResolverWrapper(ValueResolver) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ParameterResolverValueResolverWrapper
 
ParametersResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
Contains behavior to obtain a ResolverSet for a set of parameters values and a ParameterizedModel.
ParameterTypeModelValidator - Class in org.mule.runtime.module.extension.internal.loader.validation
Validates that the parameter types are valid
ParameterTypeModelValidator() - Constructor for class org.mule.runtime.module.extension.internal.loader.validation.ParameterTypeModelValidator
 
ParameterTypeUnwrapperContributor - Class in org.mule.runtime.module.extension.internal.loader.java.contributor
ParameterDeclarerContributor implementation which given a ExtensionParameter of this#classToUnwrap type, replaces the parameter type with the generic type of it and adds a the given this#modelProperty to communicate the change.
ParameterTypeUnwrapperContributor(ClassTypeLoader, Class, ModelProperty) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.contributor.ParameterTypeUnwrapperContributor
 
ParameterValueResolver - Interface in org.mule.runtime.module.extension.internal.runtime
Contract for extension components that knows how to resolve parameter values
ParameterWrapper - Class in org.mule.runtime.module.extension.internal.loader.java.type.runtime
Wrapper for Parameter that provide utility methods to facilitate the introspection of a Parameter
ParameterWrapper(Method, int) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ParameterWrapper
 
parseLayoutAnnotations(AnnotatedElement) - Static method in class org.mule.runtime.module.extension.internal.loader.java.MuleExtensionAnnotationParser
 
parseLayoutAnnotations(WithAnnotations) - Static method in class org.mule.runtime.module.extension.internal.loader.java.MuleExtensionAnnotationParser
 
parseLayoutAnnotations(WithAnnotations, LayoutModel.LayoutModelBuilder) - Static method in class org.mule.runtime.module.extension.internal.loader.java.MuleExtensionAnnotationParser
 
parseLayoutAnnotations(AnnotatedElement, LayoutModel.LayoutModelBuilder) - Static method in class org.mule.runtime.module.extension.internal.loader.java.MuleExtensionAnnotationParser
 
parseRepeatableAnnotation(Class<?>, Class<T>, Function<Annotation, T[]>) - Static method in class org.mule.runtime.module.extension.internal.loader.java.MuleExtensionAnnotationParser
 
poolingProfile - Variable in class org.mule.runtime.module.extension.internal.runtime.config.ConnectionProviderObjectBuilder
 
process(Throwable) - Method in class org.mule.runtime.module.extension.internal.runtime.exception.ExceptionHandlerManager
Process the Throwable parameter to obtain the correct failure and if its an exception this method will enrich it with the obtained ExceptionHandler for this manager instance.
process(Event) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessor
 
processException(Throwable) - Method in class org.mule.runtime.module.extension.internal.runtime.exception.ModuleExceptionHandler
Process a given Throwable, if this one is a ModuleException, a TypedException will be built and returned.
produce() - Method in class org.mule.runtime.module.extension.internal.runtime.streaming.PagingProviderProducer
Asks the delegate for the next page
providerModel - Variable in class org.mule.runtime.module.extension.internal.runtime.config.ConnectionProviderObjectBuilder
 

Q

QueryMetadataResolverFactory - Class in org.mule.runtime.module.extension.internal.metadata
A MetadataResolverFactory implementation for Query operations, it provides initialized instances of OutputTypeResolver and QueryEntityResolver.
QueryMetadataResolverFactory(Class<? extends OutputTypeResolver>, Class<? extends QueryEntityResolver>) - Constructor for class org.mule.runtime.module.extension.internal.metadata.QueryMetadataResolverFactory
 
QueryParameterModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
A ModelProperty for a OperationModel parameter that indicates that the parameter it's a Query.
QueryParameterModelProperty(Class<? extends QueryTranslator>) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.QueryParameterModelProperty
Creates a new instance.

R

ReactiveOperationExecutionWrapper - Class in org.mule.runtime.module.extension.internal.runtime.execution
Decorates an OperationExecutor adding the necessary logic to execute non blocking operations.
ReactiveOperationExecutionWrapper(OperationExecutor) - Constructor for class org.mule.runtime.module.extension.internal.runtime.execution.ReactiveOperationExecutionWrapper
 
ReflectiveMethodComponentExecutor<M extends org.mule.runtime.api.meta.model.ComponentModel> - Class in org.mule.runtime.module.extension.internal.runtime.execution
Executes a task associated to a ExecutionContext by invoking a given Method
ReflectiveMethodComponentExecutor(List<ParameterGroupModel>, Method, Object) - Constructor for class org.mule.runtime.module.extension.internal.runtime.execution.ReflectiveMethodComponentExecutor
 
ReflectiveMethodOperationExecutor - Class in org.mule.runtime.module.extension.internal.runtime.operation
Implementation of OperationExecutor which works by using reflection to invoke a method from a class.
ReflectiveMethodOperationExecutor(OperationModel, Method, Object) - Constructor for class org.mule.runtime.module.extension.internal.runtime.operation.ReflectiveMethodOperationExecutor
 
ReflectiveOperationExecutorFactory<T> - Class in org.mule.runtime.module.extension.internal.runtime.execution
An implementation of OperationExecutorFactory which produces instances of ReflectiveMethodOperationExecutor.
ReflectiveOperationExecutorFactory(Class<T>, Method) - Constructor for class org.mule.runtime.module.extension.internal.runtime.execution.ReflectiveOperationExecutorFactory
 
refreshToken(String, String, OAuthConnectionProviderWrapper) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.DefaultExtensionsOAuthManager
Performs the refresh token flow
refreshToken(String, String, OAuthConnectionProviderWrapper) - Method in interface org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ExtensionsOAuthManager
Performs the refresh token flow
register(OAuthConfig) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.DefaultExtensionsOAuthManager
Becomes aware of the given config and makes sure that the access token callback and authorization endpoints are provisioned.
register(OAuthConfig) - Method in interface org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ExtensionsOAuthManager
Becomes aware of the given config and makes sure that the access token callback and authorization endpoints are provisioned.
registerConfiguration(ConfigurationInstance) - Method in class org.mule.runtime.module.extension.internal.runtime.config.DynamicConfigurationProvider
 
registerConfiguration(ConfigurationInstance) - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationProvider
Implementations are to invoke this method everytime they create a new ConfigurationInstance so that they're kept track of and the lifecycle can be propagated
registerConfigurationProvider(ConfigurationProvider) - Method in class org.mule.runtime.module.extension.internal.manager.DefaultExtensionManager
registerExtension(ExtensionModel) - Method in class org.mule.runtime.module.extension.internal.manager.DefaultExtensionManager
RegistryLookupValueResolver<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
Implementation of ValueResolver which accesses the mule registry and returns the value associated with RegistryLookupValueResolver.key.
RegistryLookupValueResolver(String) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.RegistryLookupValueResolver
Construct a new instance and set the RegistryLookupValueResolver.key that will be used to access the registry
release() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.TransactionalConnectionHandler
Does nothing since the connection shouldn't be released until the transaction is resolved
removeVariable(String) - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
 
removeVariable(String) - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
Removes the variable value associated with key.
removeVariable(String) - Method in interface org.mule.runtime.module.extension.internal.runtime.ExecutionContextAdapter
Removes the variable value associated with key.
RequireNameField - Class in org.mule.runtime.module.extension.internal.loader.java.property
A custom model property used to indicate that the class implementing a ConfigurationModel has a Field on which the config's name should be injected.
RequireNameField(Field) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.RequireNameField
Creates a new instance
resolve(ExecutionContext, Class<?>[]) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.MethodArgumentResolverDelegate
 
resolve(ValueResolver, ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.DefaultObjectBuilder
 
resolve(ExecutionContext) - Method in interface org.mule.runtime.module.extension.internal.runtime.resolver.ArgumentResolver
Resolves an argument's value from the given executionContext
resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ByParameterNameArgumentResolver
Resolves an argument's value from the given executionContext
resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.CollectionValueResolver
Passes the given event to each resolvers and outputs a collection of type collectionType with each result
resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.CompletionCallbackArgumentResolver
 
resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ConfigOverrideValueResolverWrapper
 
resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ConfigurationArgumentResolver
 
resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ConnectionArgumentResolver
Returns the connection previously set on the executionContext under the key ExtensionProperties.CONNECTION_PARAM
resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ConnectionProviderResolver
Resolves a value from the given event
resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ErrorArgumentResolver
 
resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionBasedParameterResolverValueResolver
Resolves a value from the given event
resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionTypedValueValueResolver
 
resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionValueResolver
 
resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.FlowListenerArgumentResolver
 
resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ImplicitConnectionProviderValueResolver
 
resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.LiteralArgumentResolver
Resolves an argument's value from the given executionContext
resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.MapValueResolver
Passes the given context to each resolvers and outputs a map of type mapType with each result
resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.MediaTypeArgumentResolver
 
resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.NativeQueryParameterValueResolver
Resolves a value from the given event
resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.NestedProcessorListValueResolver
 
resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.NestedProcessorValueResolver
Returns a NestedProcessor that wraps the event
resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.NullSafeValueResolverWrapper
 
resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ObjectBuilderValueResolver
Delegates to builder
resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParameterGroupArgumentResolver
Resolves an argument's value from the given executionContext
resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParameterResolverArgumentResolver
Resolves an argument's value from the given executionContext
resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParameterResolverValueResolverWrapper
Resolves the value of this#resolver using the given Event and wraps it into a StaticParameterResolver
resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.RegistryLookupValueResolver
Returns the registry value associated with RegistryLookupValueResolver.key
resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverSet
Evaluates all the added ValueResolvers and returns the results into a ResolverSetResult
resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.SecurityContextHandlerArgumentResolver
 
resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.SourceCallbackContextArgumentResolver
 
resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.SourceCompletionCallbackArgumentResolver
 
resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.SourceResultArgumentResolver
 
resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.StaticConnectionProviderResolver
 
resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.StaticLiteralValueResolver
Resolves a value from the given event
resolve() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.StaticParameterResolver
resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.StaticValueResolver
Resolves a value from the given event
resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.StreamingHelperArgumentResolver
Resolves an argument's value from the given executionContext
resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.TypedValueArgumentResolver
Resolves an argument's value from the given executionContext
resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.TypedValueValueResolverWrapper
Resolves the value of this#resolver using the given Event and returns the correspondent TypedValue
resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.TypeSafeExpressionValueResolver
 
resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.TypeSafeValueResolverWrapper
 
resolve(ValueResolvingContext) - Method in interface org.mule.runtime.module.extension.internal.runtime.resolver.ValueResolver
Resolves a value from the given event
resolveCursor(Object) - Method in class org.mule.runtime.module.extension.internal.runtime.streaming.DefaultStreamingHelper
resolveCursorProvider(Object) - Method in class org.mule.runtime.module.extension.internal.runtime.streaming.DefaultStreamingHelper
resolveCursorProviders(Map<K, Object>, boolean) - Method in class org.mule.runtime.module.extension.internal.runtime.streaming.DefaultStreamingHelper
resolveCursors(Map<K, Object>, boolean) - Method in class org.mule.runtime.module.extension.internal.runtime.streaming.DefaultStreamingHelper
resolveParameterGroups(ObjectType, DefaultObjectBuilder) - Method in interface org.mule.runtime.module.extension.internal.runtime.resolver.ObjectTypeParametersResolver
Adds the required ValueResolvers for the object parameters groups into the builder
resolveParameterGroups(ObjectType, DefaultObjectBuilder) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParametersResolver
Adds the required ValueResolvers for the object parameters groups into the builder
resolveParameters(Event) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessor
 
resolveParameters(ObjectType, DefaultObjectBuilder) - Method in interface org.mule.runtime.module.extension.internal.runtime.resolver.ObjectTypeParametersResolver
Adds the required ValueResolvers for the object parameters into the builder
resolveParameters(ObjectType, DefaultObjectBuilder) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParametersResolver
Adds the required ValueResolvers for the object parameters into the builder
resolverSet - Variable in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.ResolverSetBasedObjectBuilder
 
ResolverSet - Class in org.mule.runtime.module.extension.internal.runtime.resolver
A ValueResolver which is based on associating a set of keys -> ValueResolver pairs.
ResolverSet(MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverSet
 
ResolverSetBasedObjectBuilder<T> - Class in org.mule.runtime.module.extension.internal.runtime.objectbuilder
Base implementation of an ObjectBuilder which generates object based on an EnrichableModel for with parameter groups have been defined based on a ParameterGroupModelProperty
ResolverSetBasedObjectBuilder(Class<?>, ResolverSet) - Constructor for class org.mule.runtime.module.extension.internal.runtime.objectbuilder.ResolverSetBasedObjectBuilder
 
ResolverSetBasedObjectBuilder(Class<?>, ParameterizedModel, ResolverSet) - Constructor for class org.mule.runtime.module.extension.internal.runtime.objectbuilder.ResolverSetBasedObjectBuilder
 
ResolverSetResult - Class in org.mule.runtime.module.extension.internal.runtime.resolver
This class represents the outcome of the evaluation of a ResolverSet.
ResolverSetResult.Builder - Class in org.mule.runtime.module.extension.internal.runtime.resolver
A builder for creating instances of ResolverSetResult.
ResolverSupplier<T extends org.mule.runtime.api.metadata.resolving.NamedTypeResolver> - Class in org.mule.runtime.module.extension.internal.metadata
Supplier implementation that returns instances of type T from a given Class
ResolverUtils - Class in org.mule.runtime.module.extension.internal.runtime.resolver
Utility class to share common behaviour between resolvers
retryPolicyTemplate - Variable in class org.mule.runtime.module.extension.internal.runtime.config.ConnectionProviderObjectBuilder
 
returnDelegate - Variable in class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessor
 
returnsListOfMessages(ComponentModel) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
 
rollback() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransactionalResource
runEvery(long, TimeUnit) - Method in class org.mule.runtime.module.extension.internal.manager.DefaultConfigurationExpirationMonitor.Builder
Specifies how often should this instance check for expired config instances
runWithMetadataContext(Function<MetadataContext, R>) - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
 

S

SecurityContextHandlerArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
An ArgumentResolver which returns the MediaType of the current message
SecurityContextHandlerArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.SecurityContextHandlerArgumentResolver
 
set(Target, Value) - Method in class org.mule.runtime.module.extension.internal.util.FieldSetter
Sets the value into the target instance
set(Object, ResolverSetResult) - Method in class org.mule.runtime.module.extension.internal.util.GroupValueSetter
 
set(Object, ResolverSetResult) - Method in class org.mule.runtime.module.extension.internal.util.SingleValueSetter
Sets the resolverSetResult value for the SingleValueSetter.parameterName into the Field supplied in the constructor
set(Object, ResolverSetResult) - Method in interface org.mule.runtime.module.extension.internal.util.ValueSetter
Sets on target values contained in result.
setAuthentication(Authentication) - Method in class org.mule.runtime.module.extension.internal.runtime.security.DefaultAuthenticationHandler
setAuthentication(List<String>, Authentication) - Method in class org.mule.runtime.module.extension.internal.runtime.security.DefaultAuthenticationHandler
setConfigs(List<XmlExtensionElementDocumentation>) - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionDocumentation
 
setConfigurationProvider(ConfigurationProvider) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessorBuilder
 
setConnections(List<XmlExtensionElementDocumentation>) - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionDocumentation
 
setCursorProviderFactory(CursorProviderFactory) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessorBuilder
 
setDescription(String) - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionElementDocumentation
 
setDescription(String) - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionParameterDocumentation
 
setDynamicConfigExpirationFrequency(Time) - Method in class org.mule.runtime.module.extension.internal.config.DefaultExtensionConfig
 
setExtendedExpressionManager(ExtendedExpressionManager) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionBasedParameterResolverValueResolver
 
setExtendedExpressionManager(ExtendedExpressionManager) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.TypeSafeExpressionValueResolver
 
setExtension(XmlExtensionElementDocumentation) - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionDocumentation
 
setExtensionModels(Set<ExtensionModel>) - Method in interface org.mule.runtime.module.extension.internal.config.ExtensionBuildingDefinitionProvider
Sets the artifact configured extensions to be used for generating the ComponentBuildingDefinitions for each of the components defined within the extension.
setFlowConstruct(FlowConstruct) - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
 
setFlowConstruct(FlowConstruct) - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceAdapter
 
setListener(Processor) - Method in class org.mule.runtime.module.extension.internal.runtime.source.ExtensionMessageSource
 
setMuleContext(MuleContext) - Method in class org.mule.runtime.module.extension.internal.manager.DefaultExtensionManager
 
setMuleContext(MuleContext) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.ReactiveOperationExecutionWrapper
 
setMuleContext(MuleContext) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.ReflectiveMethodComponentExecutor
 
setMuleContext(MuleContext) - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
 
setMuleContext(MuleContext) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ReflectiveMethodOperationExecutor
 
setMuleContext(MuleContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.NestedProcessorValueResolver
 
setMuleContext(MuleContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.RegistryLookupValueResolver
 
setMuleContext(MuleContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.TypedValueValueResolverWrapper
 
setName(String) - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionElementDocumentation
 
setName(String) - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionParameterDocumentation
 
setOperation(List<XmlExtensionElementDocumentation>) - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionDocumentation
 
setOwnerConfigName(String) - Method in class org.mule.runtime.module.extension.internal.runtime.config.ConnectionProviderObjectBuilder
 
setOwnerConfigName(String) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ConnectionProviderResolver
 
setParameters(List<XmlExtensionParameterDocumentation>) - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionElementDocumentation
 
setParameters(Map<String, ?>) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessorBuilder
 
setReuseObject(boolean) - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.XAExtensionTransactionalResource
setSources(List<XmlExtensionElementDocumentation>) - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionDocumentation
 
setTarget(String) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessorBuilder
 
settersFor(ParameterizedModel) - Static method in class org.mule.runtime.module.extension.internal.util.GroupValueSetter
Returns a List containing one ValueSetter instance per each ParameterGroupDescriptor defined in the ParameterGroupModelProperty extracted from the given model.
setTransformationService(TransformationService) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionBasedParameterResolverValueResolver
 
setTransformationService(TransformationService) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionTypedValueValueResolver
 
setTransformationService(TransformationService) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.TypeSafeExpressionValueResolver
 
setTransformationService(TransformationService) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.TypeSafeValueResolverWrapper
 
setVariable(String, Object) - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
 
setVariable(String, Object) - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
Sets a variable of the given key and value.
setVariable(String, Object) - Method in interface org.mule.runtime.module.extension.internal.runtime.ExecutionContextAdapter
Sets a variable of the given key and value.
shouldBeAdvertised() - Method in interface org.mule.runtime.module.extension.internal.loader.java.type.ExtensionParameter
 
SingleValueSetter - Class in org.mule.runtime.module.extension.internal.util
An implementation of ValueSetter for assigning the value of a single, non grouped ParameterModel

For performance reasons, it caches the setter to be used

SingleValueSetter(String, Field) - Constructor for class org.mule.runtime.module.extension.internal.util.SingleValueSetter
 
SOURCE_CALLBACK_CONTEXT_PARAM - Static variable in class org.mule.runtime.module.extension.internal.ExtensionProperties
The key of an execution context variable on which a SourceCallbackContext was set
SOURCE_COMPLETION_CALLBACK_PARAM - Static variable in class org.mule.runtime.module.extension.internal.ExtensionProperties
The key of an execution context variable on which a SourceCompletionCallback was set
SourceAdapter - Class in org.mule.runtime.module.extension.internal.runtime.source
An adapter for Source which acts as a bridge with ExtensionMessageSource.
SourceAdapter(ExtensionModel, SourceModel, Source, Optional<ConfigurationInstance>, CursorProviderFactory, SourceCallbackFactory, ResolverSet, ResolverSet, ResolverSet, ResolverSet) - Constructor for class org.mule.runtime.module.extension.internal.runtime.source.SourceAdapter
 
SourceAdapter.DefaultSourceCompletionHandler - Class in org.mule.runtime.module.extension.internal.runtime.source
 
SourceAdapterFactory - Interface in org.mule.runtime.module.extension.internal.runtime.source
A factory for SourceAdapter instances
SourceCallbackContextArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
An ArgumentResolver which returns a SourceCallbackContext registered as an ExecutionContext variable under the key ExtensionProperties.SOURCE_CALLBACK_CONTEXT_PARAM.
SourceCallbackContextArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.SourceCallbackContextArgumentResolver
 
SourceCallbackFactory - Interface in org.mule.runtime.module.extension.internal.runtime.source
A factory to create SourceCallback instances
SourceCallbackModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
A ModelProperty to be used in SourceModel instances, which indicates that the source is listening for responses on the indicated methods.
SourceCallbackModelProperty(Optional<Method>, Optional<Method>, Optional<Method>) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.SourceCallbackModelProperty
Creates a new instance
SourceCompletionCallbackArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
An argument resolver that yields instances of .
SourceCompletionCallbackArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.SourceCompletionCallbackArgumentResolver
 
SourceCompletionHandler - Interface in org.mule.runtime.module.extension.internal.runtime.source
Handles the result of flow processing.
SourceCompletionHandlerFactory - Interface in org.mule.runtime.module.extension.internal.runtime.source
A factory to create a SourceCompletionHandler associated to a SourceCallbackContext
SourceConfigurer - Class in org.mule.runtime.module.extension.internal.runtime.source
Resolves and injects the values of a Source that has fields annotated with Parameter or ParameterGroupDescriptor
SourceConfigurer(SourceModel, ResolverSet, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.source.SourceConfigurer
Create a new instance
SourceElement - Interface in org.mule.runtime.module.extension.internal.loader.java.type
A contract for an element from which a message source can be derived
SourceFactoryModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
A ModelProperty meant to be used on source models, which provides access to a SourceFactory used to create a message source
SourceFactoryModelProperty(SourceFactory) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.SourceFactoryModelProperty
Creates a new instance
SourceResultArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
ArgumentResolver implementation which create instances of SourceResult
SourceResultArgumentResolver(ArgumentResolver<Error>, ArgumentResolver<SourceCallbackContext>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.SourceResultArgumentResolver
 
start() - Method in class org.mule.runtime.module.extension.internal.loader.AbstractInterceptable
Propagates this phase to all the AbstractInterceptable.interceptors
start() - Method in class org.mule.runtime.module.extension.internal.manager.DefaultExtensionManager
start() - Method in class org.mule.runtime.module.extension.internal.runtime.config.DynamicConfigurationProvider
 
start() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationInstance
Propagates this lifecycle phase into the the LifecycleAwareConfigurationInstance.value and each item in AbstractInterceptable.getInterceptors()
start() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationProvider
When needed, fires the Startable.start() phase on the currently provided configurations
start() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.DefaultExtensionsOAuthManager
 
start() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthConnectionProviderObjectBuilder
 
start() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthConnectionProviderWrapper
 
start() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.InterceptableOperationExecutorWrapper
Propagates this lifecycle phase into the items in the AbstractInterceptable.interceptors list and the InterceptableOperationExecutorWrapper.delegate
start() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.ReactiveOperationExecutionWrapper
 
start() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.ReflectiveMethodComponentExecutor
 
start() - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
Delegates into ExtensionComponent.doStart() making sure that it executes using the extension's class loader
start() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ReflectiveMethodOperationExecutor
 
start() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ConnectionProviderResolver
 
start() - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceAdapter
 
startConfig(ConfigurationInstance) - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationProvider
 
StaticConfigurationProvider - Class in org.mule.runtime.module.extension.internal.runtime.config
ConfigurationProvider which provides always the same StaticConfigurationProvider.configuration.
StaticConfigurationProvider(String, ExtensionModel, ConfigurationModel, ConfigurationInstance, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.config.StaticConfigurationProvider
 
StaticConnectionProviderResolver<C> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
An implementation of ConnectionProviderValueResolver that wraps a StaticValueResolver
StaticConnectionProviderResolver(StaticValueResolver<ConnectionProvider<C>>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.StaticConnectionProviderResolver
 
StaticLiteralValueResolver<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
ValueResolver that produces instances of Literal
StaticLiteralValueResolver(String, Class<T>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.StaticLiteralValueResolver
Creates a new instance
StaticParameterResolver<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
ParameterResolver implementation for the parameter values that are resolved statically
StaticParameterResolver(T) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.StaticParameterResolver
 
StaticValueResolver<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
A ValueResolver which always returns the same constant value.
StaticValueResolver(T) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.StaticValueResolver
 
stop() - Method in class org.mule.runtime.module.extension.internal.loader.AbstractInterceptable
Propagates this phase to all the AbstractInterceptable.interceptors.
stop() - Method in class org.mule.runtime.module.extension.internal.manager.DefaultExtensionManager
stop() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationInstance
Propagates this lifecycle phase into the the LifecycleAwareConfigurationInstance.value and each item in AbstractInterceptable.getInterceptors().
stop() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationProvider
When needed, fires the Stoppable.stop() phase on the currently provided configurations
stop() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.DefaultExtensionsOAuthManager
 
stop() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.InterceptableOperationExecutorWrapper
Propagates this lifecycle phase into the items in the AbstractInterceptable.interceptors list and the InterceptableOperationExecutorWrapper.delegate
stop() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.ReactiveOperationExecutionWrapper
 
stop() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.ReflectiveMethodComponentExecutor
 
stop() - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
Delegates into ExtensionComponent.doStop() making sure that it executes using the extension's class loader
stop() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ReflectiveMethodOperationExecutor
 
stop() - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceAdapter
 
stopMonitoring() - Method in interface org.mule.runtime.module.extension.internal.manager.ConfigurationExpirationMonitor
Stops monitoring and disposal of expired configuration instances
stopMonitoring() - Method in class org.mule.runtime.module.extension.internal.manager.DefaultConfigurationExpirationMonitor
Shutdowns the scheduler that executes the expiration tasks.
StreamingHelperArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
An argument resolver which provides instances of StreamingHelper
StreamingHelperArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.StreamingHelperArgumentResolver
 
streamingManager - Variable in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
 
SubTypesDeclarationEnricher - Class in org.mule.runtime.module.extension.internal.loader.enricher
Test the extension type to be annotated with SubTypeMapping, in which case it adds an ImportedTypeModel on the extension level.
SubTypesDeclarationEnricher() - Constructor for class org.mule.runtime.module.extension.internal.loader.enricher.SubTypesDeclarationEnricher
 
supportsOAuth(ExtensionModel) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
Whether at least one ConnectionProviderModel in the given supports OAuth authentication

T

testConnectivity(Object) - Method in class org.mule.runtime.module.extension.internal.tooling.ExtensionConnectivityTestingStrategy
toActionCode(OperationTransactionalAction) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
Converts the given action to its equivalent transactional action as defined in TransactionConfig
toActionCode(SourceTransactionalAction) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
Converts the given action to its equivalent transactional action as defined in TransactionConfig
toDataType(MetadataType) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
Transforms a MetadataType and generates the correspondent DataType
toMap(Annotation[]) - Static method in class org.mule.runtime.module.extension.internal.loader.java.MuleExtensionAnnotationParser
 
TooManyConfigsException - Exception in org.mule.runtime.module.extension.internal.runtime.exception
Exception to signal that too many configs are eligible for executing a component and thus the user should manually select one
TooManyConfigsException(String, ExtensionModel, ConfigurationModel, int) - Constructor for exception org.mule.runtime.module.extension.internal.runtime.exception.TooManyConfigsException
 
TransactionalConnectionHandler<T extends org.mule.runtime.extension.api.connectivity.TransactionalConnection> - Class in org.mule.runtime.module.extension.internal.runtime.transaction
A ConnectionHandlerAdapter to be used when a TransactionalConnection is participating on a transaction.
TransactionalConnectionHandler(ExtensionTransactionalResource<T>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.transaction.TransactionalConnectionHandler
Creates a new instance
TransactionBindingDelegate - Class in org.mule.runtime.module.extension.internal.runtime.transaction
Binds a connection to a given transaction and returns the ConnectionHandler that has been bound to it.
TransactionBindingDelegate(ExtensionModel, ComponentModel) - Constructor for class org.mule.runtime.module.extension.internal.runtime.transaction.TransactionBindingDelegate
 
TransactionBindingDelegate.ConnectionSupplier<T> - Interface in org.mule.runtime.module.extension.internal.runtime.transaction
 
TransactionSourceBinder - Class in org.mule.runtime.module.extension.internal.runtime.transaction
Helper class in charge of bind the Source connection to the current Transaction, if one is available.
TransactionSourceBinder(ExtensionModel, ComponentModel) - Constructor for class org.mule.runtime.module.extension.internal.runtime.transaction.TransactionSourceBinder
 
transform(Object, DataType, DataType) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.TypeSafeTransformer
Given a value) it will try to transform it to the expected type defined in the {@code expectedDataType}
Type - Interface in org.mule.runtime.module.extension.internal.loader.java.type
A generic contract for any kind of component that is based on a Class
TYPE_PROPERTY_NAME - Static variable in class org.mule.runtime.module.extension.internal.loader.java.AbstractJavaExtensionModelLoader
 
TYPE_PROPERTY_NAME - Static variable in class org.mule.runtime.module.extension.internal.loader.java.CraftedExtensionModelLoader
 
TypeAwareConfigurationFactory - Class in org.mule.runtime.module.extension.internal.loader.java
Implementation of ConfigurationFactory which creates instances based on a given Class which is assumed to have a default and public constructor.
TypeAwareConfigurationFactory(Class<?>, ClassLoader) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.TypeAwareConfigurationFactory
Creates an instance of a given configurationType on each invocation to TypeAwareConfigurationFactory.newInstance().
TypedValueArgumentResolver<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
An implementation of ArgumentResolver which resolves the TypedValue of a parameter
TypedValueArgumentResolver(String) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.TypedValueArgumentResolver
 
TypedValueTypeModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
Marker ModelProperty for components's parameter models that indicates that the enriched parameter is of TypedValue type and resolve values of the generic type.
TypedValueTypeModelProperty() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.TypedValueTypeModelProperty
 
TypedValueValueResolverWrapper<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
ValueResolver implementation for TypedValue that are not resolved from an expression.
TypedValueValueResolverWrapper(ValueResolver) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.TypedValueValueResolverWrapper
 
typeLoader - Variable in class org.mule.runtime.module.extension.internal.loader.java.DefaultJavaModelLoaderDelegate
 
TypeRestrictionModelProperty<T> - Class in org.mule.runtime.module.extension.internal.loader.java.property
A custom model property to link an EnrichableModel to a certain TypeRestrictionModelProperty.type which restricts it somehow.
TypeRestrictionModelProperty(Class<T>) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.TypeRestrictionModelProperty
 
TypeSafeExpressionValueResolver<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
A ValueResolver which evaluates expressions and tries to ensure that the output is always of a certain type.
TypeSafeExpressionValueResolver(String, MetadataType) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.TypeSafeExpressionValueResolver
 
TypeSafeTransformer - Class in org.mule.runtime.module.extension.internal.runtime.resolver
Utility class for ValueResolver to handle transformation of values
TypeSafeTransformer(TransformationService) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.TypeSafeTransformer
 
TypeSafeValueResolverWrapper<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
ValueResolver wrapper implementation which wraps another ValueResolver and ensures that the output is always of a certain type.
TypeSafeValueResolverWrapper(ValueResolver, Class<T>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.TypeSafeValueResolverWrapper
 
TypeWrapper - Class in org.mule.runtime.module.extension.internal.loader.java.type.runtime
Wrapper for Class that provide utility methods to facilitate the introspection of a Class
TypeWrapper(Class<?>) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.type.runtime.TypeWrapper
 

U

UnauthorizeOperationExecutor - Class in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth
Synthetic OperationExecutor which invalidates a given user's OAuth context.
UnauthorizeOperationExecutor() - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.UnauthorizeOperationExecutor
 
unwrapGenericFromClass(Class<?>, ResolvableType, int) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
 
updateAuthState() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthConnectionProviderWrapper
 
updateLastUsed() - Method in interface org.mule.runtime.module.extension.internal.runtime.config.MutableConfigurationStats
Updates the value of ConfigurationStats.getLastUsedMillis()

V

validate(ExtensionModel, ProblemsReporter) - Method in class org.mule.runtime.module.extension.internal.loader.validation.ConfigurationModelValidator
 
validate(ExtensionModel, ProblemsReporter) - Method in class org.mule.runtime.module.extension.internal.loader.validation.ConnectionProviderModelValidator
 
validate(ExtensionModel, ProblemsReporter) - Method in class org.mule.runtime.module.extension.internal.loader.validation.ExportedTypesModelValidator
 
validate(ExtensionModel, ProblemsReporter) - Method in class org.mule.runtime.module.extension.internal.loader.validation.JavaSubtypesModelValidator
 
validate(ExtensionModel, ProblemsReporter) - Method in class org.mule.runtime.module.extension.internal.loader.validation.MetadataComponentModelValidator
 
validate(ExtensionModel, ProblemsReporter) - Method in class org.mule.runtime.module.extension.internal.loader.validation.NullSafeModelValidator
 
validate(ExtensionModel, ProblemsReporter) - Method in class org.mule.runtime.module.extension.internal.loader.validation.OAuthConnectionProviderModelValidator
 
validate(ExtensionModel, ProblemsReporter) - Method in class org.mule.runtime.module.extension.internal.loader.validation.OperationParametersTypeModelValidator
 
validate(ExtensionModel, ProblemsReporter) - Method in class org.mule.runtime.module.extension.internal.loader.validation.OperationReturnTypeModelValidator
 
validate(ExtensionModel, ProblemsReporter) - Method in class org.mule.runtime.module.extension.internal.loader.validation.ParameterGroupModelValidator
 
validate(ExtensionModel, ProblemsReporter) - Method in class org.mule.runtime.module.extension.internal.loader.validation.ParameterTypeModelValidator
 
validateOperationConfiguration(ConfigurationProvider) - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
Validates that the configuration returned by the configurationProvider is compatible with the associated ComponentModel
validateOperationConfiguration(ConfigurationProvider) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessor
Validates that the OperationMessageProcessor.operationModel is valid for the given configurationProvider
validateOperationConfiguration(ConfigurationProvider) - Method in class org.mule.runtime.module.extension.internal.runtime.source.ExtensionMessageSource
Validates if the current source is valid for the set configuration.
valueOf(String) - Static method in enum org.mule.runtime.module.extension.internal.loader.enricher.ModuleErrors
Returns the enum constant of this type with the specified name.
ValueResolver<T> - Interface in org.mule.runtime.module.extension.internal.runtime.resolver
Provides a value which is dependant on a Event
ValueResolvingContext - Class in org.mule.runtime.module.extension.internal.runtime.resolver
Context used to provide all the parameters required for a ValueResolver to produce a result.
ValueResolvingException - Exception in org.mule.runtime.module.extension.internal.runtime
Generic exception for when the resolution of a value fails
ValueResolvingException() - Constructor for exception org.mule.runtime.module.extension.internal.runtime.ValueResolvingException
 
ValueResolvingException(String) - Constructor for exception org.mule.runtime.module.extension.internal.runtime.ValueResolvingException
 
ValueResolvingException(String, Throwable) - Constructor for exception org.mule.runtime.module.extension.internal.runtime.ValueResolvingException
 
values() - Static method in enum org.mule.runtime.module.extension.internal.loader.enricher.ModuleErrors
Returns an array containing the constants of this enum type, in the order they are declared.
ValueSetter - Interface in org.mule.runtime.module.extension.internal.util
A contract for setting values into an object
VERSION - Static variable in class org.mule.runtime.module.extension.internal.loader.java.AbstractJavaExtensionModelLoader
 
version - Variable in class org.mule.runtime.module.extension.internal.loader.java.DefaultJavaModelLoaderDelegate
 

W

WithAlias - Interface in org.mule.runtime.module.extension.internal.loader.java.type
A generic contract for any kind of component that can contain an alias name or description
WithAnnotations - Interface in org.mule.runtime.module.extension.internal.loader.java.type
A generic contract for any kind of component that can be annotated
WithConnectionProviders - Interface in org.mule.runtime.module.extension.internal.loader.java.type
A generic contract for any kind of component from which a connection provider can be derived
WithDeclaringClass - Interface in org.mule.runtime.module.extension.internal.loader.java.type
A generic contract for any kind of component which is derived from a declaration inside a Class
withExtensionClassLoader(ExtensionModel, Callable<T>) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
Executes the given callable using the ClassLoader associated to the extensionModel
WithGenerics - Interface in org.mule.runtime.module.extension.internal.loader.java.type
A generic contract for any kind of component that could contain generic for their extended Super Class or implemented interface
WithMessageSources - Interface in org.mule.runtime.module.extension.internal.loader.java.type
A generic contract for any kind of component from which, a list of message sources can be derived
WithOperationContainers - Interface in org.mule.runtime.module.extension.internal.loader.java.type
A generic contract for any kind of component from which, a list of operation containers can be derived
WithParameters - Interface in org.mule.runtime.module.extension.internal.loader.java.type
A generic contract for any kind of component from which, a list of parameters can be derived
withPassword(char[]) - Method in class org.mule.runtime.module.extension.internal.runtime.security.DefaultCredentialsBuilder
 
withRoles(Object) - Method in class org.mule.runtime.module.extension.internal.runtime.security.DefaultCredentialsBuilder
 
withUsername(String) - Method in class org.mule.runtime.module.extension.internal.runtime.security.DefaultCredentialsBuilder
 
write(GeneratedResource) - Method in class org.mule.runtime.module.extension.internal.resources.AbstractResourcesGenerator
Template method to actually write the given resource to a persistent store

X

XAExtensionTransactionalResource<T extends org.mule.runtime.extension.api.connectivity.XATransactionalConnection> - Class in org.mule.runtime.module.extension.internal.runtime.transaction
Specialization of ExtensionTransactionalResource capable of joining XA transactions.
XAExtensionTransactionalResource(T, ConnectionHandler<T>, Transaction) - Constructor for class org.mule.runtime.module.extension.internal.runtime.transaction.XAExtensionTransactionalResource
XmlExtensionDocumentation - Class in org.mule.runtime.module.extension.internal.resources.documentation
a POJO that represents the extension-descriptions.xml file which contains the necessary annotations and setters necessary to allow JAX-B serialization/deserialization.
XmlExtensionDocumentation() - Constructor for class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionDocumentation
 
XmlExtensionElementDocumentation - Class in org.mule.runtime.module.extension.internal.resources.documentation
a POJO that represents an extension element with parameters and a description.
XmlExtensionElementDocumentation() - Constructor for class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionElementDocumentation
 
XmlExtensionParameterDocumentation - Class in org.mule.runtime.module.extension.internal.resources.documentation
a POJO that represents an extension parameter with a name and a description.
XmlExtensionParameterDocumentation() - Constructor for class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionParameterDocumentation
 
A B C D E F G H I J L M N O P Q R S T U V W X 
Skip navigation links

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