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

A

AbstractAnnotatedObject - Class in org.mule.runtime.api.meta
Base implementation for AnnotatedObject
AbstractAnnotatedObject() - Constructor for class org.mule.runtime.api.meta.AbstractAnnotatedObject
 
AbstractBindingContextBuilderFactory - Class in org.mule.runtime.api.el
Factory class used to create BindingContext.Builder objects.
AbstractBindingContextBuilderFactory() - Constructor for class org.mule.runtime.api.el.AbstractBindingContextBuilderFactory
 
AbstractDataTypeBuilderFactory - Class in org.mule.runtime.api.metadata
Factory class used to create DataTypeBuilder objects.
AbstractDataTypeBuilderFactory() - Constructor for class org.mule.runtime.api.metadata.AbstractDataTypeBuilderFactory
 
AbstractExpressionModuleBuilderFactory - Class in org.mule.runtime.api.el
Factory class used to create ExpressionModule.Builder objects.
AbstractExpressionModuleBuilderFactory() - Constructor for class org.mule.runtime.api.el.AbstractExpressionModuleBuilderFactory
 
AbstractMuleArtifactModel - Class in org.mule.runtime.api.deployment.meta
Base class for creating models for Mule artifacts from JSON describer files.
AbstractMuleArtifactModel(String, String, MuleArtifactLoaderDescriptor, MuleArtifactLoaderDescriptor) - Constructor for class org.mule.runtime.api.deployment.meta.AbstractMuleArtifactModel
Creates a new model
AbstractMuleArtifactModelBuilder<T extends AbstractMuleArtifactModelBuilder,M extends AbstractMuleArtifactModel> - Class in org.mule.runtime.api.deployment.meta
A builder to create instances of AbstractMuleArtifactModel implementations.
AbstractMuleArtifactModelBuilder() - Constructor for class org.mule.runtime.api.deployment.meta.AbstractMuleArtifactModelBuilder
 
AbstractMuleArtifactModelJsonSerializer<T extends AbstractMuleArtifactModel> - Class in org.mule.runtime.api.deployment.persistence
Base class for marshalling an AbstractMuleArtifactModel instance to JSON format and back TODO MULE-11007: these classes should be moved to a persistence module
AbstractMuleArtifactModelJsonSerializer() - Constructor for class org.mule.runtime.api.deployment.persistence.AbstractMuleArtifactModelJsonSerializer
Creates a new serializer
AbstractMuleMessageBuilderFactory - Class in org.mule.runtime.api.message
Factory class used to create Message.Builder objects.
AbstractMuleMessageBuilderFactory() - Constructor for class org.mule.runtime.api.message.AbstractMuleMessageBuilderFactory
 
AbstractObjectStoreSupport<T extends Serializable> - Class in org.mule.runtime.api.store
Base class with utility methods that ObjectStore implementations might be interested on.
AbstractObjectStoreSupport() - Constructor for class org.mule.runtime.api.store.AbstractObjectStoreSupport
 
AbstractParameterDeclaration<T extends AbstractParameterDeclaration> - Class in org.mule.runtime.api.meta.model.declaration.fluent
Abstract declaration object for parameters.
AbstractParameterDeclaration(String) - Constructor for class org.mule.runtime.api.meta.model.declaration.fluent.AbstractParameterDeclaration
Creates a new instance
AbstractTlsContextFactoryBuilderFactory - Class in org.mule.runtime.api.tls
Factory class used to create TlsContextFactoryBuilder objects.
AbstractTlsContextFactoryBuilderFactory() - Constructor for class org.mule.runtime.api.tls.AbstractTlsContextFactoryBuilderFactory
 
accept(GlobalElementDeclarationVisitor) - Method in class org.mule.runtime.api.app.declaration.ConfigurationElementDeclaration
 
accept(GlobalElementDeclarationVisitor) - Method in class org.mule.runtime.api.app.declaration.ConstructElementDeclaration
Dispatches to the method with prefix "visit" with the specific value type as argument.
accept(ParameterValueVisitor) - Method in class org.mule.runtime.api.app.declaration.fluent.ParameterListValue
Dispatches to the method with prefix "visit" with the specific value type as argument.
accept(ParameterValueVisitor) - Method in class org.mule.runtime.api.app.declaration.fluent.ParameterObjectValue
Dispatches to the method with prefix "visit" with the specific value type as argument.
accept(ParameterValueVisitor) - Method in class org.mule.runtime.api.app.declaration.fluent.ParameterSimpleValue
Dispatches to the method with prefix "visit" with the specific value type as argument.
accept(GlobalElementDeclarationVisitor) - Method in interface org.mule.runtime.api.app.declaration.GlobalElementDeclaration
Dispatches to the method with prefix "visit" with the specific value type as argument.
accept(ParameterValueVisitor) - Method in interface org.mule.runtime.api.app.declaration.ParameterValue
Dispatches to the method with prefix "visit" with the specific value type as argument.
accept(GlobalElementDeclarationVisitor) - Method in class org.mule.runtime.api.app.declaration.TopLevelParameterDeclaration
 
accept(ComponentModelVisitor) - Method in interface org.mule.runtime.api.meta.model.ComponentModel
accept(ComponentModelVisitor) - Method in interface org.mule.runtime.api.meta.model.construct.ConstructModel
accept(NestableElementModelVisitor) - Method in interface org.mule.runtime.api.meta.model.nested.NestableElementModel
accept(NestableElementModelVisitor) - Method in interface org.mule.runtime.api.meta.model.nested.NestedComponentModel
accept(ComponentModelVisitor) - Method in interface org.mule.runtime.api.meta.model.operation.OperationModel
accept(ComponentModelVisitor) - Method in interface org.mule.runtime.api.meta.model.source.SourceModel
acceptsUrls() - Method in class org.mule.runtime.api.meta.model.display.PathModel
 
add(String, Set<MetadataKey>) - Method in class org.mule.runtime.api.metadata.MetadataKeysContainerBuilder
 
addAll(BindingContext) - Method in interface org.mule.runtime.api.el.BindingContext.Builder
Will include all bindings in the given BindingContext.
addAll(Map<String, Set<MetadataKey>>) - Method in class org.mule.runtime.api.metadata.MetadataKeysContainerBuilder
 
addAllowedStereotype(StereotypeModel) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.NestedComponentDeclaration
 
addAllowedStereotype(StereotypeModel) - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.WithAllowedStereotypesDeclaration
 
addBinding(String, TypedValue) - Method in interface org.mule.runtime.api.el.BindingContext.Builder
Will create a binding for the specified identifier and value.
addBinding(String, TypedValue<?>) - Method in interface org.mule.runtime.api.el.ExpressionModule.Builder
Will create a binding for the specified identifier and value.
addComponent(ComponentElementDeclaration) - Method in class org.mule.runtime.api.app.declaration.ComponentElementDeclaration
Adds a ComponentElementDeclaration as a component contained by this scope
addComponent(int, ComponentElementDeclaration) - Method in class org.mule.runtime.api.app.declaration.ComponentElementDeclaration
Adds a ComponentElementDeclaration as a component contained by this scope
addConfig(ConfigurationDeclaration) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
addConnectionPart() - Method in interface org.mule.runtime.api.component.location.Location.Builder
Adds a new Location.CONNECTION part at the end of the location.
addConnectionPart() - Method in class org.mule.runtime.api.component.location.Location.LocationBuilder
 
addConnectionProvider(ConnectionProviderDeclaration) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConfigurationDeclaration
addConnectionProvider(ConnectionProviderDeclaration) - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.ConnectedDeclaration
addConnectionProvider(ConnectionProviderDeclaration) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
addConstruct(ConstructDeclaration) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConfigurationDeclaration
addConstruct(ConstructDeclaration) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
addConstruct(ConstructDeclaration) - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.WithConstructsDeclaration
addCustomConfigurationParameter(ParameterElementDeclaration) - Method in interface org.mule.runtime.api.app.declaration.CustomizableElementDeclaration
Adds a custom parameter to this enrichable element declaration.
addCustomConfigurationParameter(ParameterElementDeclaration) - Method in class org.mule.runtime.api.app.declaration.EnrichableElementDeclaration
Adds a custom parameter to this enrichable element declaration.
addErrorHandlerPart() - Method in interface org.mule.runtime.api.component.location.Location.Builder
Adds a new Location.ERROR_HANDLER part at the end of the location.
addErrorHandlerPart() - Method in class org.mule.runtime.api.component.location.Location.LocationBuilder
 
addErrorModel(ErrorModel) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ComponentDeclaration
 
addErrorModel(ErrorModel) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
 
addEventBindings(Event, BindingContext) - Static method in class org.mule.runtime.api.el.BindingContextUtils
Creates a new BindingContext that contains the bindings from baseContext and the bindings that belong to the given event.
addExclusiveParameters(Set<String>, boolean) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterGroupDeclaration
 
addExternalLibrary(ExternalLibraryModel) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConfigurationDeclaration
addExternalLibrary(ExternalLibraryModel) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConnectionProviderDeclaration
addExternalLibrary(ExternalLibraryModel) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
addFunction(FunctionDeclaration) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConfigurationDeclaration
addFunction(FunctionDeclaration) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
addFunction(FunctionDeclaration) - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.WithFunctionsDeclaration
addGlobalBindings(BindingContext) - Method in interface org.mule.runtime.api.el.ExpressionLanguage
Includes the bindings in a given BindingContext as global ones, that should not change often and should be considered for all subsequent operations.
addGlobalElement(GlobalElementDeclaration) - Method in class org.mule.runtime.api.app.declaration.ArtifactDeclaration
Adds a property to the ElementDeclaration.
addImportedType(ImportedTypeModel) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
Declares that the extension is importing a type from another extension
addIndexPart(int) - Method in interface org.mule.runtime.api.component.location.Location.Builder
Adds a new index part.
addIndexPart(int) - Method in class org.mule.runtime.api.component.location.Location.LocationBuilder
 
addInfo(String, Object) - Method in exception org.mule.runtime.api.exception.MuleException
 
addItem(BulkItem.BulkItemBuilder<T>) - Method in class org.mule.runtime.api.bulk.BulkOperationResult.BulkOperationResultBuilder
 
addMessageSource(SourceDeclaration) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConfigurationDeclaration
addMessageSource(SourceDeclaration) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
addMessageSource(SourceDeclaration) - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.WithSourcesDeclaration
addMetadataProperty(String, Serializable) - Method in class org.mule.runtime.api.app.declaration.EnrichableElementDeclaration
Adds a metadataProperty to the ElementDeclaration.
addMetadataProperty(String, Serializable) - Method in interface org.mule.runtime.api.app.declaration.MetadataPropertiesAwareElementDeclaration
Adds a metadataProperty to the ElementDeclaration.
addMetadataProperty(String, Serializable) - Method in class org.mule.runtime.api.app.declaration.ParameterElementDeclaration
Adds a metadataProperty to the ElementDeclaration.
addModelProperty(ModelProperty) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.BaseDeclaration
Adds the given .
addModule(ExpressionModule) - Method in interface org.mule.runtime.api.el.BindingContext.Builder
Will add a new module to this binding
addNestedComponent(NestableElementDeclaration) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ComponentDeclaration
 
addNestedComponent(NestableElementDeclaration) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.NestedRouteDeclaration
 
addNestedComponent(NestableElementDeclaration) - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.WithNestedComponentsDeclaration
addOperation(OperationDeclaration) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConfigurationDeclaration
addOperation(OperationDeclaration) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
addOperation(OperationDeclaration) - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.WithOperationsDeclaration
addParameter(ParameterElementDeclaration) - Method in class org.mule.runtime.api.app.declaration.ParameterGroupElementDeclaration
Adds a parameter to this parametrized element declaration
addParameter(String, Object) - Method in interface org.mule.runtime.api.event.InputEvent
Add a parameter.
addParameter(String, Object, DataType) - Method in interface org.mule.runtime.api.event.InputEvent
Add a parameter.
addParameter(ParameterDeclaration) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterGroupDeclaration
addParameter(String, Object) - Method in class org.mule.runtime.internal.event.DefaultInputEvent
 
addParameter(String, Object, DataType) - Method in class org.mule.runtime.internal.event.DefaultInputEvent
 
addParameterGroup(ParameterGroupElementDeclaration) - Method in class org.mule.runtime.api.app.declaration.ParameterizedElementDeclaration
Adds a group to this parametrized element declaration
addParameterPart() - Method in interface org.mule.runtime.api.component.location.Location.Builder
Adds a new Location.PARAMETERS part at the end of the location.
addParameterPart() - Method in class org.mule.runtime.api.component.location.Location.LocationBuilder
 
addPart(String) - Method in interface org.mule.runtime.api.component.location.Location.Builder
Adds a new part at the end of the location.
addPart(String) - Method in class org.mule.runtime.api.component.location.Location.LocationBuilder
 
addPrivilegedArtifact(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
Declares that this extension declares a privileged API accessible by a given artifact
addPrivilegedPackage(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
Declares that this extension declares a privileged API exporting a Java package
addProcessorsPart() - Method in interface org.mule.runtime.api.component.location.Location.Builder
Adds a new Location.PROCESSORS part at the end of the location.
addProcessorsPart() - Method in class org.mule.runtime.api.component.location.Location.LocationBuilder
 
addProperty(String, Object) - Method in class org.mule.runtime.api.deployment.meta.MuleArtifactLoaderDescriptorBuilder
Sets the given property on the describer.
addResource(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
Declares that this extension contains a resource which can be found at the relative resourcePath
addSourcePart() - Method in interface org.mule.runtime.api.component.location.Location.Builder
Adds a new Location.SOURCE part at the end of the location.
addSourcePart() - Method in class org.mule.runtime.api.component.location.Location.LocationBuilder
 
addSubtype(MetadataType, MetadataType) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
Registers the given subType as an implementation of the baseType
addSubtypes(MetadataType, Collection<MetadataType>) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
Registers the given subTypes as implementations of the baseType
addType(ObjectType) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
Declares that this extension defined the given objectType
addVariable(String, Object) - Method in interface org.mule.runtime.api.event.InputEvent
Add a variable.
addVariable(String, Object, DataType) - Method in interface org.mule.runtime.api.event.InputEvent
Add a variable.
addVariable(String, Object, DataType) - Method in interface org.mule.runtime.api.interception.InterceptionEvent
Add a variable.
addVariable(String, Object) - Method in interface org.mule.runtime.api.interception.InterceptionEvent
Add a variable.
addVariable(String, Object) - Method in class org.mule.runtime.internal.event.DefaultInputEvent
 
addVariable(String, Object, DataType) - Method in class org.mule.runtime.internal.event.DefaultInputEvent
 
ADVANCED - Static variable in interface org.mule.runtime.api.meta.model.parameter.ParameterGroupModel
Group name for parameters that are considered for advanced usage.
after(ComponentLocation, InterceptionEvent, Optional<Throwable>) - Method in interface org.mule.runtime.api.interception.ProcessorInterceptor
This method is called after the intercepted component has run.
allKeys() - Method in interface org.mule.runtime.api.store.ObjectStore
 
allKeys(String) - Method in interface org.mule.runtime.api.store.PartitionableObjectStore
 
allowingTopLevelDefinition() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConstructDeclarer
Declares that this construct allows to be declared as a root component
allowsInlineDefinition() - Method in class org.mule.runtime.api.meta.model.ParameterDslConfiguration
 
allowsInlineDefinition(boolean) - Method in class org.mule.runtime.api.meta.model.ParameterDslConfiguration.Builder
Specifies whether the associated element should support inline definition as child element
allowsReferences() - Method in class org.mule.runtime.api.meta.model.ParameterDslConfiguration
 
allowsReferences(boolean) - Method in class org.mule.runtime.api.meta.model.ParameterDslConfiguration.Builder
Specifies whether the associated element should support registry references
allowsTopLevelDeclaration() - Method in interface org.mule.runtime.api.meta.model.construct.ConstructModel
 
allowsTopLevelDefinition() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConstructDeclaration
 
allowTopLevelDefinition() - Method in class org.mule.runtime.api.meta.model.ParameterDslConfiguration
 
allowTopLevelDefinition(boolean) - Method in class org.mule.runtime.api.meta.model.ParameterDslConfiguration.Builder
Specifies whether the associated element should support being defined as a top level definition
allPartitions() - Method in interface org.mule.runtime.api.store.PartitionableObjectStore
 
AnnotatedObject - Interface in org.mule.runtime.api.meta
Maps annotations defined in an XML element to the corresponding Java object

Annotations are handled by the runtime and must not be tampered by custom implementations.

ANY - Static variable in class org.mule.runtime.api.metadata.MediaType
 
appendMessage(String) - Method in exception org.mule.runtime.api.exception.MuleException
 
appendSummaryMessage(StringBuilder) - Method in exception org.mule.runtime.api.exception.MuleException
Template method so when #getSummaryMessage() is called, specific implementation can add content to the summary.
APPLICATION_JAVA - Static variable in class org.mule.runtime.api.metadata.MediaType
 
APPLICATION_JSON - Static variable in class org.mule.runtime.api.metadata.MediaType
 
APPLICATION_NOT_FOUND - Static variable in class org.mule.runtime.api.metadata.resolving.FailureCode
 
APPLICATION_XML - Static variable in class org.mule.runtime.api.metadata.MediaType
 
appliesTo(DataSource) - Method in interface org.mule.runtime.api.tx.DataSourceDecorator
Indicates whether or not this decorator can decorate a given datasource
around(ComponentLocation, Map<String, ProcessorParameterValue>, InterceptionEvent, InterceptionAction) - Method in interface org.mule.runtime.api.interception.ProcessorInterceptor
This method is called between before and after.
ArtifactDeclaration - Class in org.mule.runtime.api.app.declaration
A programmatic descriptor of a mule artifact configuration.
ArtifactDeclaration() - Constructor for class org.mule.runtime.api.app.declaration.ArtifactDeclaration
 
ArtifactDeclarationJsonSerializer - Interface in org.mule.runtime.api.app.declaration.serialization
Serializer that can convert an ArtifactDeclaration into a readable and processable JSON representation and from a JSON String to an ArtifactDeclaration instance
ArtifactDeclarer - Class in org.mule.runtime.api.app.declaration.fluent
Allows configuring an ArtifactDeclaration through a fluent API
asBindingContext() - Method in interface org.mule.runtime.api.event.Event
Creates a BindingContext from the event.
asBindingContext() - Method in interface org.mule.runtime.api.interception.InterceptionEvent
Creates a BindingContext for the target event to use with a MuleExpressionLanguage.
asCaseSensitiveMap() - Method in class org.mule.runtime.api.util.CaseInsensitiveMapWrapper
Returns this map as a case sensitive map.
asCollectionTypeBuilder() - Method in interface org.mule.runtime.api.metadata.DataTypeBuilder
Down-casts the builder to DataTypeBuilder.DataTypeCollectionTypeBuilder, allowing the builder to be used in a fluent way without having to cast it when dealing with Iterables.
asConfigOverride() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclarer
Marks the parameter as being a config-override.
asFunctionTypeBuilder() - Method in interface org.mule.runtime.api.metadata.DataTypeBuilder
Down-casts the builder to DataTypeBuilder.DataTypeFunctionTypeBuilder, allowing the builder to be used in a fluent way without having to cast it when dealing with ExpressionFunctions.
asMapTypeBuilder() - Method in interface org.mule.runtime.api.metadata.DataTypeBuilder
Down-casts the builder to DataTypeBuilder.DataTypeMapTypeBuilder, allowing the builder to be used in a fluent way without having to cast it when dealing with Maps.
asPassword() - Method in class org.mule.runtime.api.meta.model.display.LayoutModel.LayoutModelBuilder
Indicates that the model represents a password and should be masked in the UI
asQuery() - Method in class org.mule.runtime.api.meta.model.display.LayoutModel.LayoutModelBuilder
Indicates that the model represents a query and should be treated accordingly in the UI.
asText() - Method in class org.mule.runtime.api.meta.model.display.LayoutModel.LayoutModelBuilder
Indicates that the model should use a multi line string editor
atLeast(String) - Method in class org.mule.runtime.api.meta.MuleVersion
Returns true if the version represented by the current object is equals newer to the version sent as parameter.
atLeast(MuleVersion) - Method in class org.mule.runtime.api.meta.MuleVersion
 
atLeastBase(String) - Method in class org.mule.runtime.api.meta.MuleVersion
 
atLeastBase(MuleVersion) - Method in class org.mule.runtime.api.meta.MuleVersion
 
ATOM - Static variable in class org.mule.runtime.api.metadata.MediaType
 
ATOM_STRING - Static variable in interface org.mule.runtime.api.metadata.DataType
 
ATTRIBUTES - Static variable in class org.mule.runtime.api.el.BindingContextUtils
 
attributes(TypedValue<?>) - Method in interface org.mule.runtime.api.message.Message.Builder
Sets the Message's TypedValue attributes to be built, including their value and media type.
attributes(TypedValue<?>) - Method in interface org.mule.runtime.api.message.Message.CollectionBuilder
Sets the Message's TypedValue attributes to be built, including their value and media type.
attributesMediaType(MediaType) - Method in interface org.mule.runtime.api.message.Message.Builder
Sets the MediaType for the Message attributes to be built.
attributesMediaType(MediaType) - Method in interface org.mule.runtime.api.message.Message.CollectionBuilder
Sets the MediaType for the Message attributes to be built.
AttributesTypeResolver<K> - Interface in org.mule.runtime.api.metadata.resolving
Handles the dynamic MetadataType resolving for the output attributes of an associated component.
attributesValue(Object) - Method in interface org.mule.runtime.api.message.Message.Builder
Populates the builder from the given value.
attributesValue(Object) - Method in interface org.mule.runtime.api.message.Message.CollectionBuilder
Populates the builder from the given value.
AUTHENTICATION - Static variable in class org.mule.runtime.api.el.BindingContextUtils
 
Authentication - Interface in org.mule.runtime.api.security
Authentication represents an authentication request and contains authentication information if the request was successful.

B

BASE_IN_MEMORY_OBJECT_STORE_KEY - Static variable in interface org.mule.runtime.api.store.ObjectStoreManager
The key of the base in memory object store.
BASE_PERSISTENT_OBJECT_STORE_KEY - Static variable in interface org.mule.runtime.api.store.ObjectStoreManager
The key of the base persistent object store.
BaseDeclaration<T extends BaseDeclaration> - Class in org.mule.runtime.api.meta.model.declaration.fluent
Base class for a declaration object.
BaseDeclaration() - Constructor for class org.mule.runtime.api.meta.model.declaration.fluent.BaseDeclaration
 
BaseElementDeclarer<T> - Class in org.mule.runtime.api.app.declaration.fluent
Base declarer for a given ElementDeclaration
before(ComponentLocation, Map<String, ProcessorParameterValue>, InterceptionEvent) - Method in interface org.mule.runtime.api.interception.ProcessorInterceptor
This method is called before the intercepted component has run.
BINARY - Static variable in class org.mule.runtime.api.metadata.MediaType
 
Binding - Class in org.mule.runtime.api.el
Represents the relationship between an EL variable or function and its value.
Binding(String, TypedValue) - Constructor for class org.mule.runtime.api.el.Binding
 
BindingContext - Interface in org.mule.runtime.api.el
Contains all the binding definitions required by the EL.
BindingContext.Builder - Interface in org.mule.runtime.api.el
 
BindingContextUtils - Class in org.mule.runtime.api.el
Provides a reusable way for creating BindingContexts.
bindings() - Method in interface org.mule.runtime.api.el.BindingContext
Returns all bindings found.
bindings() - Method in interface org.mule.runtime.api.el.ExpressionModule
Returns all bindings found.
blocking(boolean) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.OperationDeclarer
Specifies if the operation is blocking or it allows non blocking execution
BOOLEAN - Static variable in interface org.mule.runtime.api.metadata.DataType
 
build() - Method in class org.mule.runtime.api.app.declaration.fluent.ParameterListValue.Builder
 
build() - Method in class org.mule.runtime.api.app.declaration.fluent.ParameterObjectValue.Builder
 
build() - Method in class org.mule.runtime.api.bulk.BulkItem.BulkItemBuilder
 
build() - Method in class org.mule.runtime.api.bulk.BulkOperationResult.BulkOperationResultBuilder
 
build() - Method in interface org.mule.runtime.api.component.ComponentIdentifier.Builder
 
build() - Method in interface org.mule.runtime.api.component.location.Location.Builder
 
build() - Method in class org.mule.runtime.api.component.location.Location.LocationBuilder
 
build() - Method in interface org.mule.runtime.api.component.TypedComponentIdentifier.Builder
 
build() - Method in class org.mule.runtime.api.deployment.meta.AbstractMuleArtifactModelBuilder
 
build() - Method in class org.mule.runtime.api.deployment.meta.MuleArtifactLoaderDescriptorBuilder
Creates and returns a new MuleArtifactLoaderDescriptor according to the values set
build() - Method in class org.mule.runtime.api.deployment.meta.MuleDeployableModel.MuleDeployableModelBuilder
 
build() - Method in class org.mule.runtime.api.deployment.meta.MulePluginModel.MulePluginModelBuilder
 
build() - Method in class org.mule.runtime.api.deployment.meta.MulePolicyModel.MulePolicyModelBuilder
 
build() - Method in class org.mule.runtime.api.deployment.meta.MuleServerPluginModel.MuleServerPluginModelBuilder
 
build() - Method in class org.mule.runtime.api.deployment.meta.MuleServiceModel.MuleServiceModelBuilder
 
build() - Method in interface org.mule.runtime.api.el.BindingContext.Builder
 
build() - Method in interface org.mule.runtime.api.el.ExpressionModule.Builder
 
build() - Method in interface org.mule.runtime.api.message.Message.Builder
Builds a new Message with the values set in this builder.
build() - Method in class org.mule.runtime.api.meta.model.display.DisplayModel.DisplayModelBuilder
 
build() - Method in class org.mule.runtime.api.meta.model.display.LayoutModel.LayoutModelBuilder
 
build() - Method in class org.mule.runtime.api.meta.model.error.ErrorModelBuilder
 
build() - Method in class org.mule.runtime.api.meta.model.ExternalLibraryModel.ExternalLibraryModelBuilder
 
build() - Method in class org.mule.runtime.api.meta.model.ParameterDslConfiguration.Builder
 
build() - Method in class org.mule.runtime.api.meta.model.stereotype.StereotypeModelBuilder
 
build() - Method in class org.mule.runtime.api.meta.model.XmlDslModel.XmlDslModelBuilder
 
build() - Method in interface org.mule.runtime.api.metadata.DataTypeParamsBuilder
Builds a new DataType with the values set in this builder.
build() - Method in class org.mule.runtime.api.metadata.descriptor.ComponentMetadataDescriptor.ComponentMetadataDescriptorBuilder
 
build() - Method in class org.mule.runtime.api.metadata.descriptor.InputMetadataDescriptor.InputMetadataDescriptorBuilder
 
build() - Method in class org.mule.runtime.api.metadata.descriptor.OutputMetadataDescriptor.OutputMetadataDescriptorBuilder
 
build() - Method in class org.mule.runtime.api.metadata.descriptor.ParameterMetadataDescriptor.ParameterMetadataDescriptorBuilder
Builds and creates the descriptor of the component parameter.
build() - Method in class org.mule.runtime.api.metadata.descriptor.TypeMetadataDescriptor.TypeMetadataDescriptorBuilder
Builds and creates the descriptor of the component.
build() - Method in class org.mule.runtime.api.metadata.MetadataAttributes.MetadataAttributesBuilder
 
build() - Method in class org.mule.runtime.api.metadata.MetadataKeyBuilder
Builds a new instance of MetadataKey.
build() - Method in class org.mule.runtime.api.metadata.MetadataKeysContainerBuilder
 
build() - Method in interface org.mule.runtime.api.security.CredentialsBuilder
 
build() - Method in class org.mule.runtime.api.store.ObjectStoreSettings.Builder
Returns the built settings object.
build() - Method in interface org.mule.runtime.api.tls.TlsContextFactoryBuilder
Returns a TlsContextFactory based on the configured properties.
build() - Method in class org.mule.runtime.api.value.ResolvingFailure.Builder
 
buildDefault() - Method in interface org.mule.runtime.api.tls.TlsContextFactoryBuilder
 
builder() - Static method in class org.mule.runtime.api.app.declaration.fluent.ParameterListValue
 
builder() - Static method in class org.mule.runtime.api.app.declaration.fluent.ParameterObjectValue
 
builder() - Static method in class org.mule.runtime.api.bulk.BulkItem
 
builder() - Static method in class org.mule.runtime.api.bulk.BulkOperationResult
 
builder() - Static method in interface org.mule.runtime.api.component.ComponentIdentifier
 
builder() - Static method in interface org.mule.runtime.api.component.location.Location
 
builder() - Static method in interface org.mule.runtime.api.component.TypedComponentIdentifier
 
builder() - Static method in interface org.mule.runtime.api.el.BindingContext
Provides a builder to create BindingContext objects.
builder(BindingContext) - Static method in interface org.mule.runtime.api.el.BindingContext
Provides a builder to create BindingContext objects, based on an already existing one.
builder(ModuleNamespace) - Static method in interface org.mule.runtime.api.el.ExpressionModule
Provides a builder to create ExpressionModule objects.
builder() - Static method in interface org.mule.runtime.api.message.Message
Provides a builder to create Message objects.
builder(Message) - Static method in interface org.mule.runtime.api.message.Message
Provides a builder to create Message objects based on an existing Message instance.
builder() - Static method in class org.mule.runtime.api.meta.model.display.DisplayModel
 
builder() - Static method in class org.mule.runtime.api.meta.model.display.LayoutModel
 
builder() - Static method in class org.mule.runtime.api.meta.model.ExternalLibraryModel
 
builder() - Static method in class org.mule.runtime.api.meta.model.ParameterDslConfiguration
 
builder(ParameterDslConfiguration) - Static method in class org.mule.runtime.api.meta.model.ParameterDslConfiguration
 
builder() - Static method in class org.mule.runtime.api.meta.model.XmlDslModel
 
builder() - Static method in interface org.mule.runtime.api.metadata.DataType
Provides a builder to create DataType objects.
builder(DataType) - Static method in interface org.mule.runtime.api.metadata.DataType
Provides a builder to create DataType objects based on an existing DataType instance.
builder(T) - Static method in class org.mule.runtime.api.metadata.descriptor.ComponentMetadataDescriptor
 
builder() - Static method in class org.mule.runtime.api.metadata.descriptor.InputMetadataDescriptor
 
builder() - Static method in class org.mule.runtime.api.metadata.descriptor.OutputMetadataDescriptor
 
builder(String) - Static method in class org.mule.runtime.api.metadata.descriptor.ParameterMetadataDescriptor
 
builder() - Static method in class org.mule.runtime.api.metadata.descriptor.TypeMetadataDescriptor
 
builder() - Static method in class org.mule.runtime.api.metadata.MetadataAttributes
 
builder() - Static method in class org.mule.runtime.api.store.ObjectStoreSettings
 
builder() - Static method in interface org.mule.runtime.api.tls.TlsContextFactory
Provides a builder to create custom TlsContextFactory objects or obtain the default one.
builderFrom(LayoutModel) - Static method in class org.mule.runtime.api.meta.model.display.LayoutModel
Creates a new LayoutModel.LayoutModelBuilder which state is already initialised to match that of the given template.
builderFromStringRepresentation(String) - Static method in interface org.mule.runtime.api.component.location.Location
Creates a new Location.Builder with the provided location represented as string as base.
buildFromStringRepresentation(String) - Static method in interface org.mule.runtime.api.component.ComponentIdentifier
Creates a ComponentIdentifier from an string representation where the expected format is namespace:name.
BulkItem<T> - Class in org.mule.runtime.api.bulk
This class represents an individual data piece in the context of a bulk operation
BulkItem.BulkItemBuilder<T> - Class in org.mule.runtime.api.bulk
 
BulkItemBuilder() - Constructor for class org.mule.runtime.api.bulk.BulkItem.BulkItemBuilder
 
BulkOperationResult<T> - Class in org.mule.runtime.api.bulk
This class is used to provide item level information about a bulk operation.
BulkOperationResult.BulkOperationResultBuilder<T> - Class in org.mule.runtime.api.bulk
 
BYTE_ARRAY - Static variable in interface org.mule.runtime.api.metadata.DataType
 

C

CachedConnectionProvider<C> - Interface in org.mule.runtime.api.connection
A ConnectionProvider specialization which lazily creates and caches connections.
call(Object[], BindingContext) - Method in interface org.mule.runtime.api.el.ExpressionFunction
Function logic to be executed.
CaseInsensitiveMapWrapper<T> - Class in org.mule.runtime.api.util
Represents a Map from String to T where the key's case is not taken into account when looking for it, but remembered when the key set is retrieved from the map.
CaseInsensitiveMapWrapper(Map) - Constructor for class org.mule.runtime.api.util.CaseInsensitiveMapWrapper
Creates a new instance using an existing map as backing map.
CaseInsensitiveMapWrapper() - Constructor for class org.mule.runtime.api.util.CaseInsensitiveMapWrapper
Creates a new instance using a HashMap as backing map.
Category - Enum in org.mule.runtime.api.meta
Enum that stores a list of valid categories that a plugin can be assigned to.
cdata(String) - Static method in class org.mule.runtime.api.app.declaration.fluent.ParameterSimpleValue
 
charset(String) - Method in interface org.mule.runtime.api.metadata.DataTypeParamsBuilder
Sets the given encoding.
charset(Charset) - Method in interface org.mule.runtime.api.metadata.DataTypeParamsBuilder
Sets the given encoding.
checkArgument(boolean, String) - Static method in class org.mule.runtime.api.util.Preconditions
 
checkNotNull(T, String) - Static method in class org.mule.runtime.api.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkState(boolean, String) - Static method in class org.mule.runtime.api.util.Preconditions
 
clear() - Method in interface org.mule.runtime.api.store.ObjectStore
Removes all items of this store without disposing it, meaning that after performing a clear(), you should still be able perform other operations.
clear(String) - Method in interface org.mule.runtime.api.store.PartitionableObjectStore
Clears the contents of the partition, but the partition itself remains functional
clear() - Method in class org.mule.runtime.api.util.CaseInsensitiveMapWrapper
 
clear() - Method in class org.mule.runtime.api.util.MultiMap
 
ClientSecurityException - Exception in org.mule.runtime.api.security
Base exception for all security exceptions related to security failures calling external endpoint.
ClientSecurityException(I18nMessage) - Constructor for exception org.mule.runtime.api.security.ClientSecurityException
 
ClientSecurityException(I18nMessage, Throwable) - Constructor for exception org.mule.runtime.api.security.ClientSecurityException
 
close() - Method in interface org.mule.runtime.api.store.ObjectStore
Close the underlying store.
close(String) - Method in interface org.mule.runtime.api.store.PartitionableObjectStore
Closes the partition of the give partitionName
close() - Method in interface org.mule.runtime.api.streaming.Cursor
For a Cursor, to be closed means that this cursor should not provide any more data.
close() - Method in interface org.mule.runtime.api.streaming.CursorProvider
Closes the provider in the sense that it will not yield any more cursors.
close() - Method in interface org.mule.runtime.api.tx.MuleXaObject
 
CLOSE_METHOD_NAME - Static variable in interface org.mule.runtime.api.tx.MuleXaObject
 
ClusterService - Interface in org.mule.runtime.api.cluster
Clustering service that provides information about the cluster state.
CollectionDataType - Interface in org.mule.runtime.api.metadata
A data type that represents a generified collection.
collectionType(Class<? extends Collection>) - Method in interface org.mule.runtime.api.metadata.DataTypeBuilder
Sets the given type for the CollectionDataType to be built.
collectionValue(Collection, Class<?>) - Method in interface org.mule.runtime.api.message.Message.PayloadBuilder
Sets the collection value for the Message's payload to be built.
collectionValue(Object[]) - Method in interface org.mule.runtime.api.message.Message.PayloadBuilder
Sets the collection value for the Message's payload to be built.
COMPONENT_NOT_FOUND - Static variable in class org.mule.runtime.api.metadata.resolving.FailureCode
 
ComponentDeclaration<T extends ComponentDeclaration> - Class in org.mule.runtime.api.meta.model.declaration.fluent
A declaration object for a ComponentModel.
ComponentDeclarer<T extends ComponentDeclarer,D extends ComponentDeclaration> - Class in org.mule.runtime.api.meta.model.declaration.fluent
Allows configuring a ComponentDeclaration through a fluent API
ComponentElementDeclaration<T extends ComponentElementDeclaration> - Class in org.mule.runtime.api.app.declaration
A programmatic descriptor of a ComponentModel configuration.
ComponentElementDeclaration() - Constructor for class org.mule.runtime.api.app.declaration.ComponentElementDeclaration
 
ComponentElementDeclarer<E extends ComponentElementDeclarer,D extends ComponentElementDeclaration> - Class in org.mule.runtime.api.app.declaration.fluent
Allows configuring an ComponentElementDeclaration through a fluent API
ComponentExecutionException - Exception in org.mule.runtime.api.component.execution
Exception thrown by ExecutableComponent when there was a unhandled error within the execution of a set of components.
ComponentExecutionException(Throwable, Event) - Constructor for exception org.mule.runtime.api.component.execution.ComponentExecutionException
 
ComponentIdentifier - Interface in org.mule.runtime.api.component
Unique identifier for a configuration option.
ComponentIdentifier.Builder - Interface in org.mule.runtime.api.component
ComponentIdentifier builder interface.
ComponentInitialStateManager - Interface in org.mule.runtime.api.deployment.management
Manages the initial state of components within a mule artifact (application, domain, policy, etc).
ComponentLocation - Interface in org.mule.runtime.api.component.location
Provides information about the location of a component within an application.
ComponentLocationProvider - Class in org.mule.runtime.api.util
Provides a standard way to generate a log entry or message that references an element in a flow.
ComponentLocationProvider() - Constructor for class org.mule.runtime.api.util.ComponentLocationProvider
 
ComponentMetadataDescriptor<T extends ComponentModel> - Class in org.mule.runtime.api.metadata.descriptor
Immutable concrete implementation of ComponentMetadataDescriptor
ComponentMetadataDescriptor.ComponentMetadataDescriptorBuilder<T extends ComponentModel> - Class in org.mule.runtime.api.metadata.descriptor
Implementation of the builder design pattern to create instances of ComponentMetadataDescriptor
ComponentModel - Interface in org.mule.runtime.api.meta.model
A definition of a component in an ExtensionModel.
ComponentModelVisitor - Interface in org.mule.runtime.api.meta.model
Visitor interface for traversing a ComponentModel hierarchy
ComponentProvider - Interface in org.mule.runtime.api.component.location
Interface for all objects that may have a relationship to an element in the configuration.
ComposableModel - Interface in org.mule.runtime.api.meta.model
Base interface for a model which contains nested components
ComposedErrorException - Interface in org.mule.runtime.api.exception
Exception that holds a collection of child Errors.
compute(Serializable) - Method in interface org.mule.runtime.api.metadata.MetadataCache.MetadataCacheValueResolver
 
computeIfAbsent(Serializable, MetadataCache.MetadataCacheValueResolver) - Method in interface org.mule.runtime.api.metadata.MetadataCache
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless null.
CONFIG_ATTRIBUTE_NAME - Static variable in interface org.mule.runtime.internal.dsl.DslConstants
The name of the 'config' attribute of an executable element in the DSL
ConfigurableObjectProvider - Interface in org.mule.runtime.api.ioc
Interface meant to be implemented by components that will provide objects that may be referenced from mule configuration files.
ConfigurationComponentLocator - Interface in org.mule.runtime.api.component.location
Locator to access runtime objects created from the configuration of the artifact.
ConfigurationDeclaration - Class in org.mule.runtime.api.meta.model.declaration.fluent
A declaration object for a ConfigurationModel.
ConfigurationDeclarer - Class in org.mule.runtime.api.meta.model.declaration.fluent
Allows configuring a ConfigurationDeclaration through a fluent API
ConfigurationElementDeclaration - Class in org.mule.runtime.api.app.declaration
A programmatic descriptor of a ConfigurationModel configuration.
ConfigurationElementDeclaration() - Constructor for class org.mule.runtime.api.app.declaration.ConfigurationElementDeclaration
 
ConfigurationElementDeclaration(String, String) - Constructor for class org.mule.runtime.api.app.declaration.ConfigurationElementDeclaration
 
ConfigurationElementDeclarer - Class in org.mule.runtime.api.app.declaration.fluent
Allows configuring an ConfigurationElementDeclaration through a fluent API
ConfigurationModel - Interface in org.mule.runtime.api.meta.model.config
A named configuration for an extension

Configurations describe different ways to initialize a scope for operations.

ConfigurationProperties - Interface in org.mule.runtime.api.component
Represents the configuration properties defined in the artifact.
configure(CustomizationService) - Method in interface org.mule.runtime.api.config.custom.ServiceConfigurator
 
configure(ObjectProviderConfiguration) - Method in interface org.mule.runtime.api.ioc.ConfigurableObjectProvider
Method to be called to prepare the ConfigurableObjectProvider.
connect() - Method in interface org.mule.runtime.api.connection.ConnectionProvider
Creates a new connection.
ConnectableComponentModel - Interface in org.mule.runtime.api.meta.model
A definition of an executable ComponentModel in an ExtensionModel.
ConnectedDeclaration<T extends BaseDeclaration> - Interface in org.mule.runtime.api.meta.model.declaration.fluent
Contract interface for a BaseDeclaration in which it's possible to add/get ConnectionProviderDeclaration objects
CONNECTION - Static variable in interface org.mule.runtime.api.component.location.Location
 
CONNECTION - Static variable in interface org.mule.runtime.api.meta.model.parameter.ParameterGroupModel
Group name for parameters that are considered to be part of a connection configuration.
CONNECTION_FAILURE - Static variable in class org.mule.runtime.api.metadata.resolving.FailureCode
 
ConnectionElementDeclaration - Class in org.mule.runtime.api.app.declaration
A programmatic descriptor of a ConnectionProviderModel configuration.
ConnectionElementDeclaration() - Constructor for class org.mule.runtime.api.app.declaration.ConnectionElementDeclaration
 
ConnectionElementDeclaration(String, String) - Constructor for class org.mule.runtime.api.app.declaration.ConnectionElementDeclaration
 
ConnectionElementDeclarer - Class in org.mule.runtime.api.app.declaration.fluent
Allows configuring an ConnectionElementDeclaration through a fluent API
ConnectionException - Exception in org.mule.runtime.api.connection
Signals that an error occurred while trying to establish a connection
ConnectionException(String) - Constructor for exception org.mule.runtime.api.connection.ConnectionException
Creates a new instance with the specified detail message
ConnectionException(Throwable) - Constructor for exception org.mule.runtime.api.connection.ConnectionException
Creates a new instance with the specified cause
ConnectionException(String, Throwable) - Constructor for exception org.mule.runtime.api.connection.ConnectionException
Creates a new instance with the specified detail message and cause
ConnectionException(String, Throwable, ErrorType) - Constructor for exception org.mule.runtime.api.connection.ConnectionException
Creates a new instance with the specified detail message, cause and ErrorType
ConnectionException(Throwable, Object) - Constructor for exception org.mule.runtime.api.connection.ConnectionException
Creates a new instance with the specified detail cause and failed connection
ConnectionException(String, Throwable, ErrorType, Object) - Constructor for exception org.mule.runtime.api.connection.ConnectionException
Creates a new instance with the specified detail message, cause, ErrorType and failed connection
ConnectionHandler<T> - Interface in org.mule.runtime.api.connection
Represents a connection that is being managed by the runtime.
ConnectionManagementType - Enum in org.mule.runtime.api.meta.model.connection
Enumerates the different strategies that the runtime supports for managing connections.
ConnectionProvider<C> - Interface in org.mule.runtime.api.connection
Handles connections of the generic Connection type, which are created from a configuration object of the generic type Config.
ConnectionProviderDeclaration - Class in org.mule.runtime.api.meta.model.declaration.fluent
A declaration object for a ConnectionProviderModel.
ConnectionProviderDeclarer - Class in org.mule.runtime.api.meta.model.declaration.fluent
Allows configuring a ConnectionProviderDeclaration through a fluent API
ConnectionProviderDeclarer(ConnectionProviderDeclaration) - Constructor for class org.mule.runtime.api.meta.model.declaration.fluent.ConnectionProviderDeclarer
Creates a new instance
ConnectionProviderModel - Interface in org.mule.runtime.api.meta.model.connection
Introspection model for ConnectionProvider types.
ConnectionValidationResult - Class in org.mule.runtime.api.connection
Represents the result of a Connection Validation.
CONNECTIVITY_TESTING_SERVICE_KEY - Static variable in interface org.mule.runtime.api.connectivity.ConnectivityTestingService
Key under which the ConnectivityTestingService can be found in the Registry
ConnectivityTestingService - Interface in org.mule.runtime.api.connectivity
Service for doing connectivity testing.
ConstructDeclaration - Class in org.mule.runtime.api.meta.model.declaration.fluent
A declaration object for a ComponentModel.
ConstructDeclarer - Class in org.mule.runtime.api.meta.model.declaration.fluent
Allows configuring a OperationDeclaration through a fluent API
ConstructElementDeclaration - Class in org.mule.runtime.api.app.declaration
A programmatic descriptor of an application Flow configuration.
ConstructElementDeclaration() - Constructor for class org.mule.runtime.api.app.declaration.ConstructElementDeclaration
 
ConstructElementDeclaration(String, String) - Constructor for class org.mule.runtime.api.app.declaration.ConstructElementDeclaration
 
ConstructElementDeclarer - Class in org.mule.runtime.api.app.declaration.fluent
Allows configuring a ConstructElementDeclaration through a fluent API
ConstructModel - Interface in org.mule.runtime.api.meta.model.construct
An specialization of a ComponentModel that is not executable as an standalone component and depends on the composition with ConnectableComponentModels in order to act in an application.
contains(String) - Method in interface org.mule.runtime.api.store.ObjectStore
Check whether this store already contains a value for the given key
contains(String, String) - Method in interface org.mule.runtime.api.store.PartitionableObjectStore
Check whether the given partitionName already contains a value for the given key
contains(String) - Method in class org.mule.runtime.api.store.TemplateObjectStore
Check whether this store already contains a value for the given key
containsBaseType(ObjectType) - Method in interface org.mule.runtime.api.meta.type.TypeCatalog
Type comparison will be performed first by typeId in the context of subTypes mapping.
containsBaseType(ObjectType) - Method in class org.mule.runtime.internal.meta.type.DefaultTypeCatalog
 
containsCategory(String) - Method in class org.mule.runtime.api.metadata.MetadataKeysContainerBuilder
 
containsKey(Object) - Method in class org.mule.runtime.api.util.CaseInsensitiveMapWrapper
 
containsKey(Object) - Method in class org.mule.runtime.api.util.MultiMap
 
containsObject(String) - Method in interface org.mule.runtime.api.ioc.ObjectProvider
 
containsValue(Object) - Method in class org.mule.runtime.api.util.CaseInsensitiveMapWrapper
 
containsValue(Object) - Method in class org.mule.runtime.api.util.MultiMap
 
CORE_NAMESPACE - Static variable in interface org.mule.runtime.internal.dsl.DslConstants
Namespace for Mule core elements
CORE_PREFIX - Static variable in interface org.mule.runtime.internal.dsl.DslConstants
This is the namespace prefix for core elements in the configuration.
CORRELATION_ID - Static variable in class org.mule.runtime.api.el.BindingContextUtils
 
create() - Static method in class org.mule.runtime.api.connection.serialization.ErrorTypeSerializer
Creates a new instance of the ErrorTypeSerializer.
create() - Method in class org.mule.runtime.api.el.AbstractBindingContextBuilderFactory
 
create(BindingContext) - Method in class org.mule.runtime.api.el.AbstractBindingContextBuilderFactory
 
create(ModuleNamespace) - Method in class org.mule.runtime.api.el.AbstractExpressionModuleBuilderFactory
 
create() - Method in interface org.mule.runtime.api.el.DefaultExpressionLanguageFactoryService
Create the expression language
create() - Static method in interface org.mule.runtime.api.event.InputEvent
 
create(Event) - Static method in interface org.mule.runtime.api.event.InputEvent
 
create(InputEvent) - Static method in interface org.mule.runtime.api.event.InputEvent
 
create() - Method in class org.mule.runtime.api.message.AbstractMuleMessageBuilderFactory
 
create(Message) - Method in class org.mule.runtime.api.message.AbstractMuleMessageBuilderFactory
 
create() - Method in class org.mule.runtime.api.metadata.AbstractDataTypeBuilderFactory
 
create(DataType) - Method in class org.mule.runtime.api.metadata.AbstractDataTypeBuilderFactory
 
create(String, String) - Static method in class org.mule.runtime.api.metadata.MediaType
Returns a media-type for.
create(String, String, Charset) - Static method in class org.mule.runtime.api.metadata.MediaType
Returns a media-type for the given parameters.
create() - Method in class org.mule.runtime.api.tls.AbstractTlsContextFactoryBuilderFactory
 
create(Gson, TypeToken<T>) - Method in class org.mule.runtime.internal.app.declaration.serialization.adapter.ElementDeclarationTypeAdapterFactory
 
CreateException - Exception in org.mule.runtime.api.lifecycle
CreateException is thrown when creating an object inside Mule wasn't possible due to inconsistent internal state or wrong input.
CreateException(I18nMessage, Object) - Constructor for exception org.mule.runtime.api.lifecycle.CreateException
 
CreateException(I18nMessage, Throwable, Object) - Constructor for exception org.mule.runtime.api.lifecycle.CreateException
 
CreateException(Throwable, Object) - Constructor for exception org.mule.runtime.api.lifecycle.CreateException
 
createLock(String) - Method in interface org.mule.runtime.api.lock.LockFactory
Provides a lock to create thread safe Mule components.
createMessage(String, int, Object) - Method in class org.mule.runtime.api.i18n.I18nMessageFactory
Factory method to create a new I18nMessage instance that is filled with the formatted message with id code from the resource bundle bundlePath.
createMessage(String, int, Object, Object) - Method in class org.mule.runtime.api.i18n.I18nMessageFactory
Factory method to create a new I18nMessage instance that is filled with the formatted message with id code from the resource bundle bundlePath.
createMessage(String, int, Object, Object, Object) - Method in class org.mule.runtime.api.i18n.I18nMessageFactory
Factory method to create a new I18nMessage instance that is filled with the formatted message with id code from the resource bundle bundlePath.
createMessage(String, int, Object...) - Method in class org.mule.runtime.api.i18n.I18nMessageFactory
Factory method to create a new I18nMessage instance that is filled with the formatted message with id code from the resource bundle bundlePath.
createMessage(String, int) - Method in class org.mule.runtime.api.i18n.I18nMessageFactory
Factory method to create a new I18nMessage instance that is filled with the formatted message with id code from the resource bundle bundlePath.
createObjectStore(String, ObjectStoreSettings) - Method in interface org.mule.runtime.api.store.ObjectStoreManager
Creates and returns a new ObjectStore, configured according to the state of the settings object.
createServerSocketFactory() - Method in interface org.mule.runtime.api.tls.TlsContextFactory
Allows the creation of a SSLServerSocketFactory that restricts the available protocols and cipher suites in the sockets that are created according to the enabled ones (see TlsContextFactory.getEnabledProtocols() and TlsContextFactory.getEnabledCipherSuites()).
createSocketFactory() - Method in interface org.mule.runtime.api.tls.TlsContextFactory
Allows the creation of a SSLSocketFactory that restricts the available protocols and cipher suites in the sockets that are created according to the enabled ones (see TlsContextFactory.getEnabledProtocols() and TlsContextFactory.getEnabledCipherSuites()).
createSslContext() - Method in interface org.mule.runtime.api.tls.TlsContextFactory
Allows the creation of an SSLContext with the configured keystore and trust store.
createStaticMessage(String) - Static method in class org.mule.runtime.api.i18n.I18nMessageFactory
Factory method to create a I18nMessage instance that is not read from a resource bundle.
createStaticMessage(String, Object...) - Static method in class org.mule.runtime.api.i18n.I18nMessageFactory
Factory method to create a I18nMessage instance that is not read from a resource bundle.
Credentials - Interface in org.mule.runtime.api.security
Credentials holds credentials information for a user.
CredentialsBuilder - Interface in org.mule.runtime.api.security
Builder for a Credentials implementation.
Cursor - Interface in org.mule.runtime.api.streaming
Provides random access to a stream of data.
CURSOR_ITERATOR_PROVIDER - Static variable in interface org.mule.runtime.api.metadata.DataType
 
CURSOR_STREAM_PROVIDER - Static variable in interface org.mule.runtime.api.metadata.DataType
 
CursorIterator<T> - Interface in org.mule.runtime.api.streaming.object
An Iterator which subscribes to the Cursor contract
CursorIteratorProvider - Interface in org.mule.runtime.api.streaming.object
Specialization of CursorProvider which yields instances of CursorIterator
CursorProvider<T extends Cursor> - Interface in org.mule.runtime.api.streaming
Provides instances of Cursor which allows concurrent access to a wrapped stream.
CursorStream - Class in org.mule.runtime.api.streaming.bytes
An InputStream which subscribes to the Cursor contract
CursorStream() - Constructor for class org.mule.runtime.api.streaming.bytes.CursorStream
 
CursorStreamProvider - Interface in org.mule.runtime.api.streaming.bytes
Specialization of CursorProvider which yields instances of CursorStream
CustomizableElementDeclaration - Interface in org.mule.runtime.api.app.declaration
A declaration which can be augmented with custom pieces of information that are not part of the actual element model.
CustomizationService - Interface in org.mule.runtime.api.config.custom
Interface that allows to customize the set of services provided by the MuleContext.

D

DATA_TYPE - Static variable in class org.mule.runtime.api.el.BindingContextUtils
 
DatabasePoolingProfile - Interface in org.mule.runtime.api.config
Pooling configuration for JDBC Data Sources capable of pooling connections.
DataSize - Class in org.mule.runtime.api.util
Represents an amount of information by combining a scalar size with a DataUnit
DataSize(int, DataUnit) - Constructor for class org.mule.runtime.api.util.DataSize
Creates a new instance
DataSourceDecorator - Interface in org.mule.runtime.api.tx
Decorates DataSource if required in order to work with XA transactions
DataType - Interface in org.mule.runtime.api.metadata
Defines a Java type and its association with additional information about the data, like MIME type and encoding.
DataTypeBuilder - Interface in org.mule.runtime.api.metadata
Provides a way to build immutable DataType objects.
DataTypeBuilder.DataTypeCollectionTypeBuilder - Interface in org.mule.runtime.api.metadata
Provides methods to set data associated to the items of a Collection, when the type is a Collection.
DataTypeBuilder.DataTypeFunctionTypeBuilder - Interface in org.mule.runtime.api.metadata
Provides methods to set data associated to the resources of an ExpressionFunction.
DataTypeBuilder.DataTypeMapTypeBuilder - Interface in org.mule.runtime.api.metadata
Provides methods to set data associated to the keys and values of a Map, when the type is a Map.
DataTypeParamsBuilder - Interface in org.mule.runtime.api.metadata
Provides a way to set the java-type independent attributes when building an immutable DataType objects.
DataUnit - Enum in org.mule.runtime.api.util
Units to measure amounts of bytes and convenience transformation methods
declaration - Variable in class org.mule.runtime.api.app.declaration.fluent.BaseElementDeclarer
 
declaration - Variable in class org.mule.runtime.api.meta.model.declaration.fluent.Declarer
 
DeclarationWalker - Class in org.mule.runtime.api.meta.model.declaration.fluent.util
Navigates a ExtensionDeclaration and invokes methods when important model components are found.
DeclarationWalker() - Constructor for class org.mule.runtime.api.meta.model.declaration.fluent.util.DeclarationWalker
 
Declarer<T extends BaseDeclaration> - Class in org.mule.runtime.api.meta.model.declaration.fluent
Base class for a component which can be used to create a BaseDeclaration
Declarer(T) - Constructor for class org.mule.runtime.api.meta.model.declaration.fluent.Declarer
Creates a new instance
DeclaresExternalLibraries<T extends Declarer> - Interface in org.mule.runtime.api.meta.model.declaration.fluent
Common interface for declarers which support adding ExternalLibraryModel instances
declaringExtension - Variable in class org.mule.runtime.api.app.declaration.ElementDeclaration
 
decorate(DataSource, String, DatabasePoolingProfile) - Method in interface org.mule.runtime.api.tx.DataSourceDecorator
Decorates a dataSource
DEFAULT_EVICTION_INTERVAL_MILLIS - Static variable in class org.mule.runtime.api.config.PoolingProfile
Determines the number of milliseconds between runs of the object evictor.
DEFAULT_EXPIRATION_INTERVAL - Static variable in class org.mule.runtime.api.store.ObjectStoreSettings
 
DEFAULT_GROUP_NAME - Static variable in interface org.mule.runtime.api.meta.model.parameter.ParameterGroupModel
Group name for parameters that are considered for general purposes and shouldn't belong to a particular group.
DEFAULT_MAX_POOL_ACTIVE - Static variable in class org.mule.runtime.api.config.PoolingProfile
Controls the maximum number of Mule components that can be borrowed from a service pool at one time.
DEFAULT_MAX_POOL_IDLE - Static variable in class org.mule.runtime.api.config.PoolingProfile
Controls the maximum number of Mule components that can sit idle in the pool at any time.
DEFAULT_MAX_POOL_WAIT - Static variable in class org.mule.runtime.api.config.PoolingProfile
When the threadPoolExhaustedAction is set to WHEN_EXHAUSTED_WAIT this can specify the maximum milliseconds the pool should block before throwing a NoSuchElementException
DEFAULT_MIN_EVICTION_MILLIS - Static variable in class org.mule.runtime.api.config.PoolingProfile
Determines the minimum amount of time an object may sit idle in the pool before it is eligible for eviction.
DEFAULT_NAMESPACE_URI_MASK - Static variable in interface org.mule.runtime.internal.dsl.DslConstants
Format mask for the default location of a schema
DEFAULT_OBJECT_SERIALIZER_NAME - Static variable in interface org.mule.runtime.api.serialization.ObjectSerializer
 
DEFAULT_ORDER - Static variable in class org.mule.runtime.api.meta.model.display.LayoutModel
 
DEFAULT_PARTITION_NAME - Static variable in interface org.mule.runtime.api.store.ObjectStoreManager
The name of the default partition
DEFAULT_PARTITION_NAME - Static variable in interface org.mule.runtime.api.store.PartitionableObjectStore
The name of the default partition
DEFAULT_POOL_EXHAUSTED_ACTION - Static variable in class org.mule.runtime.api.config.PoolingProfile
Specifies the behaviour of the Mule component pool when the pool is exhausted: WHEN_EXHAUSTED_FAIL : will throw a NoSuchElementException WHEN_EXHAUSTED_WAIT : will block (invoke Object.wait(long) until a new or idle object is available. WHEN_EXHAUSTED_GROW : will create a new Mule and return it (essentially making maxActive meaningless). If a positive maxWait value is supplied, it will block for at most that many milliseconds, after which a NoSuchElementException will be thrown.
DEFAULT_POOL_INITIALISATION_POLICY - Static variable in class org.mule.runtime.api.config.PoolingProfile
Determines how components in a pool should be initialised.
DEFAULT_RELOAD_CONTROL - Static variable in class org.mule.runtime.api.i18n.I18nMessageFactory
DEFAULT_STACKTRACE_FILTER - Static variable in class org.mule.runtime.api.exception.ExceptionHelper
 
DefaultArtifactDeclarationJsonSerializer - Class in org.mule.runtime.internal.app.declaration.serialization
Default implementation of an ArtifactDeclarationJsonSerializer
DefaultArtifactDeclarationJsonSerializer(boolean) - Constructor for class org.mule.runtime.internal.app.declaration.serialization.DefaultArtifactDeclarationJsonSerializer
 
DefaultDslResolvingContext - Class in org.mule.runtime.internal.dsl
Default implementation of DslResolvingContext that uses the Set of ExtensionModel to provide the required ExtensionModels
DefaultDslResolvingContext(Set<ExtensionModel>) - Constructor for class org.mule.runtime.internal.dsl.DefaultDslResolvingContext
 
DefaultExpressionLanguageFactoryService - Interface in org.mule.runtime.api.el
Provides a factory for the default Expression language that is going to be used by the MuleExpressionLanguage
defaultingTo(Object) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.OptionalParameterDeclarer
Adds a default value for the parameter
DefaultInputEvent - Class in org.mule.runtime.internal.event
Default implementation for InputEvent.
DefaultInputEvent() - Constructor for class org.mule.runtime.internal.event.DefaultInputEvent
 
DefaultInputEvent(Event) - Constructor for class org.mule.runtime.internal.event.DefaultInputEvent
 
DefaultInputEvent(InputEvent) - Constructor for class org.mule.runtime.internal.event.DefaultInputEvent
 
DefaultMetadataKey - Class in org.mule.runtime.api.metadata
Default immutable implementation for the MetadataKey.
DefaultMetadataKey(String, String, Set<MetadataProperty>, Set<MetadataKey>, String) - Constructor for class org.mule.runtime.api.metadata.DefaultMetadataKey
 
DefaultTypeCatalog - Class in org.mule.runtime.internal.meta.type
Default implementation of a TypeCatalog
DefaultTypeCatalog(Set<ExtensionModel>) - Constructor for class org.mule.runtime.internal.meta.type.DefaultTypeCatalog
 
DefaultValidationResult - Class in org.mule.runtime.api.el
 
DefaultValidationResult(boolean, String) - Constructor for class org.mule.runtime.api.el.DefaultValidationResult
 
DefaultValidationResult(boolean, String, List<ValidationMessage>) - Constructor for class org.mule.runtime.api.el.DefaultValidationResult
 
delist() - Method in interface org.mule.runtime.api.tx.MuleXaObject
 
DELIST_METHOD_NAME - Static variable in interface org.mule.runtime.api.tx.MuleXaObject
 
describedAs(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConfigurationDeclarer
Adds a description to the configuration
describedAs(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConnectionProviderDeclarer
Adds a description to the provider
describedAs(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclarer
Adds a description
describedAs(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.NestedComponentDeclarer
Adds a description
describedAs(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.NestedRouteDeclarer
Adds a description
describedAs(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.OutputDeclarer
Adds a description
describedAs(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclarer
Adds a description
describedAs(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterizedDeclarer
Adds a description
DescribedObject - Interface in org.mule.runtime.api.meta
A generic contract for a class that has a description.
deserialize(String) - Method in interface org.mule.runtime.api.app.declaration.serialization.ArtifactDeclarationJsonSerializer
Deserializes a JSON representation of an ArtifactDeclaration, to an actual instance of it.
deserialize(String) - Method in class org.mule.runtime.api.connection.serialization.ErrorTypeSerializer
Deserializes a JSON representation of an ErrorType, to an actual instance of it.
deserialize(String) - Method in class org.mule.runtime.api.deployment.persistence.AbstractMuleArtifactModelJsonSerializer
Deserializes the given JSON back into the corresponding Java object
deserialize(byte[]) - Method in interface org.mule.runtime.api.serialization.SerializationProtocol
Deserializes the given bytes.
deserialize(byte[], ClassLoader) - Method in interface org.mule.runtime.api.serialization.SerializationProtocol
Deserializes the given bytes.
deserialize(InputStream) - Method in interface org.mule.runtime.api.serialization.SerializationProtocol
Deserializes the given stream of bytes.
deserialize(InputStream, ClassLoader) - Method in interface org.mule.runtime.api.serialization.SerializationProtocol
Deserializes the given stream of bytes.
deserialize(String) - Method in class org.mule.runtime.internal.app.declaration.serialization.DefaultArtifactDeclarationJsonSerializer
Deserializes a JSON representation of an ArtifactDeclaration, to an actual instance of it.
DISABLE_SCHEDULER_SOURCES_PROPERTY - Static variable in interface org.mule.runtime.api.deployment.management.ComponentInitialStateManager
This is a configuration property that can be set at deployment time to disable the scheduler message sources to be started when deploying an application.
disconnect(C) - Method in interface org.mule.runtime.api.connection.ConnectionProvider
Disposes the given connection, freeing all its allocated resources
DisplayModel - Class in org.mule.runtime.api.meta.model.display
A model which provides directives about how the model should be shown in the user interface.
DisplayModel.DisplayModelBuilder - Class in org.mule.runtime.api.meta.model.display
A Builder which allows creating instances of DisplayModel
displayName(String) - Method in class org.mule.runtime.api.meta.model.display.DisplayModel.DisplayModelBuilder
Sets the name which should be use to show this model
Disposable - Interface in org.mule.runtime.api.lifecycle
Disposable is a lifecycle interface that gets called at the dispose lifecycle stage of the implementing service as the service is being destroyed.
dispose() - Method in interface org.mule.runtime.api.lifecycle.Disposable
A lifecycle method where implementor should free up any resources.
disposeCache(String) - Method in interface org.mule.runtime.api.metadata.MetadataService
Removes the MetadataCache with the specified id.
disposePartition(String) - Method in interface org.mule.runtime.api.store.PartitionableObjectStore
Disposes the given partition, releasing all associated resources and storage.
disposeStore(String) - Method in interface org.mule.runtime.api.store.ObjectStoreManager
Clears the object store of the given name and releases all resources associated to it, including memory, storage, etc.
doContains(String) - Method in class org.mule.runtime.api.store.TemplateObjectStore
doCreateModel(List<String>, Boolean) - Method in class org.mule.runtime.api.deployment.meta.MuleApplicationModel.MuleApplicationModelBuilder
 
doCreateModel(List<String>, Boolean) - Method in class org.mule.runtime.api.deployment.meta.MuleDeployableModel.MuleDeployableModelBuilder
 
doCreateModel(List<String>, Boolean) - Method in class org.mule.runtime.api.deployment.meta.MuleDomainModel.MuleDomainModelBuilder
 
DOMAIN_NAMESPACE - Static variable in interface org.mule.runtime.internal.dsl.DslConstants
Namespace for Mule core domain elements
DOMAIN_PREFIX - Static variable in interface org.mule.runtime.internal.dsl.DslConstants
This is the namespace prefix for core domain elements in the configuration.
doRemove(String) - Method in class org.mule.runtime.api.store.TemplateObjectStore
Template method for TemplateObjectStore.remove(String) (String, Serializable)}.
doRetrieve(String) - Method in class org.mule.runtime.api.store.TemplateObjectStore
doStore(String, T) - Method in class org.mule.runtime.api.store.TemplateObjectStore
DslConstants - Interface in org.mule.runtime.internal.dsl
Mule DSL constants.
DslResolvingContext - Interface in org.mule.runtime.api.dsl
Context used to discover the ExtensionModels required to generate the DSL related views of a given component.
dynamic(boolean) - Method in class org.mule.runtime.api.metadata.descriptor.ParameterMetadataDescriptor.ParameterMetadataDescriptorBuilder
Indicates that the type comes from a dynamic type resolver
dynamic(boolean) - Method in class org.mule.runtime.api.metadata.descriptor.TypeMetadataDescriptor.TypeMetadataDescriptorBuilder
Indicates that the type comes from a dynamic type resolver

E

EE_DOMAIN_NAMESPACE - Static variable in interface org.mule.runtime.internal.dsl.DslConstants
Namespace for EE domain elements
EE_DOMAIN_PREFIX - Static variable in interface org.mule.runtime.internal.dsl.DslConstants
This is the namespace prefix for EE domain elements in the configuration.
EE_NAMESPACE - Static variable in interface org.mule.runtime.internal.dsl.DslConstants
Namespace for EE elements
EE_PREFIX - Static variable in interface org.mule.runtime.internal.dsl.DslConstants
This is the namespace prefix for EE elements in the configuration.
ElementDeclaration - Class in org.mule.runtime.api.app.declaration
Base of a programmatic descriptor of the configuration for any element present in a mule application.
ElementDeclaration() - Constructor for class org.mule.runtime.api.app.declaration.ElementDeclaration
 
ElementDeclarationContainer - Interface in org.mule.runtime.api.app.declaration
Adds lookup methods to find a given ElementDeclaration that is part of this container declaration.
ElementDeclarationTypeAdapterFactory - Class in org.mule.runtime.internal.app.declaration.serialization.adapter
TypeAdapterFactory implementation for creating ElementDeclaration TypeAdapters
ElementDeclarationTypeAdapterFactory() - Constructor for class org.mule.runtime.internal.app.declaration.serialization.adapter.ElementDeclarationTypeAdapterFactory
 
ElementDeclarer - Class in org.mule.runtime.api.app.declaration.fluent
Base declarer for a given ElementDeclaration
enabledCipherSuites(String) - Method in interface org.mule.runtime.api.tls.TlsContextFactoryBuilder
Defines the enabled TLS cipher suites, which must be a subset of the global enabled ones, otherwise a CreateException will occur upon TlsContextFactoryBuilder.build().
enabledProtocols(String) - Method in interface org.mule.runtime.api.tls.TlsContextFactoryBuilder
Defines the enabled TLS protocols, which must be a subset of the global enabled ones, otherwise a CreateException will occur upon TlsContextFactoryBuilder.build().
enlist() - Method in interface org.mule.runtime.api.tx.MuleXaObject
 
ENLIST_METHOD_NAME - Static variable in interface org.mule.runtime.api.tx.MuleXaObject
 
EnrichableElementDeclaration - Class in org.mule.runtime.api.app.declaration
A programmatic descriptor of an ElementDeclaration that can be enriched with custom properties and parameters.
EnrichableElementDeclaration() - Constructor for class org.mule.runtime.api.app.declaration.EnrichableElementDeclaration
 
EnrichableElementDeclarer<D extends EnrichableElementDeclarer,T extends EnrichableElementDeclaration> - Class in org.mule.runtime.api.app.declaration.fluent
Allows configuring an EnrichableElementDeclaration through a fluent API
EnrichableModel - Interface in org.mule.runtime.api.meta.model
A model which can be augmented with custom pieces of information that are not part of the canonical introspection model.
EntityMetadataProvider - Interface in org.mule.runtime.api.metadata
This interface allows a Component that processes a Message to expose its metadata descriptor, containing all the MetadataType information associated to the Component's input and output elements
entryList() - Method in class org.mule.runtime.api.util.MultiMap
Returns a List view of the mappings contained in this map, including an entry for each value associated to the same key.
entrySet() - Method in class org.mule.runtime.api.util.CaseInsensitiveMapWrapper
 
entrySet() - Method in class org.mule.runtime.api.util.MultiMap
 
entryTtl(Long) - Method in class org.mule.runtime.api.store.ObjectStoreSettings.Builder
Sets the entry timeout in milliseconds.
equals(Object) - Method in class org.mule.runtime.api.app.declaration.ArtifactDeclaration
 
equals(Object) - Method in class org.mule.runtime.api.app.declaration.ComponentElementDeclaration
 
equals(Object) - Method in class org.mule.runtime.api.app.declaration.ConfigurationElementDeclaration
 
equals(Object) - Method in class org.mule.runtime.api.app.declaration.ElementDeclaration
 
equals(Object) - Method in class org.mule.runtime.api.app.declaration.EnrichableElementDeclaration
 
equals(Object) - Method in class org.mule.runtime.api.app.declaration.fluent.ParameterListValue
 
equals(Object) - Method in class org.mule.runtime.api.app.declaration.fluent.ParameterObjectValue
 
equals(Object) - Method in class org.mule.runtime.api.app.declaration.fluent.ParameterSimpleValue
 
equals(Object) - Method in class org.mule.runtime.api.app.declaration.ParameterElementDeclaration
 
equals(Object) - Method in class org.mule.runtime.api.app.declaration.ParameterGroupElementDeclaration
 
equals(Object) - Method in class org.mule.runtime.api.app.declaration.ParameterizedElementDeclaration
 
equals(Object) - Method in class org.mule.runtime.api.app.declaration.TopLevelParameterDeclaration
 
equals(Object) - Method in class org.mule.runtime.api.component.location.Location.LocationImpl
 
equals(Object) - Method in class org.mule.runtime.api.config.PoolingProfile
 
equals(Object) - Method in class org.mule.runtime.api.el.ModuleNamespace
 
equals(Object) - Method in exception org.mule.runtime.api.exception.MuleException
 
equals(Object) - Method in class org.mule.runtime.api.meta.model.display.DisplayModel
 
equals(Object) - Method in class org.mule.runtime.api.meta.model.display.LayoutModel
 
equals(Object) - Method in class org.mule.runtime.api.meta.model.display.PathModel
 
equals(Object) - Method in class org.mule.runtime.api.meta.model.error.ImmutableErrorModel
 
equals(Object) - Method in class org.mule.runtime.api.meta.model.ImportedTypeModel
 
equals(Object) - Method in class org.mule.runtime.api.meta.model.parameter.ValueProviderModel
 
equals(Object) - Method in class org.mule.runtime.api.meta.model.stereotype.ImmutableStereotypeModel
 
equals(Object) - Method in class org.mule.runtime.api.meta.MuleVersion
 
equals(Object) - Method in class org.mule.runtime.api.metadata.DefaultMetadataKey
 
equals(Object) - Method in class org.mule.runtime.api.metadata.MediaType
 
equals(Object) - Method in class org.mule.runtime.api.metadata.resolving.FailureCode
 
equals(Object) - Method in class org.mule.runtime.api.metadata.TypedValue
 
equals(Object) - Method in class org.mule.runtime.api.util.MultiMap
 
equals(Object) - Method in class org.mule.runtime.api.util.Pair
equals(Object) - Method in class org.mule.runtime.api.util.Reference
 
equals(Object) - Method in class org.mule.runtime.api.value.ImmutableValueResult
 
equals(Object) - Method in class org.mule.runtime.api.value.ResolvingFailure
 
ERROR - Static variable in class org.mule.runtime.api.el.BindingContextUtils
 
error(Error) - Method in interface org.mule.runtime.api.event.InputEvent
Sets an error related to the produced event.
Error - Interface in org.mule.runtime.api.message
 
error(Error) - Method in class org.mule.runtime.internal.event.DefaultInputEvent
 
ERROR_HANDLER - Static variable in interface org.mule.runtime.api.component.location.Location
 
errorMessage() - Method in class org.mule.runtime.api.el.DefaultValidationResult
 
errorMessage() - Method in interface org.mule.runtime.api.el.ValidationResult
 
ErrorMessageAwareException - Interface in org.mule.runtime.api.exception
Exception that holds a Message regarding the error that occurred.
ErrorModel - Interface in org.mule.runtime.api.meta.model.error
A model which represents a possible error that could be thrown by the component represented by the ComponentModel.
ErrorModelBuilder - Class in org.mule.runtime.api.meta.model.error
Builder pattern implementation to build ErrorModel instances.
ErrorType - Interface in org.mule.runtime.api.message
An ErrorType describes an type of error that may be thrown by a mule component.
ErrorTypeSerializer - Class in org.mule.runtime.api.connection.serialization
Serializer that can convert an ErrorType into a readable and processable JSON representation and from a JSON String to an ErrorType instance
evaluate(String, BindingContext) - Method in interface org.mule.runtime.api.el.ExpressionLanguage
Evaluates an expression according to a given BindingContext and the global one.
evaluate(String, DataType, BindingContext) - Method in interface org.mule.runtime.api.el.ExpressionLanguage
Evaluates an expression according to a given BindingContext, the global one and the DataType of the expected result.
Event - Interface in org.mule.runtime.api.event
Context of information related to the execution of the components.
EventContext - Interface in org.mule.runtime.api.event
 
example(String) - Method in class org.mule.runtime.api.meta.model.display.DisplayModel.DisplayModelBuilder
An example about the content of this model
ExceptionHelper - Class in org.mule.runtime.api.exception
ExceptionHelper provides a number of helper functions that can be useful for dealing with Mule exceptions.
ExceptionHelper() - Constructor for class org.mule.runtime.api.exception.ExceptionHelper
Do not instanciate.
ExceptionReader - Interface in org.mule.runtime.api.legacy.exception
Provides a strategy interface for reading information from an exception in a consistent way.
ExclusiveParametersDeclaration - Class in org.mule.runtime.api.meta.model.declaration.fluent
A declaration object to indicate that parameters in a ParameterizedDeclaration are mutually exclusive
ExclusiveParametersDeclaration(Set<String>, boolean) - Constructor for class org.mule.runtime.api.meta.model.declaration.fluent.ExclusiveParametersDeclaration
Creates a new instance
ExclusiveParametersModel - Interface in org.mule.runtime.api.meta.model.parameter
Indicates that some of the optional parameters in a ParameterGroupModel are mutually exclusive and cannot be defined at the same time.
ExecutableComponent - Interface in org.mule.runtime.api.component.execution
Component representable in the Mule configuration that allows to be executed programmatically
ExecutableComponentDeclaration<T extends ExecutableComponentDeclaration> - Class in org.mule.runtime.api.meta.model.declaration.fluent
A declaration object for a OperationModel.
ExecutableComponentDeclarer<T extends ExecutableComponentDeclarer,D extends ExecutableComponentDeclaration> - Class in org.mule.runtime.api.meta.model.declaration.fluent
Base class for declarers which allow to construct an OperationDeclaration
execute(InputEvent) - Method in interface org.mule.runtime.api.component.execution.ExecutableComponent
Executes the component based on a InputEvent created programmatically be the user.
execute(Event) - Method in interface org.mule.runtime.api.component.execution.ExecutableComponent
Executes the component based on a Event that may have been provided by another component execution.
ExecutionType - Enum in org.mule.runtime.api.meta.model.operation
In order for Mule to determine the best way to execute different components, it needs to know the type of work the components will be performing.
expirationInterval(Long) - Method in class org.mule.runtime.api.store.ObjectStoreSettings.Builder
Sets how frequently should the expiration thread run.
ExpressionExecutionException - Exception in org.mule.runtime.api.el
Indicates than an error occurred while executing an expression.
ExpressionExecutionException(I18nMessage) - Constructor for exception org.mule.runtime.api.el.ExpressionExecutionException
 
ExpressionExecutionException(I18nMessage, Throwable) - Constructor for exception org.mule.runtime.api.el.ExpressionExecutionException
 
ExpressionExecutionException(Throwable) - Constructor for exception org.mule.runtime.api.el.ExpressionExecutionException
 
ExpressionFunction - Interface in org.mule.runtime.api.el
Representation of a function to be used by an ExpressionLanguage.
ExpressionLanguage - Interface in org.mule.runtime.api.el
Evaluates an expression considering a set of given bindings and a set of global ones.
ExpressionModule - Interface in org.mule.runtime.api.el
Represents a collection of bindings under a given namespace.
ExpressionModule.Builder - Interface in org.mule.runtime.api.el
 
ExpressionSupport - Enum in org.mule.runtime.api.meta
Enumerates the different types of support that a given component can provide regarding expressions
ExtensionDeclaration - Class in org.mule.runtime.api.meta.model.declaration.fluent
A declaration object for a ExtensionModel.
ExtensionDeclarer - Class in org.mule.runtime.api.meta.model.declaration.fluent
A builder object which allows creating an ExtensionDeclaration through a fluent API.
ExtensionDeclarer() - Constructor for class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclarer
Constructor for this descriptor
ExtensionModel - Interface in org.mule.runtime.api.meta.model
An Extension that provides packaged functionality.
ExtensionWalker - Class in org.mule.runtime.api.meta.model.util
Navigates a ExtensionModel and invokes methods when important model components are found.
ExtensionWalker() - Constructor for class org.mule.runtime.api.meta.model.util.ExtensionWalker
 
ExternalLibraryModel - Class in org.mule.runtime.api.meta.model
Describes a library that the extension depends on but is not packaged with it.
ExternalLibraryModel.ExternalLibraryModelBuilder - Class in org.mule.runtime.api.meta.model
A Builder for creating instances of ExternalLibraryModel.
ExternalLibraryType - Enum in org.mule.runtime.api.meta
Enumerates the different types of external libraries an extension may require

F

fail(Throwable) - Method in interface org.mule.runtime.api.interception.InterceptionAction
Interrupts the current interception chain, not running the next interceptors in the chain and the intercepted component.
fail(ErrorType) - Method in interface org.mule.runtime.api.interception.InterceptionAction
Interrupts the current interception chain, not running the next interceptors in the chain and the intercepted component.
failure(String, Exception) - Static method in class org.mule.runtime.api.connection.ConnectionValidationResult
 
failure(String, ErrorType, Exception) - Static method in class org.mule.runtime.api.connection.ConnectionValidationResult
 
failure(String) - Static method in interface org.mule.runtime.api.el.ValidationResult
 
failure(String, List<ValidationMessage>) - Static method in interface org.mule.runtime.api.el.ValidationResult
 
failure(String, String) - Static method in interface org.mule.runtime.api.el.ValidationResult
 
failure(T, MetadataFailure...) - Static method in interface org.mule.runtime.api.metadata.resolving.MetadataResult
Creates a failure MetadataResult with a payload and with one or more associated MetadataFailures.
failure(T, List<MetadataFailure>) - Static method in interface org.mule.runtime.api.metadata.resolving.MetadataResult
Creates a failure MetadataResult with a payload and a list of associated MetadataFailures.
failure(MetadataFailure...) - Static method in interface org.mule.runtime.api.metadata.resolving.MetadataResult
Creates a failure MetadataResult with one or more associated MetadataFailures.
failure(List<MetadataFailure>) - Static method in interface org.mule.runtime.api.metadata.resolving.MetadataResult
Creates a failure MetadataResult with a list of associated MetadataFailures.
FailureCode - Class in org.mule.runtime.api.metadata.resolving
Standard error codes to describe common errors that may occur during Metadata fetching operations
FailureCode(String) - Constructor for class org.mule.runtime.api.metadata.resolving.FailureCode
 
FailureMetadataResult<T> - Class in org.mule.runtime.api.metadata.resolving
Immutable implementation of MetadataResult for failure results.
find(Location) - Method in interface org.mule.runtime.api.component.location.ConfigurationComponentLocator
Finds a component in the configuration with the specified location.
find(ComponentIdentifier) - Method in interface org.mule.runtime.api.component.location.ConfigurationComponentLocator
Finds all the components with the given identifier within the artifact.
findAll() - Method in interface org.mule.runtime.api.component.location.ConfigurationComponentLocator
Finds all the components within the artifact.
findElement(Location) - Method in class org.mule.runtime.api.app.declaration.ArtifactDeclaration
Looks for an ElementDeclaration contained by this declaration based on the given Location.
findElement(List<String>) - Method in class org.mule.runtime.api.app.declaration.ComponentElementDeclaration
Looks for an ElementDeclaration contained by this declaration based on the parts of a Location.
findElement(List<String>) - Method in class org.mule.runtime.api.app.declaration.ConfigurationElementDeclaration
Looks for a ParameterElementDeclaration contained by this declaration based on the parts of a Location.
findElement(List<String>) - Method in class org.mule.runtime.api.app.declaration.ConstructElementDeclaration
Looks for an ElementDeclaration contained by this declaration based on the parts of a Location.
findElement(List<String>) - Method in interface org.mule.runtime.api.app.declaration.ElementDeclarationContainer
Looks for an ElementDeclaration contained by this declaration based on the parts of a Location.
findElement(List<String>) - Method in class org.mule.runtime.api.app.declaration.ParameterGroupElementDeclaration
Looks for a ParameterElementDeclaration contained by this declaration based on the parts of a Location.
findElement(List<String>) - Method in class org.mule.runtime.api.app.declaration.ParameterizedElementDeclaration
Looks for a ParameterElementDeclaration contained by this declaration based on the parts of a Location.
findElement(List<String>) - Method in class org.mule.runtime.api.app.declaration.TopLevelParameterDeclaration
 
flatMap(Function<T, R>) - Method in class org.mule.runtime.api.util.LazyValue
Applies the given function through the output of LazyValue.get().
FLOW - Static variable in class org.mule.runtime.api.el.BindingContextUtils
 
FLOW_ELEMENT_IDENTIFIER - Static variable in interface org.mule.runtime.internal.dsl.DslConstants
The identifier name of a flow
forExtension(String) - Static method in class org.mule.runtime.api.app.declaration.fluent.ElementDeclarer
Creates a new instance of a declarer associated to the Extension with the given name
fromFunction(ExpressionFunction) - Static method in interface org.mule.runtime.api.metadata.DataType
Shortcut to create the DataType from an ExpressionFunction instance.
fromFunction(ExpressionFunction) - Method in interface org.mule.runtime.api.metadata.DataTypeBuilder
Populates the builder from the given ExpressionFunction.
fromObject(Object) - Static method in interface org.mule.runtime.api.metadata.DataType
Shortcut to create the DataType from an Object instance.
fromObject(Object) - Method in interface org.mule.runtime.api.metadata.DataTypeBuilder
Populates the builder from the given value.
fromType(Class<?>) - Static method in interface org.mule.runtime.api.metadata.DataType
Shortcut to create a DataType using just a Java type.
fromVendor(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclarer
Adds the extension's Vendor name
fullStackTraces - Static variable in class org.mule.runtime.api.exception.ExceptionHelper
When false (default), some internal Mule entries are removed from exception stacktraces for readability.
FunctionDataType - Interface in org.mule.runtime.api.metadata
A data type that represents a function, with it's optional return type and parameter types.
FunctionDeclaration - Class in org.mule.runtime.api.meta.model.declaration.fluent
A declaration object for a OperationModel.
FunctionDeclaration(String) - Constructor for class org.mule.runtime.api.meta.model.declaration.fluent.FunctionDeclaration
FunctionDeclarer - Class in org.mule.runtime.api.meta.model.declaration.fluent
Allows configuring a FunctionDeclaration through a fluent API
FunctionModel - Interface in org.mule.runtime.api.meta.model.function
A definition of an function in a ExtensionModel.
FunctionParameter - Class in org.mule.runtime.api.metadata
Representation of a function's parameter, including it's name, type and optionally, a default value.
FunctionParameter(String, DataType, FunctionParameter.DefaultValueResolver) - Constructor for class org.mule.runtime.api.metadata.FunctionParameter
 
FunctionParameter(String, DataType) - Constructor for class org.mule.runtime.api.metadata.FunctionParameter
 
FunctionParameter.DefaultValueResolver - Interface in org.mule.runtime.api.metadata
Resolves a FunctionParameter default value.
functionType(Class<? extends ExpressionFunction>) - Method in interface org.mule.runtime.api.metadata.DataTypeBuilder
Sets the given type for the FunctionDataType to be built.

G

get(Serializable) - Method in interface org.mule.runtime.api.metadata.MetadataCache
 
get() - Method in class org.mule.runtime.api.metadata.resolving.FailureMetadataResult
get() - Method in interface org.mule.runtime.api.metadata.resolving.MetadataResult
 
get() - Method in class org.mule.runtime.api.metadata.resolving.SuccessMetadataResult
get(Object) - Method in class org.mule.runtime.api.util.CaseInsensitiveMapWrapper
 
get() - Method in class org.mule.runtime.api.util.LazyValue
Returns the lazy value.
get(Object) - Method in class org.mule.runtime.api.util.MultiMap
 
get() - Method in class org.mule.runtime.api.util.Reference
 
GET_TARGET_OBJECT_METHOD_NAME - Static variable in interface org.mule.runtime.api.tx.MuleXaObject
 
getAcquireIncrement() - Method in interface org.mule.runtime.api.config.DatabasePoolingProfile
 
getActingParameters() - Method in class org.mule.runtime.api.meta.model.parameter.ValueProviderModel
 
getAlgorithm() - Method in interface org.mule.runtime.api.tls.TlsContextStoreConfiguration
 
getAlias() - Method in interface org.mule.runtime.api.tls.TlsContextKeyStoreConfiguration
 
getAll(Object) - Method in class org.mule.runtime.api.util.MultiMap
Returns the values to which the specified key is mapped.
getAllBaseTypes() - Method in interface org.mule.runtime.api.meta.type.TypeCatalog
 
getAllBaseTypes() - Method in class org.mule.runtime.internal.meta.type.DefaultTypeCatalog
 
getAllowedStereotypeModels() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclaration
 
getAllowedStereotypes() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.NestedComponentDeclaration
 
getAllowedStereotypes() - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.WithAllowedStereotypesDeclaration
 
getAllowedStereotypes() - Method in interface org.mule.runtime.api.meta.model.nested.NestedComponentModel
 
getAllowedStereotypes() - Method in interface org.mule.runtime.api.meta.model.parameter.ParameterModel
 
getAllParameterModels() - Method in interface org.mule.runtime.api.meta.model.parameter.ParameterizedModel
Returns all the parameters on all groups.
getAllParameterModels() - Method in interface org.mule.runtime.api.meta.model.source.SourceModel
Returns all the ParameterModel on all groups, including the ones declared on the success and error callbacks.
getAllParameters() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.NestedRouteDeclaration
 
getAllParameters() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterizedDeclaration
Returns all the parameter declarations declared on all groups.
getAllParameters() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.SourceDeclaration
Returns all the parameter declarations declared on all groups, including the ones declared on the success and error callbacks
getAllParameters() - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.WithParametersDeclaration
Returns all the parameter declarations declared on all groups.
getAllParameters() - Method in class org.mule.runtime.api.metadata.descriptor.InputMetadataDescriptor
 
getAllSubTypes() - Method in interface org.mule.runtime.api.meta.type.TypeCatalog
 
getAllSubTypes() - Method in class org.mule.runtime.internal.meta.type.DefaultTypeCatalog
 
getAnnotation(QName) - Method in class org.mule.runtime.api.meta.AbstractAnnotatedObject
 
getAnnotation(QName) - Method in interface org.mule.runtime.api.meta.AnnotatedObject
Gets the value of specified annotation.
getAnnotations() - Method in class org.mule.runtime.api.meta.AbstractAnnotatedObject
 
getAnnotations() - Method in interface org.mule.runtime.api.meta.AnnotatedObject
Gets all annotations.
getArgs() - Method in class org.mule.runtime.api.i18n.I18nMessage
 
getArtifactObjectProvider() - Method in interface org.mule.runtime.api.ioc.ObjectProviderConfiguration
ObjectProvider implementation for objects of the mule runtime.
getAttributes() - Method in class org.mule.runtime.api.deployment.meta.MuleArtifactLoaderDescriptor
 
getAttributes() - Method in interface org.mule.runtime.api.message.Message
Gets the attributes associated with the Message.
getAttributesMetadata() - Method in class org.mule.runtime.api.metadata.descriptor.OutputMetadataDescriptor
 
getAttributesType(MetadataContext, K) - Method in interface org.mule.runtime.api.metadata.resolving.AttributesTypeResolver
Given an instance of type K, resolves their MetadataType, which represents the type structure.
getAuthentication() - Method in interface org.mule.runtime.api.event.Event
Returns the authentication information for the event
getBaseType() - Method in class org.mule.runtime.api.meta.model.SubTypesModel
 
getBundle(String) - Method in class org.mule.runtime.api.i18n.I18nMessageFactory
 
getBundleDescriptorLoader() - Method in class org.mule.runtime.api.deployment.meta.AbstractMuleArtifactModel
 
getBundleDescriptorLoader() - Method in class org.mule.runtime.api.deployment.meta.AbstractMuleArtifactModelBuilder
 
getBundlePath(String) - Static method in class org.mule.runtime.api.i18n.I18nMessageFactory
Computes the bundle's full path (META-INF/org/mule/i18n/&lt;bundleName&gt;-messages.properties) from bundleName.
getCache() - Method in interface org.mule.runtime.api.metadata.MetadataContext
 
getCategories() - Method in interface org.mule.runtime.api.metadata.MetadataKeysContainer
 
getCategory() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
 
getCategory() - Method in interface org.mule.runtime.api.meta.model.ExtensionModel
Returns the extension's Category that identifies the extension.
getCategoryName() - Method in class org.mule.runtime.api.metadata.MetadataAttributes
Provides the name of the metadata category associated to the Component.
getCategoryName() - Method in interface org.mule.runtime.api.metadata.resolving.NamedTypeResolver
This is the name of the TypeResolver Category, that relates a given TypeKeysResolver with the input and output type resolvers.
getCause(Throwable) - Method in interface org.mule.runtime.api.legacy.exception.ExceptionReader
 
getCause() - Method in interface org.mule.runtime.api.message.Error
The Java exception thrown by the failing component.
getCharset() - Method in class org.mule.runtime.api.metadata.MediaType
 
getChildErrors() - Method in interface org.mule.runtime.api.message.Error
Lists any child Errors, if any.
getChilds() - Method in class org.mule.runtime.api.metadata.DefaultMetadataKey
getChilds() - Method in interface org.mule.runtime.api.metadata.MetadataKey
 
getChilds() - Method in interface org.mule.runtime.api.value.Value
 
getClassLoader() - Method in class org.mule.runtime.api.i18n.I18nMessageFactory
Override this method to return the classloader for the bundle/module which contains the needed resource files.
getClassLoaderModelDescriptorLoader() - Method in class org.mule.runtime.api.deployment.meta.AbstractMuleArtifactModelBuilder
 
getClassLoaderModelLoaderDescriptor() - Method in class org.mule.runtime.api.deployment.meta.AbstractMuleArtifactModel
 
getCode() - Method in class org.mule.runtime.api.i18n.I18nMessage
 
getColumn() - Method in class org.mule.runtime.api.el.validation.Position
 
getComponent() - Method in interface org.mule.runtime.api.component.location.ComponentProvider
 
getComponent() - Method in exception org.mule.runtime.api.lifecycle.LifecycleException
 
getComponentIdentifier() - Method in interface org.mule.runtime.api.component.location.ComponentLocation
 
getComponents() - Method in class org.mule.runtime.api.app.declaration.ComponentElementDeclaration
 
getConfig() - Method in interface org.mule.runtime.api.metadata.MetadataContext
 
getConfigRef() - Method in class org.mule.runtime.api.app.declaration.ComponentElementDeclaration
 
getConfigs() - Method in class org.mule.runtime.api.deployment.meta.MuleDeployableModel
 
getConfigurationModel(String) - Method in interface org.mule.runtime.api.meta.model.ExtensionModel
Returns the ConfigurationModel that matches the given name.
getConfigurationModels() - Method in interface org.mule.runtime.api.meta.model.ExtensionModel
Returns the configurationModels available for this extension.
getConfigurationProperties() - Method in interface org.mule.runtime.api.ioc.ObjectProviderConfiguration
Configuration properties defined by the user in the mule artifact.
getConfigurations() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
Returns an immutable list with the ConfigurationDeclaration instances that have been declared so far.
getConnection() - Method in class org.mule.runtime.api.app.declaration.ConfigurationElementDeclaration
 
getConnection() - Method in exception org.mule.runtime.api.connection.ConnectionException
 
getConnection() - Method in interface org.mule.runtime.api.connection.ConnectionHandler
Returns the connection that's being wrapped.
getConnection() - Method in interface org.mule.runtime.api.metadata.MetadataContext
Retrieves the connection for the related a component and configuration
getConnectionManagementType() - Method in interface org.mule.runtime.api.meta.model.connection.ConnectionProviderModel
 
getConnectionManagementType() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConnectionProviderDeclaration
 
getConnectionProviderModel(String) - Method in interface org.mule.runtime.api.meta.model.connection.HasConnectionProviderModels
Returns the ConnectionProviderModel that matches the given name.
getConnectionProviders() - Method in interface org.mule.runtime.api.meta.model.connection.HasConnectionProviderModels
Returns a List of ConnectionProviderModels defined at the level of the component implementing this interface.
getConnectionProviders() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConfigurationDeclaration
 
getConnectionProviders() - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.ConnectedDeclaration
 
getConnectionProviders() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
 
getConnectionProviders() - Method in interface org.mule.runtime.api.meta.model.ExtensionModel
Returns the ConnectionProviderModels which will be available to every ConfigurationModel defined in this extension.
getConstructModel(String) - Method in interface org.mule.runtime.api.meta.model.construct.HasConstructModels
Returns the ConstructModel that matches the given name.
getConstructModels() - Method in interface org.mule.runtime.api.meta.model.construct.HasConstructModels
Returns a List of ConstructModels defined at the extension level.
getConstructs() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConfigurationDeclaration
getConstructs() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
getConstructs() - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.WithConstructsDeclaration
 
getContext() - Method in interface org.mule.runtime.api.event.Event
 
getCorrelationId() - Method in interface org.mule.runtime.api.event.EventContext
The correlation ID is used to correlate messages between different flows and systems.
getCredentials() - Method in interface org.mule.runtime.api.security.Authentication
 
getCustomConfigurationParameters() - Method in interface org.mule.runtime.api.app.declaration.CustomizableElementDeclaration
The customConfigurationParameters refer to parameters that are part of a declaration configuration but do not match to an element in the model, thus being custom of how the declaration was created.
getCustomConfigurationParameters() - Method in class org.mule.runtime.api.app.declaration.EnrichableElementDeclaration
The customConfigurationParameters refer to parameters that are part of a declaration configuration but do not match to an element in the model, thus being custom of how the declaration was created.
getDataType() - Method in class org.mule.runtime.api.metadata.TypedValue
Returns the data type (if any) associated with this TypedValue's content.
getDeclaration() - Method in class org.mule.runtime.api.app.declaration.fluent.BaseElementDeclarer
 
getDeclaration() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.Declarer
 
getDeclaration() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.NestedRouteDeclarer
getDeclaration() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.OutputDeclarer
Gets the declaration object for this descriptor
getDeclaration() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclarer
Gets the declaration object for this descriptor
getDeclaringExtension() - Method in class org.mule.runtime.api.app.declaration.ElementDeclaration
getDeclaringExtension() - Method in interface org.mule.runtime.api.app.declaration.IdentifiableElementDeclaration
 
getDeclaringExtension(String) - Method in interface org.mule.runtime.api.meta.type.TypeCatalog
 
getDeclaringExtension(String) - Method in class org.mule.runtime.internal.meta.type.DefaultTypeCatalog
 
getDefault(boolean) - Static method in interface org.mule.runtime.api.app.declaration.serialization.ArtifactDeclarationJsonSerializer
Creates a new instance of the ArtifactDeclarationJsonSerializer.
getDefault(Set<ExtensionModel>) - Static method in interface org.mule.runtime.api.dsl.DslResolvingContext
Provides the default implementation of DslResolvingContext based on a given Set of ExtensionModel
getDefault(Set<ExtensionModel>) - Static method in interface org.mule.runtime.api.meta.type.TypeCatalog
 
getDefaultInstance() - Static method in class org.mule.runtime.api.meta.model.ParameterDslConfiguration
 
getDefaultPartition() - Method in interface org.mule.runtime.api.store.ObjectStoreManager
Returns the default partition, which is unbounded and persistent
getDefaultValue() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclaration
 
getDefaultValue() - Method in interface org.mule.runtime.api.meta.model.parameter.ParameterModel
The default value for this parameter.
getDefaultValue(BindingContext) - Method in interface org.mule.runtime.api.metadata.FunctionParameter.DefaultValueResolver
Returns the default value for a FunctionParameter given the current BindingContext, allowing to reference variables as defaults.
getDefaultValueResolver() - Method in class org.mule.runtime.api.metadata.FunctionParameter
 
getDescription() - Method in interface org.mule.runtime.api.message.Error
Concise description of the error.
getDescription() - Method in interface org.mule.runtime.api.meta.DescribedObject
Returns the component's description
getDescription() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.BaseDeclaration
Returns the component's description
getDescription() - Method in class org.mule.runtime.api.meta.model.ExternalLibraryModel
 
getDetailedDescription() - Method in interface org.mule.runtime.api.message.Error
Detailed description of the error.
getDetailedMessage() - Method in exception org.mule.runtime.api.exception.MuleException
 
getDisplayModel() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.BaseDeclaration
 
getDisplayModel() - Method in interface org.mule.runtime.api.meta.model.display.HasDisplayModel
 
getDisplayName() - Method in class org.mule.runtime.api.meta.model.display.DisplayModel
 
getDisplayName() - Method in class org.mule.runtime.api.metadata.DefaultMetadataKey
getDisplayName() - Method in interface org.mule.runtime.api.metadata.MetadataKey
 
getDisplayName() - Method in interface org.mule.runtime.api.value.Value
 
getDocName(Object) - Static method in class org.mule.runtime.api.util.ComponentLocationProvider
 
getDomain() - Method in class org.mule.runtime.api.deployment.meta.MuleApplicationModel
 
getDslConfiguration() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclaration
 
getDslConfiguration() - Method in interface org.mule.runtime.api.meta.model.parameter.ParameterModel
 
getElements() - Method in class org.mule.runtime.api.el.ModuleNamespace
Returns the array of elements that forms the namespace name
getEnabledCipherSuites() - Method in interface org.mule.runtime.api.tls.TlsContextFactory
The list of ciphers that must be used to restrict the creation of the SSL Sockets
getEnabledProtocols() - Method in interface org.mule.runtime.api.tls.TlsContextFactory
The list of enabled protocols that must be used to restrict the creation of the SSL Sockets
getEndPosition() - Method in class org.mule.runtime.api.el.validation.Location
 
getEntityKeys() - Method in interface org.mule.runtime.api.metadata.EntityMetadataProvider
 
getEntityKeys(Location) - Method in interface org.mule.runtime.api.metadata.MetadataService
Returns the list of entity types that can be queried in an EntityMetadataProvider component identified by the Location.
getEntityKeys(MetadataContext) - Method in interface org.mule.runtime.api.metadata.resolving.QueryEntityResolver
Resolves the Set of entities that can be queried in the DSQL operation that uses this resolver, representing them as a Set of MetadataKey.
getEntityMetadata(MetadataKey) - Method in interface org.mule.runtime.api.metadata.EntityMetadataProvider
 
getEntityMetadata(Location, MetadataKey) - Method in interface org.mule.runtime.api.metadata.MetadataService
Resolves an entity TypeMetadataDescriptor for the EntityMetadataProvider component identified by the Location.
getEntityMetadata(MetadataContext, String) - Method in interface org.mule.runtime.api.metadata.resolving.QueryEntityResolver
Given a String representing the id of one of the entities, resolves the corresponding entity MetadataType,
getEntryTTL() - Method in class org.mule.runtime.api.store.ObjectStoreSettings
The entry timeout in milliseconds.
getError() - Method in interface org.mule.runtime.api.event.Event
When a mule component throws an error then an Error object gets generated with all the data associated to the error.
getError() - Method in interface org.mule.runtime.api.event.InputEvent
When a mule component throws an error then an Error object gets generated with all the data associated to the error.
getError() - Method in class org.mule.runtime.internal.event.DefaultInputEvent
 
getErrorCallback() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.SourceDeclaration
 
getErrorCallback() - Method in interface org.mule.runtime.api.meta.model.source.SourceModel
Optionally returns a SourceCallbackModel which will listen for errors thrown by the source owner each time it fails to process any of the generated messages
getErrorMessage() - Method in interface org.mule.runtime.api.exception.ErrorMessageAwareException
Retrieves the error Message to be used in the error creation.
getErrorMessage() - Method in interface org.mule.runtime.api.message.Error
This is an error response generated by the component that failed to process the message.
getErrorModels() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ComponentDeclaration
 
getErrorModels() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
 
getErrorModels() - Method in interface org.mule.runtime.api.meta.model.error.ThrowsErrors
 
getErrorModels() - Method in interface org.mule.runtime.api.meta.model.ExtensionModel
 
getErrors() - Method in interface org.mule.runtime.api.exception.ComposedErrorException
Provides the list of errors associated to this exception.
getErrorType() - Method in exception org.mule.runtime.api.connection.ConnectionException
 
getErrorType() - Method in class org.mule.runtime.api.connection.ConnectionValidationResult
 
getErrorType() - Method in interface org.mule.runtime.api.message.Error
Returns the type of the error.
getEvent() - Method in exception org.mule.runtime.api.component.execution.ComponentExecutionException
 
getEvictionCheckIntervalMillis() - Method in class org.mule.runtime.api.config.PoolingProfile
 
getExample() - Method in class org.mule.runtime.api.meta.model.display.DisplayModel
 
getException() - Method in class org.mule.runtime.api.bulk.BulkItem
An exception if the item was failed
getException() - Method in class org.mule.runtime.api.connection.ConnectionValidationResult
 
getExceptionInfo(Throwable) - Static method in class org.mule.runtime.api.exception.ExceptionHelper
 
getExceptionReader(Throwable) - Static method in class org.mule.runtime.api.exception.ExceptionHelper
Gets an exception reader for the exception.
getExceptionsAsList(Throwable) - Static method in class org.mule.runtime.api.exception.ExceptionHelper
 
getExceptionStack(Throwable) - Static method in class org.mule.runtime.api.exception.ExceptionHelper
 
getExceptionType() - Method in interface org.mule.runtime.api.legacy.exception.ExceptionReader
 
getExclusiveParameterNames() - Method in interface org.mule.runtime.api.meta.model.parameter.ExclusiveParametersModel
 
getExclusiveParameters() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterGroupDeclaration
 
getExclusiveParametersModels() - Method in interface org.mule.runtime.api.meta.model.parameter.ParameterGroupModel
Returns a list of ExclusiveParametersModel which describe mutual exclusions between the parameters
getExecutionType() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.OperationDeclaration
 
getExecutionType() - Method in interface org.mule.runtime.api.meta.model.operation.OperationModel
 
getExhaustedAction() - Method in class org.mule.runtime.api.config.PoolingProfile
 
getExpirationInterval() - Method in class org.mule.runtime.api.store.ObjectStoreSettings
How frequently (in milliseconds) should the expiration thread run.
getExpressionSupport() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclaration
 
getExpressionSupport() - Method in interface org.mule.runtime.api.meta.model.parameter.ParameterModel
The level of support this parameter has for expressions
getExtension(String) - Method in interface org.mule.runtime.api.dsl.DslResolvingContext
Returns an Optional ExtensionModel which name equals the provided name.
getExtension(String) - Method in class org.mule.runtime.internal.dsl.DefaultDslResolvingContext
Returns an Optional ExtensionModel which name equals the provided name.
getExtension(String) - Method in class org.mule.runtime.internal.dsl.NullDslResolvingContext
 
getExtensionForType(String) - Method in interface org.mule.runtime.api.dsl.DslResolvingContext
Returns an Optional ExtensionModel that declared the given type.
getExtensionForType(String) - Method in class org.mule.runtime.internal.dsl.DefaultDslResolvingContext
Returns an Optional ExtensionModel that declared the given type.
getExtensionForType(String) - Method in class org.mule.runtime.internal.dsl.NullDslResolvingContext
 
getExtensionModelLoaderDescriptor() - Method in class org.mule.runtime.api.deployment.meta.MulePluginModel
 
getExtensionModelLoaderDescriptor() - Method in class org.mule.runtime.api.deployment.meta.MuleServerPluginModel
 
getExtensions() - Method in interface org.mule.runtime.api.dsl.DslResolvingContext
Returns a Set containing all the ExtensionModels available in the current resolving context.
getExtensions() - Method in class org.mule.runtime.internal.dsl.DefaultDslResolvingContext
Returns a Set containing all the ExtensionModels available in the current resolving context.
getExtensions() - Method in class org.mule.runtime.internal.dsl.NullDslResolvingContext
 
getExtensionTypes(String) - Method in interface org.mule.runtime.api.meta.type.TypeCatalog
 
getExtensionTypes(String) - Method in class org.mule.runtime.internal.meta.type.DefaultTypeCatalog
 
getExternalLibraryModels() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConfigurationDeclaration
 
getExternalLibraryModels() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConnectionProviderDeclaration
 
getExternalLibraryModels() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
 
getExternalLibraryModels() - Method in interface org.mule.runtime.api.meta.model.HasExternalLibraries
 
getExternalProtocol() - Method in interface org.mule.runtime.api.serialization.ObjectSerializer
Provides access to the serialization protocol used for external consumption, that is, when objects are serialized on the container to be consumed later outside the container.
getFailingComponent() - Method in class org.mule.runtime.api.metadata.resolving.MetadataFailure
 
getFailingElement() - Method in class org.mule.runtime.api.metadata.resolving.MetadataFailure
 
getFailure() - Method in exception org.mule.runtime.api.metadata.MetadataResolvingException
 
getFailure() - Method in class org.mule.runtime.api.value.ImmutableValueResult
getFailure() - Method in interface org.mule.runtime.api.value.ValueResult
 
getFailureCode() - Method in class org.mule.runtime.api.metadata.resolving.MetadataFailure
 
getFailureCode() - Method in class org.mule.runtime.api.value.ResolvingFailure
 
getFailures() - Method in class org.mule.runtime.api.metadata.resolving.FailureMetadataResult
If this#isSuccess is false, then a MetadataFailure instance is provided in order to describe the error that occurred during the invocation.
getFailures() - Method in interface org.mule.runtime.api.metadata.resolving.MetadataResult
If this#isSuccess is false, then a MetadataFailure instance is provided in order to describe the error that occurred during the invocation.
getFailures() - Method in class org.mule.runtime.api.metadata.resolving.SuccessMetadataResult
If this#isSuccess is false, then a MetadataFailure instance is provided in order to describe the error that occurred during the invocation.
getFileExtensions() - Method in class org.mule.runtime.api.meta.model.display.PathModel
 
getFileName() - Method in interface org.mule.runtime.api.component.location.ComponentLocation
 
getFileName() - Method in interface org.mule.runtime.api.component.location.LocationPart
 
getFirst() - Method in class org.mule.runtime.api.util.Pair
 
getFunctionModel(String) - Method in interface org.mule.runtime.api.meta.model.function.HasFunctionModels
Returns the FunctionModel that matches the given name.
getFunctionModels() - Method in interface org.mule.runtime.api.meta.model.function.HasFunctionModels
Returns a List of FunctionModels defined at the level of the component implementing this interface.
getFunctions() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConfigurationDeclaration
getFunctions() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
getFunctions() - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.WithFunctionsDeclaration
 
getGlobalElements() - Method in class org.mule.runtime.api.app.declaration.ArtifactDeclaration
 
getGlobalName() - Method in interface org.mule.runtime.api.component.location.Location
 
getGlobalName() - Method in class org.mule.runtime.api.component.location.Location.LocationImpl
 
getI18nMessage() - Method in exception org.mule.runtime.api.exception.MuleException
 
getId() - Method in class org.mule.runtime.api.bulk.BulkItem
The item id
getId() - Method in class org.mule.runtime.api.bulk.BulkOperationResult
 
getId() - Method in class org.mule.runtime.api.deployment.meta.MuleArtifactLoaderDescriptor
 
getId() - Method in interface org.mule.runtime.api.event.EventContext
Unique time-based id (UUID) for this EventContext.
getId() - Method in class org.mule.runtime.api.metadata.DefaultMetadataKey
getId() - Method in interface org.mule.runtime.api.metadata.MetadataKey
 
getId() - Method in interface org.mule.runtime.api.value.Value
 
getIdentifier() - Method in interface org.mule.runtime.api.component.TypedComponentIdentifier
 
getIdentifier() - Method in interface org.mule.runtime.api.message.ErrorType
Identifier of the error.
getImportedType() - Method in class org.mule.runtime.api.meta.model.ImportedTypeModel
 
getImportedTypes() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
 
getImportedTypes() - Method in interface org.mule.runtime.api.meta.model.ExtensionModel
 
getInfo() - Method in exception org.mule.runtime.api.exception.MuleException
 
getInfo(Throwable) - Method in interface org.mule.runtime.api.legacy.exception.ExceptionReader
Returns a map of the non-standard information stored on the exception
getInitialisationPolicy() - Method in class org.mule.runtime.api.config.PoolingProfile
 
getInputMetadata(MetadataContext, K) - Method in interface org.mule.runtime.api.metadata.resolving.InputTypeResolver
Given an instance of type K, resolves their MetadataType which represents the type structure.
getInstance() - Static method in class org.mule.runtime.api.metadata.MetadataKeysContainerBuilder
 
getInternalProtocol() - Method in interface org.mule.runtime.api.serialization.ObjectSerializer
Provides access to the serialization protocol used for internal consumption, that is, when objects are serialized on the container to reuse them later inside the container.
getItemDataType() - Method in interface org.mule.runtime.api.metadata.CollectionDataType
Obtains the DataType of the items in the collection.
getItems() - Method in class org.mule.runtime.api.bulk.BulkOperationResult
 
getKey() - Method in class org.mule.runtime.api.metadata.MetadataAttributes
Provides the MetadataKey associated (if any) to the resolution of the component's metadata.
getKeyDataType() - Method in interface org.mule.runtime.api.metadata.MapDataType
Obtains the DataType of the keys in the map.
getKeyPassword() - Method in interface org.mule.runtime.api.tls.TlsContextKeyStoreConfiguration
 
getKeys(String) - Method in interface org.mule.runtime.api.metadata.MetadataKeysContainer
Returns an Optional with Set for a given resolver name if it is present.
getKeys(MetadataContext) - Method in interface org.mule.runtime.api.metadata.resolving.TypeKeysResolver
Resolves the Set of types that can be described, representing them as a Set of MetadataKey
getKeysByCategory() - Method in interface org.mule.runtime.api.metadata.MetadataKeysContainer
 
getKeyStoreConfiguration() - Method in interface org.mule.runtime.api.tls.TlsContextFactory
 
getLayoutModel() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.AbstractParameterDeclaration
 
getLayoutModel() - Method in interface org.mule.runtime.api.meta.model.display.HasLayoutModel
 
getLayoutModel() - Method in interface org.mule.runtime.api.meta.model.parameter.ParameterModel
The value of LayoutModel.getOrder() is to be consider relative to the owning ParameterGroupModel
getLength() - Method in class org.mule.runtime.api.metadata.TypedValue
If available obtain the length (in bytes) of the valye.
getLine() - Method in class org.mule.runtime.api.el.validation.Position
 
getLineInFile() - Method in interface org.mule.runtime.api.component.location.ComponentLocation
 
getLineInFile() - Method in interface org.mule.runtime.api.component.location.LocationPart
 
getLocation() - Method in interface org.mule.runtime.api.component.location.ComponentLocation
 
getLocation() - Method in class org.mule.runtime.api.el.validation.ValidationMessage
 
getLocation() - Method in class org.mule.runtime.api.meta.AbstractAnnotatedObject
 
getLocation() - Method in interface org.mule.runtime.api.meta.AnnotatedObject
 
getMajor() - Method in class org.mule.runtime.api.meta.MuleVersion
 
getMaxActive() - Method in class org.mule.runtime.api.config.PoolingProfile
 
getMaxEntries() - Method in class org.mule.runtime.api.store.ObjectStoreSettings
Returns the max number of entries allowed.
getMaxIdle() - Method in class org.mule.runtime.api.config.PoolingProfile
 
getMaxOccurs() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.NestedRouteDeclaration
 
getMaxOccurs() - Method in interface org.mule.runtime.api.meta.model.nested.NestedRouteModel
Optional value which represents the maximum amount of times that this route can be used inside the owning component.
getMaxPoolSize() - Method in interface org.mule.runtime.api.config.DatabasePoolingProfile
 
getMaxWait() - Method in interface org.mule.runtime.api.config.DatabasePoolingProfile
 
getMaxWait() - Method in class org.mule.runtime.api.config.PoolingProfile
 
getMaxWaitUnit() - Method in interface org.mule.runtime.api.config.DatabasePoolingProfile
 
getMediaType() - Method in interface org.mule.runtime.api.metadata.DataType
The mime type of the the source object to transform.
getMessage() - Method in class org.mule.runtime.api.bulk.BulkItem
Message to add context on this item.
getMessage() - Method in class org.mule.runtime.api.connection.ConnectionValidationResult
 
getMessage() - Method in class org.mule.runtime.api.el.validation.ValidationMessage
 
getMessage() - Method in interface org.mule.runtime.api.event.Event
Returns the message payload for this event
getMessage() - Method in interface org.mule.runtime.api.event.InputEvent
Returns the message payload for this event
getMessage() - Method in exception org.mule.runtime.api.exception.MuleException
 
getMessage() - Method in class org.mule.runtime.api.i18n.I18nMessage
 
getMessage(Throwable) - Method in interface org.mule.runtime.api.legacy.exception.ExceptionReader
 
getMessage() - Method in class org.mule.runtime.api.metadata.resolving.MetadataFailure
 
getMessage() - Method in class org.mule.runtime.api.value.ResolvingFailure
 
getMessage() - Method in class org.mule.runtime.internal.event.DefaultInputEvent
 
getMessageCode() - Method in exception org.mule.runtime.api.exception.MuleException
 
getMessageSources() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConfigurationDeclaration
 
getMessageSources() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
 
getMessageSources() - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.WithSourcesDeclaration
 
getMetadata() - Method in interface org.mule.runtime.api.metadata.MetadataProvider
Resolves the ComponentMetadataDescriptor for the current component using only the static types of the Component's parameters, attributes and output.
getMetadata(MetadataKey) - Method in interface org.mule.runtime.api.metadata.MetadataProvider
Resolves the ComponentMetadataDescriptor for the current component using both static and dynamic resolving of the Component's parameters, attributes and output.
getMetadataAttributes() - Method in class org.mule.runtime.api.metadata.descriptor.ComponentMetadataDescriptor
 
getMetadataKeys() - Method in interface org.mule.runtime.api.metadata.MetadataKeyProvider
Returns the a MetadataKeysContainer with the MetadataKeys provided per TypeKeysResolver associated to this Component.
getMetadataKeys(Location) - Method in interface org.mule.runtime.api.metadata.MetadataService
Returns the list of types that can be described by the TypeKeysResolver associated to the MetadataKeyProvider Component identified by the Location.
getMetadataProperties() - Method in class org.mule.runtime.api.app.declaration.EnrichableElementDeclaration
getMetadataProperties() - Method in interface org.mule.runtime.api.app.declaration.MetadataPropertiesAwareElementDeclaration
 
getMetadataProperties() - Method in class org.mule.runtime.api.app.declaration.ParameterElementDeclaration
getMetadataProperty(String) - Method in class org.mule.runtime.api.app.declaration.EnrichableElementDeclaration
Retrieves a metadataProperty to the ElementDeclaration.
getMetadataProperty(String) - Method in interface org.mule.runtime.api.app.declaration.MetadataPropertiesAwareElementDeclaration
Retrieves a metadataProperty to the ElementDeclaration.
getMetadataProperty(String) - Method in class org.mule.runtime.api.app.declaration.ParameterElementDeclaration
Retrieves a metadataProperty to the ElementDeclaration.
getMetadataProperty(Class<T>) - Method in class org.mule.runtime.api.metadata.DefaultMetadataKey
Returns a registered model property of typepropertyType
getMetadataProperty(Class<T>) - Method in interface org.mule.runtime.api.metadata.MetadataEnrichableModel
Returns a registered model property of typepropertyType
getMinEvictionMillis() - Method in class org.mule.runtime.api.config.PoolingProfile
 
getMinMuleVersion() - Method in class org.mule.runtime.api.deployment.meta.AbstractMuleArtifactModel
 
getMinMuleVersion() - Method in class org.mule.runtime.api.deployment.meta.AbstractMuleArtifactModelBuilder
 
getMinMuleVersion() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
 
getMinMuleVersion() - Method in interface org.mule.runtime.api.meta.model.ExtensionModel
Returns the extension's Min MuleVersion.
getMinOccurs() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.NestedRouteDeclaration
 
getMinOccurs() - Method in interface org.mule.runtime.api.meta.model.nested.NestedRouteModel
Represents the minimum amount of times that this route can be used inside the owning component.
getMinor() - Method in class org.mule.runtime.api.meta.MuleVersion
 
getMinPoolSize() - Method in interface org.mule.runtime.api.config.DatabasePoolingProfile
 
getModel() - Method in class org.mule.runtime.api.metadata.descriptor.ComponentMetadataDescriptor
 
getModelProperties() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.BaseDeclaration
Returns a Set with the currently added properties.
getModelProperties() - Method in interface org.mule.runtime.api.meta.model.EnrichableModel
Returns all the model properties registered for this model
getModelProperty(Class<P>) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.BaseDeclaration
Returns the model property registered under key
getModelProperty(Class<T>) - Method in interface org.mule.runtime.api.meta.model.EnrichableModel
Returns a registered model property of type propertyType.
getName() - Method in class org.mule.runtime.api.app.declaration.ElementDeclaration
getName() - Method in interface org.mule.runtime.api.app.declaration.NamedElementDeclaration
 
getName() - Method in interface org.mule.runtime.api.component.ComponentIdentifier
 
getName() - Method in class org.mule.runtime.api.deployment.meta.AbstractMuleArtifactModel
 
getName() - Method in class org.mule.runtime.api.deployment.meta.AbstractMuleArtifactModelBuilder
 
getName() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
Gets the name of the object
getName() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.NamedDeclaration
Gets the name of the object
getName() - Method in interface org.mule.runtime.api.meta.model.ExtensionModel
A simple name for this extension.
getName() - Method in class org.mule.runtime.api.meta.model.ExternalLibraryModel
 
getName() - Method in interface org.mule.runtime.api.meta.model.ModelProperty
A unique name which identifies this property.
getName() - Method in class org.mule.runtime.api.meta.model.stereotype.ImmutableStereotypeModel
Gets the name of the stereotype.
getName() - Method in interface org.mule.runtime.api.meta.model.stereotype.StereotypeModel
Gets the name of the stereotype.
getName() - Method in interface org.mule.runtime.api.meta.NamedObject
Gets the name of the object
getName() - Method in class org.mule.runtime.api.metadata.descriptor.ParameterMetadataDescriptor
 
getName() - Method in class org.mule.runtime.api.metadata.FunctionParameter
 
getName() - Method in interface org.mule.runtime.api.metadata.MetadataProperty
A unique name which identifies this property.
getName() - Method in class org.mule.runtime.api.metadata.resolving.FailureCode
 
getName() - Method in interface org.mule.runtime.api.scheduler.Scheduler
Returns a name that indicates where was this scheduler created.
getName() - Method in interface org.mule.runtime.api.scheduler.SchedulerView
Returns a name that indicates where was this scheduler created.
getNamespace() - Method in interface org.mule.runtime.api.component.ComponentIdentifier
The namespace is a short name of the extension that defines the component.
getNamespace() - Method in interface org.mule.runtime.api.message.ErrorType
The namespace of the module where the error is defined.
getNamespace() - Method in interface org.mule.runtime.api.meta.model.error.ErrorModel
Gets the namespace of error.
getNamespace() - Method in class org.mule.runtime.api.meta.model.error.ImmutableErrorModel
Gets the namespace of error.
getNamespace() - Method in class org.mule.runtime.api.meta.model.stereotype.ImmutableStereotypeModel
Gets the namespace of error.
getNamespace() - Method in interface org.mule.runtime.api.meta.model.stereotype.StereotypeModel
Gets the namespace of error.
getNamespace() - Method in class org.mule.runtime.api.meta.model.XmlDslModel
 
getNestedComponents() - Method in interface org.mule.runtime.api.meta.model.ComposableModel
 
getNestedComponents() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ComponentDeclaration
 
getNestedComponents() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.NestedRouteDeclaration
 
getNestedComponents() - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.WithNestedComponentsDeclaration
 
getNextMessage() - Method in class org.mule.runtime.api.i18n.I18nMessage
 
getNonMuleException(Throwable) - Static method in class org.mule.runtime.api.exception.ExceptionHelper
 
getObject(String) - Method in interface org.mule.runtime.api.ioc.ObjectProvider
Finds an object by name
getObjectByType(Class<?>) - Method in interface org.mule.runtime.api.ioc.ObjectProvider
Finds an object by type
getObjectsByType(Class<T>) - Method in interface org.mule.runtime.api.ioc.ObjectProvider
Finds all objects matching the given type
getObjectStore(String) - Method in interface org.mule.runtime.api.store.ObjectStoreManager
Returns an ObjectStore previously defined through the ObjectStoreManager.createObjectStore(String, ObjectStoreSettings) method.
getOffset() - Method in class org.mule.runtime.api.el.validation.Position
 
getOperationMetadata(Location) - Method in interface org.mule.runtime.api.metadata.MetadataService
Resolves the ComponentMetadataDescriptor for the MetadataProvider Component identified by the Location using only the static types of its parameters, attributes and output.
getOperationMetadata(Location, MetadataKey) - Method in interface org.mule.runtime.api.metadata.MetadataService
Resolves the ComponentMetadataDescriptor for the MetadataProvider Component identified by the Location using both static and dynamic resolving of the parameters, attributes and output types.
getOperationModel(String) - Method in interface org.mule.runtime.api.meta.model.operation.HasOperationModels
Returns the OperationModel that matches the given name.
getOperationModels() - Method in interface org.mule.runtime.api.meta.model.ExtensionModel
Returns a List of OperationModels defined at the extension level.
getOperationModels() - Method in interface org.mule.runtime.api.meta.model.operation.HasOperationModels
Returns a List of OperationModels defined at the level of the component implementing this interface.
getOperations() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConfigurationDeclaration
 
getOperations() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
 
getOperations() - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.WithOperationsDeclaration
 
getOrCreateObjectStore(String, ObjectStoreSettings) - Method in interface org.mule.runtime.api.store.ObjectStoreManager
Returns the ObjectStore of name if it has already been defined.
getOrder() - Method in class org.mule.runtime.api.meta.model.display.LayoutModel
 
getOriginatingLocation() - Method in interface org.mule.runtime.api.event.EventContext
 
getOutput() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExecutableComponentDeclaration
getOutput() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.FunctionDeclaration
 
getOutput() - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.WithOutputDeclaration
 
getOutput() - Method in interface org.mule.runtime.api.meta.model.function.FunctionModel
Returns a MetadataType for the value that this component sets on the output Message.getPayload() field.
getOutput() - Method in interface org.mule.runtime.api.meta.model.HasOutputModel
Returns a MetadataType for the value that this component sets on the output Message.getPayload() field.
getOutputAttributes() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExecutableComponentDeclaration
getOutputAttributes() - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.WithOutputDeclaration
 
getOutputAttributes() - Method in interface org.mule.runtime.api.meta.model.HasOutputModel
Returns a OutputModel for the value that this operation sets on the output attributes of the message.
getOutputAttributesResolverName() - Method in class org.mule.runtime.api.metadata.MetadataAttributes
Provides the name of the output attributes resolver (if any) associated to the Component.
getOutputResolverName() - Method in class org.mule.runtime.api.metadata.MetadataAttributes
Provides the name of the output resolver (if any) associated to the Component.
getOutputType(MetadataContext, K) - Method in interface org.mule.runtime.api.metadata.resolving.OutputTypeResolver
Given an instance of type K, resolves their MetadataType, which represents the type structure.
getParameter(String) - Method in class org.mule.runtime.api.app.declaration.ParameterGroupElementDeclaration
 
getParameter(String) - Method in interface org.mule.runtime.api.meta.model.parameter.ParameterGroupModel
Returns the parameterModel with the given name if one is present.
getParameter(String) - Method in class org.mule.runtime.api.metadata.MediaType
 
getParameterGroup(String) - Method in class org.mule.runtime.api.app.declaration.ParameterizedElementDeclaration
 
getParameterGroup(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.NestedRouteDeclaration
 
getParameterGroup(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterizedDeclaration
 
getParameterGroup(String) - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.WithParametersDeclaration
 
getParameterGroupModels() - Method in interface org.mule.runtime.api.meta.model.parameter.ParameterizedModel
 
getParameterGroups() - Method in class org.mule.runtime.api.app.declaration.ParameterizedElementDeclaration
 
getParameterGroups() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.NestedRouteDeclaration
 
getParameterGroups() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterizedDeclaration
 
getParameterGroups() - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.WithParametersDeclaration
 
getParameterizedClass() - Method in class org.mule.runtime.api.deployment.persistence.AbstractMuleArtifactModelJsonSerializer
 
getParameterizedClass() - Method in class org.mule.runtime.api.deployment.persistence.MuleApplicationModelJsonSerializer
 
getParameterizedClass() - Method in class org.mule.runtime.api.deployment.persistence.MuleDomainModelJsonSerializer
 
getParameterizedClass() - Method in class org.mule.runtime.api.deployment.persistence.MulePluginModelJsonSerializer
 
getParameterizedClass() - Method in class org.mule.runtime.api.deployment.persistence.MulePolicyModelJsonSerializer
 
getParameterizedClass() - Method in class org.mule.runtime.api.deployment.persistence.MuleServerPluginModelJsonSerializer
 
getParameterizedClass() - Method in class org.mule.runtime.api.deployment.persistence.MuleServiceModelJsonSerializer
 
getParameterMetadata(String) - Method in class org.mule.runtime.api.metadata.descriptor.InputMetadataDescriptor
 
getParameterModels() - Method in interface org.mule.runtime.api.meta.model.parameter.ParameterGroupModel
Returns the parameterModels available for this group
getParameterNames() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExclusiveParametersDeclaration
 
getParameterResolverName(String) - Method in class org.mule.runtime.api.metadata.MetadataAttributes
Provides the name of the resolver associated to a given parameter.
getParameters() - Method in class org.mule.runtime.api.app.declaration.fluent.ParameterObjectValue
 
getParameters() - Method in class org.mule.runtime.api.app.declaration.ParameterGroupElementDeclaration
 
getParameters() - Method in interface org.mule.runtime.api.event.Event
Returns the parameters in the event
getParameters() - Method in interface org.mule.runtime.api.event.InputEvent
Returns the parameters in the event
getParameters() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterGroupDeclaration
 
getParameters() - Method in interface org.mule.runtime.api.metadata.FunctionDataType
 
getParameters() - Method in class org.mule.runtime.internal.event.DefaultInputEvent
 
getParent() - Method in interface org.mule.runtime.api.meta.model.error.ErrorModel
 
getParent() - Method in class org.mule.runtime.api.meta.model.error.ImmutableErrorModel
getParent() - Method in class org.mule.runtime.api.meta.model.stereotype.ImmutableStereotypeModel
getParent() - Method in interface org.mule.runtime.api.meta.model.stereotype.StereotypeModel
 
getParentErrorType() - Method in interface org.mule.runtime.api.message.ErrorType
An error can be an specific type of a more general error type in which case it must return the general error as result of calling getParentErrorType
getPartIdentifier() - Method in interface org.mule.runtime.api.component.location.LocationPart
A location part represent an specific location of a component within another component.
getPartName() - Method in class org.mule.runtime.api.metadata.DefaultMetadataKey
getPartName() - Method in interface org.mule.runtime.api.metadata.MetadataKey
 
getPartName() - Method in interface org.mule.runtime.api.value.Value
 
getPartOrder() - Method in class org.mule.runtime.api.meta.model.parameter.ValueProviderModel
 
getPartPath() - Method in interface org.mule.runtime.api.component.location.LocationPart
 
getParts() - Method in interface org.mule.runtime.api.component.location.ComponentLocation
 
getParts() - Method in interface org.mule.runtime.api.component.location.Location
 
getParts() - Method in class org.mule.runtime.api.component.location.Location.LocationImpl
 
getPassword() - Method in interface org.mule.runtime.api.security.Credentials
 
getPassword() - Method in interface org.mule.runtime.api.tls.TlsContextStoreConfiguration
 
getPath() - Method in interface org.mule.runtime.api.tls.TlsContextStoreConfiguration
 
getPathModel() - Method in class org.mule.runtime.api.meta.model.display.DisplayModel
 
getPayload() - Method in class org.mule.runtime.api.bulk.BulkItem
The actual data this entity represents
getPayload() - Method in interface org.mule.runtime.api.message.Message
Gets a TypedValue with the payload of this message.
getPayloadMetadata() - Method in class org.mule.runtime.api.metadata.descriptor.OutputMetadataDescriptor
 
getPluginClassName() - Method in class org.mule.runtime.api.deployment.meta.MuleServerPluginModel
 
getPoolingProfile() - Method in interface org.mule.runtime.api.config.HasPoolingProfile
 
getPosition() - Method in interface org.mule.runtime.api.streaming.Cursor
 
getPrefix() - Method in class org.mule.runtime.api.meta.model.XmlDslModel
 
getPreparedStatementCacheSize() - Method in interface org.mule.runtime.api.config.DatabasePoolingProfile
 
getPrimaryType() - Method in class org.mule.runtime.api.metadata.MediaType
 
getPrincipal() - Method in interface org.mule.runtime.api.security.Authentication
 
getPrivilegedArtifacts() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
 
getPrivilegedArtifacts() - Method in interface org.mule.runtime.api.meta.model.ExtensionModel
 
getPrivilegedPackages() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
 
getPrivilegedPackages() - Method in interface org.mule.runtime.api.meta.model.ExtensionModel
 
getProperties() - Method in interface org.mule.runtime.api.event.Event
Returns the properties in the event
getProperties() - Method in interface org.mule.runtime.api.event.InputEvent
Returns the properties in the event
getProperties() - Method in class org.mule.runtime.api.metadata.DefaultMetadataKey
getProperties() - Method in interface org.mule.runtime.api.metadata.MetadataEnrichableModel
 
getProperties() - Method in interface org.mule.runtime.api.security.Authentication
 
getProperties() - Method in class org.mule.runtime.internal.event.DefaultInputEvent
 
getProvider() - Method in interface org.mule.runtime.api.streaming.Cursor
 
getProviderName() - Method in class org.mule.runtime.api.meta.model.parameter.ValueProviderModel
 
getReason() - Method in class org.mule.runtime.api.metadata.resolving.MetadataFailure
 
getReason() - Method in class org.mule.runtime.api.value.ResolvingFailure
 
getReceivedTime() - Method in interface org.mule.runtime.api.event.EventContext
 
getRefName() - Method in class org.mule.runtime.api.app.declaration.ConfigurationElementDeclaration
getRefName() - Method in class org.mule.runtime.api.app.declaration.ConstructElementDeclaration
getRefName() - Method in interface org.mule.runtime.api.app.declaration.ReferableElementDeclaration
 
getRefName() - Method in class org.mule.runtime.api.app.declaration.TopLevelParameterDeclaration
getRegexMatcher() - Method in class org.mule.runtime.api.meta.model.ExternalLibraryModel
If present, returns a regexp which must match the name of the library's file.
getReloadControl() - Method in class org.mule.runtime.api.i18n.I18nMessageFactory
Subclasses should override to customize the bundle reload control.
getRequiredClassName() - Method in class org.mule.runtime.api.meta.model.ExternalLibraryModel
If present, the library should contain a class of the given name
getResolverName() - Method in interface org.mule.runtime.api.metadata.resolving.AttributesTypeResolver
This is the name of the TypeResolver.
getResolverName() - Method in interface org.mule.runtime.api.metadata.resolving.InputTypeResolver
This is the name of the TypeResolver.
getResolverName() - Method in interface org.mule.runtime.api.metadata.resolving.NamedTypeResolver
This is the name of the TypeResolver.
getResolverName() - Method in interface org.mule.runtime.api.metadata.resolving.OutputTypeResolver
This is the name of the TypeResolver.
getResolverName() - Method in interface org.mule.runtime.api.metadata.resolving.QueryEntityResolver
This is the name of the TypeResolver.
getResolverName() - Method in interface org.mule.runtime.api.metadata.resolving.TypeKeysResolver
This is the name of the TypeResolver.
getResources() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
 
getResources() - Method in interface org.mule.runtime.api.meta.model.ExtensionModel
 
getReturnType() - Method in interface org.mule.runtime.api.metadata.FunctionDataType
 
getRevision() - Method in class org.mule.runtime.api.meta.MuleVersion
 
getRole() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclaration
 
getRole() - Method in interface org.mule.runtime.api.meta.model.parameter.ParameterModel
 
getRoles() - Method in interface org.mule.runtime.api.security.Credentials
 
getRootContainerName() - Method in interface org.mule.runtime.api.component.location.ComponentLocation
Gets the name of the root containing element.
getRootContainerName() - Method in class org.mule.runtime.api.meta.AbstractAnnotatedObject
 
getRootContainerName() - Method in interface org.mule.runtime.api.meta.AnnotatedObject
The actual root container component name.
getRootException(Throwable) - Static method in class org.mule.runtime.api.exception.ExceptionHelper
 
getRootMuleException(Throwable) - Static method in class org.mule.runtime.api.exception.ExceptionHelper
 
getSchemaLocation() - Method in class org.mule.runtime.api.meta.model.XmlDslModel
 
getSchemaVersion() - Method in class org.mule.runtime.api.meta.model.XmlDslModel
 
getSecond() - Method in class org.mule.runtime.api.util.Pair
 
getService() - Method in class org.mule.runtime.api.service.ServiceDefinition
 
getServiceClass() - Method in class org.mule.runtime.api.service.ServiceDefinition
 
getServiceProviderClassName() - Method in class org.mule.runtime.api.deployment.meta.MuleServiceModel
 
getSeverity() - Method in class org.mule.runtime.api.el.validation.ValidationMessage
 
getSize() - Method in interface org.mule.runtime.api.streaming.HasSize
Returns this object's size.
getSize() - Method in class org.mule.runtime.api.util.DataSize
 
getSourceFile(AnnotatedObject) - Static method in class org.mule.runtime.api.util.ComponentLocationProvider
 
getSourceFileLine(AnnotatedObject) - Static method in class org.mule.runtime.api.util.ComponentLocationProvider
 
getSourceMetadata(Location) - Method in interface org.mule.runtime.api.metadata.MetadataService
Resolves the ComponentMetadataDescriptor for the MetadataProvider Component identified by the Location using only the static types of its parameters, attributes and output.
getSourceMetadata(Location, MetadataKey) - Method in interface org.mule.runtime.api.metadata.MetadataService
Resolves the ComponentMetadataDescriptor for the MetadataProvider Component identified by the Location using both static and dynamic resolving of the parameters, attributes and output types.
getSourceModel(String) - Method in interface org.mule.runtime.api.meta.model.source.HasSourceModels
Returns the SourceModel that matches the given name.
getSourceModels() - Method in interface org.mule.runtime.api.meta.model.ExtensionModel
Returns a List of SourceModels defined at the extension level.
getSourceModels() - Method in interface org.mule.runtime.api.meta.model.source.HasSourceModels
Returns a List of SourceModels defined at the level of the component implementing this interface.
getStartPosition() - Method in class org.mule.runtime.api.el.validation.Location
 
getStatusCode() - Method in class org.mule.runtime.api.bulk.BulkItem
An optional status code
getStereotype() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.StereotypedDeclaration
 
getStereotype() - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.WithStereotypesDeclaration
 
getStereotype() - Method in interface org.mule.runtime.api.meta.model.stereotype.HasStereotypeModel
 
getString(String, int) - Method in class org.mule.runtime.api.i18n.I18nMessageFactory
Factory method to read the message with code code from the resource bundle.
getString(String, int, Object) - Method in class org.mule.runtime.api.i18n.I18nMessageFactory
Factory method to read the message with code code from the resource bundle.
getString(String, int, Object, Object) - Method in class org.mule.runtime.api.i18n.I18nMessageFactory
Factory method to read the message with code code from the resource bundle.
getString(String, int, Object[]) - Method in class org.mule.runtime.api.i18n.I18nMessageFactory
 
getStringRepresentableMimeTypes() - Static method in class org.mule.runtime.api.metadata.MediaTypeUtils
 
getSubType() - Method in class org.mule.runtime.api.metadata.MediaType
 
getSubTypes() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
 
getSubTypes() - Method in interface org.mule.runtime.api.meta.model.ExtensionModel
 
getSubTypes() - Method in class org.mule.runtime.api.meta.model.SubTypesModel
 
getSubTypes(ObjectType) - Method in interface org.mule.runtime.api.meta.type.TypeCatalog
Returns a Set with all the declared ObjectType subtypes for the indicated ObjectType type.
getSubTypes(ObjectType) - Method in class org.mule.runtime.internal.meta.type.DefaultTypeCatalog
 
getSuccessCallback() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.SourceDeclaration
 
getSuccessCallback() - Method in interface org.mule.runtime.api.meta.model.source.SourceModel
Optionally returns a SourceCallbackModel which will listen for the values produced by the source owner each time it successfully processes any of the generated messages.
getSuffix() - Method in class org.mule.runtime.api.meta.MuleVersion
 
getSummary() - Method in class org.mule.runtime.api.meta.model.display.DisplayModel
 
getSummaryMessage() - Method in exception org.mule.runtime.api.exception.MuleException
 
getSuperTypes(ObjectType) - Method in interface org.mule.runtime.api.meta.type.TypeCatalog
Returns a Set with all the declared ObjectType that are considered super types from the given ObjectType type.
getSuperTypes(ObjectType) - Method in class org.mule.runtime.internal.meta.type.DefaultTypeCatalog
 
getTabName() - Method in class org.mule.runtime.api.meta.model.display.LayoutModel
 
getTargetBindingContext(Message) - Static method in class org.mule.runtime.api.el.BindingContextUtils
Creates a new BindingContext that only contains the restricted bindings to be used for evaluating the target expression.
getTargetObject() - Method in interface org.mule.runtime.api.tx.MuleXaObject
Get XAConnection or XASession from wrapper / proxy
getTerminateCallback() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.SourceDeclaration
 
getTerminateCallback() - Method in interface org.mule.runtime.api.meta.model.source.SourceModel
Optionally returns a SourceCallbackModel which will listen for the results of every generated message.
getThis() - Method in class org.mule.runtime.api.deployment.meta.AbstractMuleArtifactModelBuilder
 
getThis() - Method in class org.mule.runtime.api.deployment.meta.MuleApplicationModel.MuleApplicationModelBuilder
 
getThis() - Method in class org.mule.runtime.api.deployment.meta.MuleDomainModel.MuleDomainModelBuilder
 
getThis() - Method in class org.mule.runtime.api.deployment.meta.MulePluginModel.MulePluginModelBuilder
 
getThis() - Method in class org.mule.runtime.api.deployment.meta.MulePolicyModel.MulePolicyModelBuilder
 
getThis() - Method in class org.mule.runtime.api.deployment.meta.MuleServerPluginModel.MuleServerPluginModelBuilder
 
getThis() - Method in class org.mule.runtime.api.deployment.meta.MuleServiceModel.MuleServiceModelBuilder
 
getTrustStoreConfiguration() - Method in interface org.mule.runtime.api.tls.TlsContextFactory
 
getType() - Method in interface org.mule.runtime.api.component.TypedComponentIdentifier
 
getType() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.OutputDeclaration
getType() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclaration
getType() - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.TypedDeclaration
 
getType() - Method in class org.mule.runtime.api.meta.model.display.PathModel
 
getType() - Method in interface org.mule.runtime.api.meta.model.error.ErrorModel
Gets the type of the error.
getType() - Method in class org.mule.runtime.api.meta.model.error.ImmutableErrorModel
Gets the type of the error.
getType() - Method in class org.mule.runtime.api.meta.model.ExternalLibraryModel
 
getType(String) - Method in interface org.mule.runtime.api.meta.type.TypeCatalog
 
getType() - Method in interface org.mule.runtime.api.meta.Typed
Returns the MetadataType of the Typed component.
getType() - Method in interface org.mule.runtime.api.metadata.DataType
The object type of the source object to transform.
getType() - Method in class org.mule.runtime.api.metadata.descriptor.ParameterMetadataDescriptor
 
getType() - Method in class org.mule.runtime.api.metadata.descriptor.TypeMetadataDescriptor
 
getType() - Method in class org.mule.runtime.api.metadata.FunctionParameter
 
getType() - Method in interface org.mule.runtime.api.tls.TlsContextStoreConfiguration
 
getType(String) - Method in class org.mule.runtime.internal.meta.type.DefaultTypeCatalog
 
getTypeBuilder() - Method in interface org.mule.runtime.api.metadata.MetadataContext
 
getTypeCatalog() - Method in interface org.mule.runtime.api.dsl.DslResolvingContext
Returns a TypeCatalog containing all the ObjectTypes available in the current resolving context.
getTypeCatalog() - Method in class org.mule.runtime.internal.dsl.DefaultDslResolvingContext
Returns a TypeCatalog containing all the ObjectTypes available in the current resolving context.
getTypeCatalog() - Method in class org.mule.runtime.internal.dsl.NullDslResolvingContext
 
getTypeId() - Method in class org.mule.runtime.api.app.declaration.fluent.ParameterObjectValue
 
getTypeLoader() - Method in interface org.mule.runtime.api.metadata.MetadataContext
 
getTypes() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
 
getTypes() - Method in interface org.mule.runtime.api.meta.model.ExtensionModel
 
getTypes() - Method in interface org.mule.runtime.api.meta.type.TypeCatalog
 
getTypes() - Method in class org.mule.runtime.internal.meta.type.DefaultTypeCatalog
 
getUnit() - Method in class org.mule.runtime.api.util.DataSize
 
getUsername() - Method in interface org.mule.runtime.api.security.Credentials
 
getValue() - Method in class org.mule.runtime.api.app.declaration.fluent.ParameterSimpleValue
 
getValue() - Method in class org.mule.runtime.api.app.declaration.ParameterElementDeclaration
 
getValue() - Method in class org.mule.runtime.api.app.declaration.TopLevelParameterDeclaration
 
getValue() - Method in class org.mule.runtime.api.metadata.TypedValue
 
getValueDataType() - Method in interface org.mule.runtime.api.metadata.MapDataType
Obtains the DataType of the values in the map.
getValueProviderModel() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclaration
 
getValueProviderModel() - Method in interface org.mule.runtime.api.meta.model.parameter.ParameterModel
 
getValues() - Method in class org.mule.runtime.api.app.declaration.fluent.ParameterListValue
 
getValues() - Method in class org.mule.runtime.api.value.ImmutableValueResult
getValues(Location, String) - Method in interface org.mule.runtime.api.value.ValueProviderService
Resolves the values for a element's value provider located in the given Location.
getValues() - Method in interface org.mule.runtime.api.value.ValueResult
 
getVariables() - Method in interface org.mule.runtime.api.event.Event
Returns the variables in the event
getVariables() - Method in interface org.mule.runtime.api.event.InputEvent
Returns the variables in the event
getVariables() - Method in class org.mule.runtime.internal.event.DefaultInputEvent
 
getVendor() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
 
getVendor() - Method in interface org.mule.runtime.api.meta.model.ExtensionModel
Returns the name of the extension's vendor This name is used to: Represent the extension's vendor Differentiate different extensions with the same name, to give the possibility of having two connectors with the same name, for example, one made by MuleSoft and the second one by a third party
getVerboseMessage() - Method in exception org.mule.runtime.api.exception.MuleException
 
getVersion() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
 
getVersion() - Method in interface org.mule.runtime.api.meta.model.ExtensionModel
Returns this extension's version.
getXmlDslModel() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
 
getXmlDslModel() - Method in interface org.mule.runtime.api.meta.model.ExtensionModel
 
getXsdFileName() - Method in class org.mule.runtime.api.meta.model.XmlDslModel
 
GlobalElementDeclaration - Interface in org.mule.runtime.api.app.declaration
An ElementDeclaration that can be present as a direct child of an ArtifactDeclaration.
GlobalElementDeclarationVisitor - Interface in org.mule.runtime.api.app.declaration
globalName(String) - Method in interface org.mule.runtime.api.component.location.Location.Builder
Sets the name of the global component.
globalName(String) - Method in class org.mule.runtime.api.component.location.Location.LocationBuilder
 

H

HasConnectionProviderDeclarer - Interface in org.mule.runtime.api.meta.model.declaration.fluent
 
HasConnectionProviderModels - Interface in org.mule.runtime.api.meta.model.connection
A model which contains ConnectionProviderModel instances
HasConstructDeclarer<T> - Interface in org.mule.runtime.api.meta.model.declaration.fluent
Contract interface for a declarer in which it's possible to add constructs
HasConstructModels - Interface in org.mule.runtime.api.meta.model.construct
A model which contains OperationModels
HasDisplayModel - Interface in org.mule.runtime.api.meta.model.display
A model which optionally contains a DisplayModel
HasDisplayModelDeclarer<T> - Interface in org.mule.runtime.api.meta.model.declaration.fluent
Contract interface for a declarer in which it's possible to add message sources
hasDynamicType() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.OutputDeclaration
hasDynamicType() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclaration
hasDynamicType() - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.TypedDeclaration
 
hasDynamicType() - Method in interface org.mule.runtime.api.meta.Typed
Returns true if the type of the Component is of dynamic kind, and has to be discovered during design time using the MetadataService service.
HasExternalLibraries - Interface in org.mule.runtime.api.meta.model
Interface for a model which contains external libraries
HasFunctionDeclarer - Interface in org.mule.runtime.api.meta.model.declaration.fluent
Contract interface for a declarer in which it's possible to add functions
HasFunctionModels - Interface in org.mule.runtime.api.meta.model.function
A model which contains FunctionModels
hashCode() - Method in class org.mule.runtime.api.app.declaration.ArtifactDeclaration
 
hashCode() - Method in class org.mule.runtime.api.app.declaration.ComponentElementDeclaration
 
hashCode() - Method in class org.mule.runtime.api.app.declaration.ConfigurationElementDeclaration
 
hashCode() - Method in class org.mule.runtime.api.app.declaration.ElementDeclaration
 
hashCode() - Method in class org.mule.runtime.api.app.declaration.EnrichableElementDeclaration
 
hashCode() - Method in class org.mule.runtime.api.app.declaration.fluent.ParameterListValue
 
hashCode() - Method in class org.mule.runtime.api.app.declaration.fluent.ParameterObjectValue
 
hashCode() - Method in class org.mule.runtime.api.app.declaration.fluent.ParameterSimpleValue
 
hashCode() - Method in class org.mule.runtime.api.app.declaration.ParameterElementDeclaration
 
hashCode() - Method in class org.mule.runtime.api.app.declaration.ParameterGroupElementDeclaration
 
hashCode() - Method in class org.mule.runtime.api.app.declaration.ParameterizedElementDeclaration
 
hashCode() - Method in class org.mule.runtime.api.app.declaration.TopLevelParameterDeclaration
 
hashCode() - Method in class org.mule.runtime.api.component.location.Location.LocationImpl
 
hashCode() - Method in class org.mule.runtime.api.config.PoolingProfile
 
hashCode() - Method in class org.mule.runtime.api.el.ModuleNamespace
 
hashCode() - Method in exception org.mule.runtime.api.exception.MuleException
 
hashCode() - Method in class org.mule.runtime.api.meta.model.display.DisplayModel
 
hashCode() - Method in class org.mule.runtime.api.meta.model.display.LayoutModel
 
hashCode() - Method in class org.mule.runtime.api.meta.model.display.PathModel
 
hashCode() - Method in class org.mule.runtime.api.meta.model.error.ImmutableErrorModel
 
hashCode() - Method in class org.mule.runtime.api.meta.model.ImportedTypeModel
 
hashCode() - Method in class org.mule.runtime.api.meta.model.parameter.ValueProviderModel
 
hashCode() - Method in class org.mule.runtime.api.meta.model.stereotype.ImmutableStereotypeModel
 
hashCode() - Method in class org.mule.runtime.api.meta.MuleVersion
 
hashCode() - Method in class org.mule.runtime.api.metadata.DefaultMetadataKey
 
hashCode() - Method in class org.mule.runtime.api.metadata.MediaType
 
hashCode() - Method in class org.mule.runtime.api.metadata.resolving.FailureCode
 
hashCode() - Method in class org.mule.runtime.api.metadata.TypedValue
 
hashCode() - Method in class org.mule.runtime.api.util.MultiMap
 
hashCode() - Method in class org.mule.runtime.api.util.Pair
hashCode() - Method in class org.mule.runtime.api.util.Reference
 
hashCode() - Method in class org.mule.runtime.api.value.ImmutableValueResult
 
hashCode() - Method in class org.mule.runtime.api.value.ResolvingFailure
 
HasLayoutModel - Interface in org.mule.runtime.api.meta.model.display
A model which optionally contains a LayoutModel
HasModelProperties<T> - Interface in org.mule.runtime.api.meta.model.declaration.fluent
A contract interface for a declarer capable of adding a model properties
HasNestedComponentDeclarer<T extends BaseElementDeclarer> - Interface in org.mule.runtime.api.app.declaration.fluent
Allows configuring a nested ComponentElementDeclaration through a fluent API
HasNestedComponentsDeclarer - Interface in org.mule.runtime.api.meta.model.declaration.fluent
A contract interface for a declarer capable of adding a NestableElementModel as child
HasNestedRoutesDeclaration<T extends BaseElementDeclarer> - Interface in org.mule.runtime.api.app.declaration.fluent
Allows configuring a nested RouteElementDeclaration through a fluent API
HasNestedRoutesDeclarer - Interface in org.mule.runtime.api.meta.model.declaration.fluent
A contract interface for a declarer capable of adding a NestedRouteModel as child
HasOperationDeclarer - Interface in org.mule.runtime.api.meta.model.declaration.fluent
Contract interface for a declarer in which it's possible to add operations
HasOperationModels - Interface in org.mule.runtime.api.meta.model.operation
A model which contains OperationModels
HasOutputModel - Interface in org.mule.runtime.api.meta.model
Interface for a model which declares an OutputModel for its resulting payload and attributes.
HasParametersDeclarer - Interface in org.mule.runtime.api.meta.model.declaration.fluent
A contract interface for a declarer capable of adding a model properties
HasPoolingProfile - Interface in org.mule.runtime.api.config
A contract interface for an object that may contain a PoolingProfile
hasResponse() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.SourceDeclaration
 
hasResponse(boolean) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.SourceDeclarer
Allows to specify if the declared source emits responses
hasResponse() - Method in interface org.mule.runtime.api.meta.model.source.SourceModel
 
HasSize - Interface in org.mule.runtime.api.streaming
A generic contract for an object which can be described with a size of some sort.
HasSourceDeclarer - Interface in org.mule.runtime.api.meta.model.declaration.fluent
Contract interface for a declarer in which it's possible to add message sources
HasSourceModels - Interface in org.mule.runtime.api.meta.model.source
A model which contains SourceModel instances
HasStereotypeDeclarer<T> - Interface in org.mule.runtime.api.meta.model.declaration.fluent
Contract interface for a declarer in which it's possible to add StereotypeModel
HasStereotypeModel - Interface in org.mule.runtime.api.meta.model.stereotype
A model which can be qualified with a set of StereotypeModels that correspond to this model definition.
hasSuffix() - Method in class org.mule.runtime.api.meta.MuleVersion
 
HTML - Static variable in class org.mule.runtime.api.metadata.MediaType
 
HTML_STRING - Static variable in interface org.mule.runtime.api.metadata.DataType
 

I

I18nMessage - Class in org.mule.runtime.api.i18n
 
I18nMessage(String, int, Object...) - Constructor for class org.mule.runtime.api.i18n.I18nMessage
 
I18nMessageFactory - Class in org.mule.runtime.api.i18n
Base MessageFactory for I18n supported messages.
I18nMessageFactory() - Constructor for class org.mule.runtime.api.i18n.I18nMessageFactory
 
IdempotentExtensionWalker - Class in org.mule.runtime.api.meta.model.util
A ExtensionWalker which assures that each component is visited only once, making it easy to handle the fact that some components such as OperationModel, SourceModel, ConnectionProviderModel, etc, implement the flyweight pattern, which means that the same instance might be present at different levels.
IdempotentExtensionWalker() - Constructor for class org.mule.runtime.api.meta.model.util.IdempotentExtensionWalker
 
IdentifiableElementDeclaration - Interface in org.mule.runtime.api.app.declaration
Extends the concept of a named element to provides a unique way of identifying an element declaration for a given ExtensionModel
identifier(ComponentIdentifier) - Method in interface org.mule.runtime.api.component.TypedComponentIdentifier.Builder
 
identifier() - Method in class org.mule.runtime.api.el.Binding
 
identifiers() - Method in interface org.mule.runtime.api.el.BindingContext
Returns all identifiers found.
identifiers() - Method in interface org.mule.runtime.api.el.ExpressionModule
Returns all identifiers found.
ifComputed(Consumer<T>) - Method in class org.mule.runtime.api.util.LazyValue
If the value has already been computed, if passes it to the given consumer.
ImmutableErrorModel - Class in org.mule.runtime.api.meta.model.error
Default and immutable implementation of ErrorModel
ImmutableErrorModel(String, String, ErrorModel) - Constructor for class org.mule.runtime.api.meta.model.error.ImmutableErrorModel
 
ImmutableStereotypeModel - Class in org.mule.runtime.api.meta.model.stereotype
Default and immutable implementation of StereotypeModel
ImmutableStereotypeModel(String, String, StereotypeModel) - Constructor for class org.mule.runtime.api.meta.model.stereotype.ImmutableStereotypeModel
 
ImmutableValueResult - Class in org.mule.runtime.api.value
Immutable implementation of ValueResult
ImportedTypeModel - Class in org.mule.runtime.api.meta.model
A model which describes that an extension is importing an imported type.
ImportedTypeModel(ObjectType) - Constructor for class org.mule.runtime.api.meta.model.ImportedTypeModel
Creates a new instance
INFO_LOCATION_KEY - Static variable in exception org.mule.runtime.api.exception.MuleException
 
INFO_SOURCE_XML_KEY - Static variable in exception org.mule.runtime.api.exception.MuleException
 
Initialisable - Interface in org.mule.runtime.api.lifecycle
Initialisable is a lifecycle interface that gets called at the initialise lifecycle stage of the implementing service.
InitialisationException - Exception in org.mule.runtime.api.lifecycle
InitialisationException is thrown by the initialise method defined in the Initialisable interface.
InitialisationException(I18nMessage, Initialisable) - Constructor for exception org.mule.runtime.api.lifecycle.InitialisationException
 
InitialisationException(I18nMessage, Throwable, Initialisable) - Constructor for exception org.mule.runtime.api.lifecycle.InitialisationException
 
InitialisationException(Throwable, Initialisable) - Constructor for exception org.mule.runtime.api.lifecycle.InitialisationException
 
initialise() - Method in interface org.mule.runtime.api.lifecycle.Initialisable
Method used to perform any initialisation work.
INITIALISE_ALL - Static variable in class org.mule.runtime.api.config.PoolingProfile
Tells the object pool to initialise all components on startup.
INITIALISE_NONE - Static variable in class org.mule.runtime.api.config.PoolingProfile
Tells the object pool not to initialise any components on startup.
INITIALISE_ONE - Static variable in class org.mule.runtime.api.config.PoolingProfile
Tells the object pool only to initialise one service on startup.
INPUT_STREAM - Static variable in interface org.mule.runtime.api.metadata.DataType
 
InputEvent - Interface in org.mule.runtime.api.event
Interface for defining the content of an event.
InputMetadataDescriptor - Class in org.mule.runtime.api.metadata.descriptor
Represents the view of all the Metadata associated to an Component's Message output
InputMetadataDescriptor.InputMetadataDescriptorBuilder - Class in org.mule.runtime.api.metadata.descriptor
Implementation of the builder design pattern to create instances of OutputMetadataDescriptor
InputTypeResolver<K> - Interface in org.mule.runtime.api.metadata.resolving
Handles the dynamic MetadataType resolving for the Content parameter of an associated component.
insecureTrustStore(boolean) - Method in interface org.mule.runtime.api.tls.TlsContextFactoryBuilder
Defines whether the trust store should be insecure, meaning no certificate validations should be performed.
intercept(ComponentLocation) - Method in interface org.mule.runtime.api.interception.ProcessorInterceptorFactory
Determines if a ProcessorInterceptor shall be created by this factory to be applied to a component based on some of its attributes.
InterceptionAction - Interface in org.mule.runtime.api.interception
Allows the implementations of around to control the execution of the interception chain.
InterceptionEvent - Interface in org.mule.runtime.api.interception
Provides access to the attributes of the input event of a component and allows to mutate them.
INVALID_CONFIGURATION - Static variable in class org.mule.runtime.api.metadata.resolving.FailureCode
 
INVALID_CREDENTIALS - Static variable in class org.mule.runtime.api.metadata.resolving.FailureCode
 
INVALID_METADATA_KEY - Static variable in class org.mule.runtime.api.metadata.resolving.FailureCode
 
invalidate() - Method in interface org.mule.runtime.api.connection.ConnectionHandler
Similar to ConnectionHandler.release() but for cases in which the wrapped connection is in an error state and should not be used anymore.
IS_REUSE_OBJECT_METHOD_NAME - Static variable in interface org.mule.runtime.api.tx.MuleXaObject
 
isAssignableTo(StereotypeModel) - Method in class org.mule.runtime.api.meta.model.stereotype.ImmutableStereotypeModel
isAssignableTo(StereotypeModel) - Method in interface org.mule.runtime.api.meta.model.stereotype.StereotypeModel
 
isBlocking() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.OperationDeclaration
 
isBlocking() - Method in interface org.mule.runtime.api.meta.model.operation.OperationModel
 
isCData() - Method in class org.mule.runtime.api.app.declaration.fluent.ParameterSimpleValue
 
isClosed() - Method in interface org.mule.runtime.api.streaming.CursorProvider
 
isCompatibleWith(DataType) - Method in interface org.mule.runtime.api.metadata.DataType
Used to determine if this data type is compatible with the data type passed in.
isComputed() - Method in class org.mule.runtime.api.util.LazyValue
 
isConfigOverride() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclaration
 
isDisabled() - Method in class org.mule.runtime.api.config.PoolingProfile
Return true when the owner should not perform any pooling
isDynamic() - Method in class org.mule.runtime.api.metadata.descriptor.ParameterMetadataDescriptor
 
isDynamic() - Method in class org.mule.runtime.api.metadata.descriptor.TypeMetadataDescriptor
 
isEmpty() - Method in class org.mule.runtime.api.util.CaseInsensitiveMapWrapper
 
isEmpty() - Method in class org.mule.runtime.api.util.MultiMap
 
isExpression(String) - Method in interface org.mule.runtime.api.el.MuleExpressionLanguage
Determines if the string is an expression.
isInsecure() - Method in interface org.mule.runtime.api.tls.TlsContextTrustStoreConfiguration
 
isKeyStoreConfigured() - Method in interface org.mule.runtime.api.tls.TlsContextFactory
 
isObjectSingleton(String) - Method in interface org.mule.runtime.api.ioc.ObjectProvider
 
isOneRequired() - Method in interface org.mule.runtime.api.meta.model.parameter.ExclusiveParametersModel
Indicates if besides of being exclusive, the runtime should enforce that on of the parameters MUST be provided
isOpen() - Method in class org.mule.runtime.api.meta.model.parameter.ValueProviderModel
 
isOverrideFromConfig() - Method in interface org.mule.runtime.api.meta.model.parameter.ParameterModel
Whether or not this parameter is bound to a ParameterModel of the same name and type that exists in the config associated to the container of this parameter.
isPassword() - Method in class org.mule.runtime.api.meta.model.display.LayoutModel
 
isPersistent() - Method in interface org.mule.runtime.api.store.ObjectStore
 
isPersistent() - Method in class org.mule.runtime.api.store.ObjectStoreSettings
Returns Whether the store is persistent or transient.
isPrimaryPollingInstance() - Method in interface org.mule.runtime.api.cluster.ClusterService
 
isPublic() - Method in interface org.mule.runtime.api.meta.model.ModelProperty
Whether this instance should be included when serializing or sharing the owning EnrichableModel or if on the contrary, this model property holds information which is proprietary to the runtime and should not communicated.
isQuery() - Method in class org.mule.runtime.api.meta.model.display.LayoutModel
 
isRedeploymentEnabled() - Method in class org.mule.runtime.api.deployment.meta.MuleDeployableModel
 
isReleased() - Method in interface org.mule.runtime.api.streaming.Cursor
 
isRequired() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.NestableElementDeclaration
 
isRequired() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.NestedRouteDeclaration
 
isRequired() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclaration
 
isRequired() - Method in interface org.mule.runtime.api.meta.model.nested.NestableElementModel
 
isRequired() - Method in interface org.mule.runtime.api.meta.model.parameter.ParameterModel
Whether or not this parameter is required.
isRequiresConnection() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExecutableComponentDeclaration
 
isRequiresOne() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExclusiveParametersDeclaration
 
isReuseObject() - Method in interface org.mule.runtime.api.tx.MuleXaObject
 
isShowInDsl() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterGroupDeclaration
 
isShowInDsl() - Method in interface org.mule.runtime.api.meta.model.parameter.ParameterGroupModel
 
isShutdown() - Method in interface org.mule.runtime.api.scheduler.SchedulerView
 
isStarted() - Method in interface org.mule.runtime.api.source.SchedulerMessageSource
 
isStreamType() - Method in interface org.mule.runtime.api.metadata.DataType
Used to determine if this DataType is a stream type.
isStringRepresentable(MediaType) - Static method in class org.mule.runtime.api.metadata.MediaTypeUtils
Verifies that the given mediaType is representable as a String
isSuccess() - Method in class org.mule.runtime.api.el.DefaultValidationResult
 
isSuccess() - Method in interface org.mule.runtime.api.el.ValidationResult
 
isSuccess() - Method in class org.mule.runtime.api.metadata.resolving.FailureMetadataResult
isSuccess() - Method in interface org.mule.runtime.api.metadata.resolving.MetadataResult
 
isSuccess() - Method in class org.mule.runtime.api.metadata.resolving.SuccessMetadataResult
isSuccess() - Method in interface org.mule.runtime.api.value.ValueResult
 
isSuccessful() - Method in class org.mule.runtime.api.bulk.BulkItem
Whether or not it was successful.
isSuccessful() - Method in class org.mule.runtime.api.bulk.BulkOperationResult
 
isSupportsStreaming() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExecutableComponentDeclaration
 
isTerminated() - Method in interface org.mule.runtime.api.scheduler.SchedulerView
 
isText() - Method in class org.mule.runtime.api.meta.model.display.LayoutModel
 
isTransactional() - Method in interface org.mule.runtime.api.meta.model.ConnectableComponentModel
 
isTransactional() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExecutableComponentDeclaration
 
isTrustStoreConfigured() - Method in interface org.mule.runtime.api.tls.TlsContextFactory
 
isValid() - Method in class org.mule.runtime.api.connection.ConnectionValidationResult
 
isValid(String) - Method in interface org.mule.runtime.api.el.MuleExpressionLanguage
Validates the expression returning true is the expression is valid, false otherwise..
isVerboseExceptions() - Static method in exception org.mule.runtime.api.exception.MuleException
 
itemMediaType(MediaType) - Method in interface org.mule.runtime.api.message.Message.CollectionBuilder
Sets the MediaType for the collection items in the Message to be built.
itemMediaType(String) - Method in interface org.mule.runtime.api.metadata.DataTypeBuilder.DataTypeCollectionTypeBuilder
Sets the given itemMediaType for the DataType to be built., when the type is an Iterable.
itemMediaType(MediaType) - Method in interface org.mule.runtime.api.metadata.DataTypeBuilder.DataTypeCollectionTypeBuilder
Sets the given itemMediaType for the DataType to be built, when the type is an Iterable.
itemType(Class<?>) - Method in interface org.mule.runtime.api.metadata.DataTypeBuilder.DataTypeCollectionTypeBuilder
Sets the given itemType for the DataType to be built, when the type is an Iterable.
ITERATOR - Static variable in interface org.mule.runtime.api.metadata.DataType
 

J

JSON - Static variable in class org.mule.runtime.api.metadata.MediaType
 
JSON_STRING - Static variable in interface org.mule.runtime.api.metadata.DataType
 

K

KEY_ATTRIBUTE_NAME - Static variable in interface org.mule.runtime.internal.dsl.DslConstants
The name of the 'key' element of a Map DSL entry
keyAlias(String) - Method in interface org.mule.runtime.api.tls.TlsContextFactoryBuilder
Defines the alias of the key to use when the key store contains many private keys.
keyMediaType(String) - Method in interface org.mule.runtime.api.metadata.DataTypeBuilder.DataTypeMapTypeBuilder
Sets the given keyMediaType for the DataType to be built, when the type is a Map.
keyMediaType(MediaType) - Method in interface org.mule.runtime.api.metadata.DataTypeBuilder.DataTypeMapTypeBuilder
Sets the given keyMediaType for the DataType to be built, when the type is a Map.
keyPassword(String) - Method in interface org.mule.runtime.api.tls.TlsContextFactoryBuilder
Defines the password used to protect the private key.
keySet() - Method in class org.mule.runtime.api.util.CaseInsensitiveMapWrapper
 
keySet() - Method in class org.mule.runtime.api.util.MultiMap
 
keyStoreAlgorithm(String) - Method in interface org.mule.runtime.api.tls.TlsContextFactoryBuilder
Defines the key store algorithm.
keyStorePassword(String) - Method in interface org.mule.runtime.api.tls.TlsContextFactoryBuilder
Defines the password to access the key store defined in TlsContextFactoryBuilder.keyStorePath(String).
keyStorePath(String) - Method in interface org.mule.runtime.api.tls.TlsContextFactoryBuilder
Defines the location (which will be resolved relative to the current classpath and file system, if possible) where the key store to use should be looked for.
keyStoreType(String) - Method in interface org.mule.runtime.api.tls.TlsContextFactoryBuilder
Defines the type of the key store (such as jks, jceks or pkcs12).
keyType(Class<?>) - Method in interface org.mule.runtime.api.metadata.DataTypeBuilder.DataTypeMapTypeBuilder
Sets the given keyType for the DataType to be built, when the type is a Map.

L

layoutModel - Variable in class org.mule.runtime.api.meta.model.declaration.fluent.AbstractParameterDeclaration
 
LayoutModel - Class in org.mule.runtime.api.meta.model.display
Contains directives about how this parameter should be shown in the UI.
LayoutModel.LayoutModelBuilder - Class in org.mule.runtime.api.meta.model.display
Creates instances of LayoutModel
LazyValue<T> - Class in org.mule.runtime.api.util
Provides a value which may be lazily computed.
LazyValue(Supplier<T>) - Constructor for class org.mule.runtime.api.util.LazyValue
Creates a new instance which lazily obtains its value from the given supplier.
LazyValue(T) - Constructor for class org.mule.runtime.api.util.LazyValue
Creates a new instance which is already initialised with the given value.
Lifecycle - Interface in org.mule.runtime.api.lifecycle
DefaultLifecyclePhase adds lifecycle methods start, stop and dispose.
LifecycleException - Exception in org.mule.runtime.api.lifecycle
LifecycleException is the base exception thrown when an error occurs during a Lifecycle phase.
LifecycleException(I18nMessage, Object) - Constructor for exception org.mule.runtime.api.lifecycle.LifecycleException
 
LifecycleException(I18nMessage, Throwable, Object) - Constructor for exception org.mule.runtime.api.lifecycle.LifecycleException
 
LifecycleException(Throwable, Object) - Constructor for exception org.mule.runtime.api.lifecycle.LifecycleException
 
LocatedMuleException - Exception in org.mule.runtime.api.exception
LocatedMuleException is a general exception that adds context location about the Exception (i.e.: where it occurred in the application).
LocatedMuleException(Object) - Constructor for exception org.mule.runtime.api.exception.LocatedMuleException
 
LocatedMuleException(I18nMessage, Object) - Constructor for exception org.mule.runtime.api.exception.LocatedMuleException
 
LocatedMuleException(I18nMessage, Throwable, Object) - Constructor for exception org.mule.runtime.api.exception.LocatedMuleException
 
LocatedMuleException(Throwable, Object) - Constructor for exception org.mule.runtime.api.exception.LocatedMuleException
 
Location - Interface in org.mule.runtime.api.component.location
A location allows to define the position of a certain component in the configuration.
Location - Class in org.mule.runtime.api.el.validation
Represents the a location within a script.
Location(Position, Position) - Constructor for class org.mule.runtime.api.el.validation.Location
 
Location.Builder - Interface in org.mule.runtime.api.component.location
A builder to create a Location object.
Location.LocationBuilder - Class in org.mule.runtime.api.component.location
 
Location.LocationImpl - Class in org.mule.runtime.api.component.location
 
LOCATION_KEY - Static variable in class org.mule.runtime.api.meta.AbstractAnnotatedObject
 
LocationBuilder() - Constructor for class org.mule.runtime.api.component.location.Location.LocationBuilder
 
LocationImpl() - Constructor for class org.mule.runtime.api.component.location.Location.LocationImpl
 
LocationPart - Interface in org.mule.runtime.api.component.location
A location part represent an specific location of a component within another component.
LockFactory - Interface in org.mule.runtime.api.lock
Factory for creating Lock instances.
lookup(Class<T>) - Method in interface org.mule.runtime.api.artifact.Registry
Looks up for a service within the artifact.
lookup(String) - Method in interface org.mule.runtime.api.el.BindingContext
Allows searching for a specific binding by its identifier.
lookup(String) - Method in interface org.mule.runtime.api.el.ExpressionModule
Allows searching for a specific binding by its identifier.
lookupAll(Class<T>) - Method in interface org.mule.runtime.api.artifact.Registry
Looks up for a set of service within the artifact.
lookupByName(String) - Method in interface org.mule.runtime.api.artifact.Registry
Looks up for a service within the artifact by it's name.

M

MapDataType - Interface in org.mule.runtime.api.metadata
A data type that represents a generified map.
mapType(Class<? extends Map>) - Method in interface org.mule.runtime.api.metadata.DataTypeBuilder
Sets the given type for the MapDataType to be built.
matches(MediaType) - Method in class org.mule.runtime.api.metadata.MediaType
Evaluates the type of this object against the ones of the other MediaType.
maxEntries(Integer) - Method in class org.mule.runtime.api.store.ObjectStoreSettings.Builder
Sets the max number of entries allowed.
mediaType(MediaType) - Method in interface org.mule.runtime.api.message.Message.Builder
Sets the MediaType for the Message payload to be built.
mediaType(MediaType) - Method in interface org.mule.runtime.api.message.Message.CollectionBuilder
Sets the MediaType for the Message payload to be built.
mediaType(String) - Method in interface org.mule.runtime.api.metadata.DataTypeParamsBuilder
Sets the given mediaType string.
mediaType(MediaType) - Method in interface org.mule.runtime.api.metadata.DataTypeParamsBuilder
Sets the given mediaType.
MediaType - Class in org.mule.runtime.api.metadata
Immutable representation of Media Types as defined in RFC-2046 Part Two.
MediaTypeUtils - Class in org.mule.runtime.api.metadata
Utility class to share logic about media types
MESSAGE - Static variable in class org.mule.runtime.api.el.BindingContextUtils
 
message(Message) - Method in interface org.mule.runtime.api.event.InputEvent
Set the Message to construct Event with.
message(Message) - Method in interface org.mule.runtime.api.interception.InterceptionEvent
Set the Message to construct the target Event with.
Message - Interface in org.mule.runtime.api.message
Represents a message.
message(Message) - Method in class org.mule.runtime.internal.event.DefaultInputEvent
 
Message.Builder - Interface in org.mule.runtime.api.message
Handles the Message's MediaType as well as its attributes creation, either from a provided TypedValue or constructing it internally from a given value and MediaType.
Message.CollectionBuilder - Interface in org.mule.runtime.api.message
 
Message.PayloadBuilder - Interface in org.mule.runtime.api.message
Handles the Message's payload creation, either from a provided TypedValue or constructing it internally from a given value and MediaType.
messages() - Method in class org.mule.runtime.api.el.DefaultValidationResult
 
messages() - Method in interface org.mule.runtime.api.el.ValidationResult
 
METADATA_SERVICE_KEY - Static variable in interface org.mule.runtime.api.metadata.MetadataService
Key under which the MetadataService can be found in the Registry
MetadataAttributes - Class in org.mule.runtime.api.metadata
Immutable implementation of MetadataAttributes.
MetadataAttributes.MetadataAttributesBuilder - Class in org.mule.runtime.api.metadata
 
MetadataCache - Interface in org.mule.runtime.api.metadata
This component provides the capability to store data so future requests for that data can be served faster and accessed from every InputTypeResolver, TypeKeysResolver and OutputTypeResolver
MetadataCache.MetadataCacheValueResolver - Interface in org.mule.runtime.api.metadata
 
MetadataComponent - Enum in org.mule.runtime.api.metadata.resolving
Enumerates all the components that can be retrieved in a MetadataResult.
MetadataContext - Interface in org.mule.runtime.api.metadata
Metadata resolving context, provides access to the Config and Connection used during metadata fetch invocation.
MetadataEnrichableModel - Interface in org.mule.runtime.api.metadata
A model which can be augmented with MetadataProperties that are not part of the canonical metadata model.
MetadataFailure - Class in org.mule.runtime.api.metadata.resolving
Immutable representation of an error that occurred during Metadata resolution.
MetadataFailure.Builder - Class in org.mule.runtime.api.metadata.resolving
 
MetadataKey - Interface in org.mule.runtime.api.metadata
A key, that with the given ID, represents a MetadataType.
MetadataKeyBuilder - Class in org.mule.runtime.api.metadata
An implementation of the builder design pattern to create a new MetadataKey instance.
MetadataKeyBuilder(String) - Constructor for class org.mule.runtime.api.metadata.MetadataKeyBuilder
 
MetadataKeyProvider - Interface in org.mule.runtime.api.metadata
This interface allows the exposure of the MetadataKeys associated to the TypeKeysResolver of the component.
MetadataKeysContainer - Interface in org.mule.runtime.api.metadata
Container for the MetadataKeys obtained from a MetadataKeyProvider component.
MetadataKeysContainerBuilder - Class in org.mule.runtime.api.metadata
MetadataPropertiesAwareElementDeclaration - Interface in org.mule.runtime.api.app.declaration
A declaration which can be augmented with metadata regarding the represented element model.
MetadataProperty - Interface in org.mule.runtime.api.metadata
A custom property which augments a MetadataEnrichableModel with non canonical pieces of information.
MetadataProvider<T extends ComponentModel> - Interface in org.mule.runtime.api.metadata
This interface allows a Component that processes a Message to expose its metadata descriptor, containing all the MetadataType information associated to the Component's input and output elements
MetadataResolvingException - Exception in org.mule.runtime.api.metadata
Exception that represents an error related to Metadata resolving.
MetadataResolvingException(String, FailureCode) - Constructor for exception org.mule.runtime.api.metadata.MetadataResolvingException
 
MetadataResolvingException(String, FailureCode, Throwable) - Constructor for exception org.mule.runtime.api.metadata.MetadataResolvingException
 
MetadataResolvingException(I18nMessage, FailureCode) - Constructor for exception org.mule.runtime.api.metadata.MetadataResolvingException
 
MetadataResolvingException(I18nMessage, FailureCode, Throwable) - Constructor for exception org.mule.runtime.api.metadata.MetadataResolvingException
 
MetadataResult<T> - Interface in org.mule.runtime.api.metadata.resolving
Container for the Metadata fetch operations provided by TypeKeysResolver, InputTypeResolver and OutputTypeResolver results.
MetadataService - Interface in org.mule.runtime.api.metadata
Provides access to the Metadata of any MetadataProvider and EntityMetadataProvider components in the application and the MetadataKey of the MetadataKeyProvider components, using it's Location It also provides access to the MetadataKey associated to a configuration through the operations and sources that belong to that configuration.
ModelProperty - Interface in org.mule.runtime.api.meta.model
A custom property which augments an EnrichableModel with non canonical pieces of information.
ModuleNamespace - Class in org.mule.runtime.api.el
Represents the Namespace for a given module
ModuleNamespace(String...) - Constructor for class org.mule.runtime.api.el.ModuleNamespace
 
modules() - Method in interface org.mule.runtime.api.el.BindingContext
Returns all modules
MULE_MESSAGE - Static variable in interface org.mule.runtime.api.metadata.DataType
 
MULE_MESSAGE_COLLECTION - Static variable in interface org.mule.runtime.api.metadata.DataType
 
MULE_MESSAGE_LIST - Static variable in interface org.mule.runtime.api.metadata.DataType
 
MULE_MESSAGE_MAP - Static variable in interface org.mule.runtime.api.metadata.DataType
 
MuleApplicationModel - Class in org.mule.runtime.api.deployment.meta
This object matches the mule-artifact.json element within a application.
MuleApplicationModel.MuleApplicationModelBuilder - Class in org.mule.runtime.api.deployment.meta
A builder to create instances of MuleApplicationModel.
MuleApplicationModelBuilder() - Constructor for class org.mule.runtime.api.deployment.meta.MuleApplicationModel.MuleApplicationModelBuilder
 
MuleApplicationModelJsonSerializer - Class in org.mule.runtime.api.deployment.persistence
MuleApplicationModel json serializer.
MuleApplicationModelJsonSerializer() - Constructor for class org.mule.runtime.api.deployment.persistence.MuleApplicationModelJsonSerializer
 
MuleArtifactLoaderDescriptor - Class in org.mule.runtime.api.deployment.meta
Generic descriptor that will be used to describe parametrization to construct ExtensionModel, ClassLoader and any other descriptor that may arise in a future of MulePluginModel.
MuleArtifactLoaderDescriptor(String, Map<String, Object>) - Constructor for class org.mule.runtime.api.deployment.meta.MuleArtifactLoaderDescriptor
Creates an immutable implementation of MuleArtifactLoaderDescriptor
MuleArtifactLoaderDescriptorBuilder - Class in org.mule.runtime.api.deployment.meta
A builder to create instances of MuleArtifactLoaderDescriptor.
MuleArtifactLoaderDescriptorBuilder() - Constructor for class org.mule.runtime.api.deployment.meta.MuleArtifactLoaderDescriptorBuilder
 
MuleDeployableModel - Class in org.mule.runtime.api.deployment.meta
Base class for defining models for deployable artifacts.
MuleDeployableModel(String, String, MuleArtifactLoaderDescriptor, MuleArtifactLoaderDescriptor, List<String>, Optional<Boolean>) - Constructor for class org.mule.runtime.api.deployment.meta.MuleDeployableModel
Creates a new model
MuleDeployableModel.MuleDeployableModelBuilder<T extends AbstractMuleArtifactModelBuilder,M extends MuleDeployableModel> - Class in org.mule.runtime.api.deployment.meta
A builder to create instances of MuleDeployableModel.MuleDeployableModelBuilder.
MuleDeployableModelBuilder() - Constructor for class org.mule.runtime.api.deployment.meta.MuleDeployableModel.MuleDeployableModelBuilder
 
MuleDomainModel - Class in org.mule.runtime.api.deployment.meta
 
MuleDomainModel.MuleDomainModelBuilder - Class in org.mule.runtime.api.deployment.meta
A builder to create instances of MuleDomainModel.
MuleDomainModelBuilder() - Constructor for class org.mule.runtime.api.deployment.meta.MuleDomainModel.MuleDomainModelBuilder
 
MuleDomainModelJsonSerializer - Class in org.mule.runtime.api.deployment.persistence
MuleApplicationModel json serializer.
MuleDomainModelJsonSerializer() - Constructor for class org.mule.runtime.api.deployment.persistence.MuleDomainModelJsonSerializer
 
MuleException - Exception in org.mule.runtime.api.exception
MuleException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception.
MuleException(I18nMessage) - Constructor for exception org.mule.runtime.api.exception.MuleException
 
MuleException(I18nMessage, Throwable) - Constructor for exception org.mule.runtime.api.exception.MuleException
 
MuleException(Throwable) - Constructor for exception org.mule.runtime.api.exception.MuleException
 
MuleException() - Constructor for exception org.mule.runtime.api.exception.MuleException
 
MuleExpressionLanguage - Interface in org.mule.runtime.api.el
Provides universal access for evaluating mule expressions #[].
MulePluginModel - Class in org.mule.runtime.api.deployment.meta
This object matches the mule-artifact.json element within a plugin.
MulePluginModel.MulePluginModelBuilder - Class in org.mule.runtime.api.deployment.meta
A builder to create instances of MulePluginModel.
MulePluginModelBuilder() - Constructor for class org.mule.runtime.api.deployment.meta.MulePluginModel.MulePluginModelBuilder
 
MulePluginModelJsonSerializer - Class in org.mule.runtime.api.deployment.persistence
Serializer capable of marshalling an MulePluginModel instance to JSON format and back
MulePluginModelJsonSerializer() - Constructor for class org.mule.runtime.api.deployment.persistence.MulePluginModelJsonSerializer
 
MulePolicyModel - Class in org.mule.runtime.api.deployment.meta
This object matches the mule-artifact.json element within a policy.
MulePolicyModel.MulePolicyModelBuilder - Class in org.mule.runtime.api.deployment.meta
A builder to create instances of MulePolicyModel.
MulePolicyModelBuilder() - Constructor for class org.mule.runtime.api.deployment.meta.MulePolicyModel.MulePolicyModelBuilder
 
MulePolicyModelJsonSerializer - Class in org.mule.runtime.api.deployment.persistence
Serializer capable of marshalling an MulePolicyModel instance to JSON format and back
MulePolicyModelJsonSerializer() - Constructor for class org.mule.runtime.api.deployment.persistence.MulePolicyModelJsonSerializer
 
MuleRuntimeException - Exception in org.mule.runtime.api.exception
MuleRuntimeException Is the base runtime exception type for the Mule Server any other runtimes exceptions thrown by Mule code will use or be based on this exception.
MuleRuntimeException(I18nMessage) - Constructor for exception org.mule.runtime.api.exception.MuleRuntimeException
 
MuleRuntimeException(I18nMessage, Throwable) - Constructor for exception org.mule.runtime.api.exception.MuleRuntimeException
 
MuleRuntimeException(Throwable) - Constructor for exception org.mule.runtime.api.exception.MuleRuntimeException
 
MuleServerPluginModel - Class in org.mule.runtime.api.deployment.meta
This object matches the mule-artifact.json element within a server plugin.
MuleServerPluginModel.MuleServerPluginModelBuilder - Class in org.mule.runtime.api.deployment.meta
A builder to create instances of MuleServerPluginModel.
MuleServerPluginModelBuilder() - Constructor for class org.mule.runtime.api.deployment.meta.MuleServerPluginModel.MuleServerPluginModelBuilder
 
MuleServerPluginModelJsonSerializer - Class in org.mule.runtime.api.deployment.persistence
Serializer capable of marshalling an MuleServerPluginModel instance to JSON format and back
MuleServerPluginModelJsonSerializer() - Constructor for class org.mule.runtime.api.deployment.persistence.MuleServerPluginModelJsonSerializer
 
MuleServiceModel - Class in org.mule.runtime.api.deployment.meta
This object matches the mule-artifact.json element within a service.
MuleServiceModel.MuleServiceModelBuilder - Class in org.mule.runtime.api.deployment.meta
A builder to create instances of MuleServiceModel.
MuleServiceModelBuilder() - Constructor for class org.mule.runtime.api.deployment.meta.MuleServiceModel.MuleServiceModelBuilder
 
MuleServiceModelJsonSerializer - Class in org.mule.runtime.api.deployment.persistence
MuleServiceModel json serializer.
MuleServiceModelJsonSerializer() - Constructor for class org.mule.runtime.api.deployment.persistence.MuleServiceModelJsonSerializer
 
MuleVersion - Class in org.mule.runtime.api.meta
This class represents Mule Software version scheme: {major}.{minor}.{revision}-{suffix}
MuleVersion(String) - Constructor for class org.mule.runtime.api.meta.MuleVersion
 
MuleXaObject - Interface in org.mule.runtime.api.tx
Contract for objects to be considered as XA Objects.
MultiMap<K,V> - Class in org.mule.runtime.api.util
Implementation of a multi-map that allows the aggregation of keys and access to the aggregated list or a single value (the first).
MultiMap(Map<K, V>) - Constructor for class org.mule.runtime.api.util.MultiMap
 
MultiMap() - Constructor for class org.mule.runtime.api.util.MultiMap
 
MULTIPART_FORM_DATA - Static variable in class org.mule.runtime.api.metadata.MediaType
 
MULTIPART_MIXED - Static variable in class org.mule.runtime.api.metadata.MediaType
 
MULTIPART_RELATED - Static variable in class org.mule.runtime.api.metadata.MediaType
 
MULTIPART_X_MIXED_REPLACE - Static variable in class org.mule.runtime.api.metadata.MediaType
 
mustStartMessageSource(AnnotatedObject) - Method in interface org.mule.runtime.api.deployment.management.ComponentInitialStateManager
Manages the initial state of sources.

N

name - Variable in class org.mule.runtime.api.app.declaration.ElementDeclaration
 
name(String) - Method in interface org.mule.runtime.api.component.ComponentIdentifier.Builder
 
name(String) - Method in interface org.mule.runtime.api.tls.TlsContextFactoryBuilder
Defines a name for the TlsContextFactory.
NAME_ANNOTATION_KEY - Static variable in class org.mule.runtime.api.util.ComponentLocationProvider
 
NAME_ATTRIBUTE_NAME - Static variable in interface org.mule.runtime.internal.dsl.DslConstants
The name of the 'name' attribute of a DSL element
NameableObject - Interface in org.mule.runtime.api.meta
named(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclarer
Provides the extension's name
NamedDeclaration<T extends NamedDeclaration> - Class in org.mule.runtime.api.meta.model.declaration.fluent
Base class for a declaration of a named object.
NamedDeclaration(String) - Constructor for class org.mule.runtime.api.meta.model.declaration.fluent.NamedDeclaration
Creates a new instance
NamedElementDeclaration - Interface in org.mule.runtime.api.app.declaration
Adds naming methods to an element declaration
NamedObject - Interface in org.mule.runtime.api.meta
Adds NamedObject.getName() method to an object
NamedTypeResolver - Interface in org.mule.runtime.api.metadata.resolving
A base interface for resolvers in which they specify it's category name.
namespace(String) - Method in interface org.mule.runtime.api.component.ComponentIdentifier.Builder
 
namespace() - Method in interface org.mule.runtime.api.el.ExpressionModule
Returns the namespace of this module
NameValidationUtil - Class in org.mule.runtime.internal.util
Utility class to validate the names used for global components name attribute.
NameValidationUtil() - Constructor for class org.mule.runtime.internal.util.NameValidationUtil
 
NestableElementDeclaration<T extends NestableElementDeclaration> - Class in org.mule.runtime.api.meta.model.declaration.fluent
A declaration object for a NestableElementModel.
NestableElementDeclaration(String) - Constructor for class org.mule.runtime.api.meta.model.declaration.fluent.NestableElementDeclaration
Creates a new instance
NestableElementModel - Interface in org.mule.runtime.api.meta.model.nested
A definition of an element that can be contained by a ComposableModel.
NestableElementModelVisitor - Interface in org.mule.runtime.api.meta.model.nested
Visitor interface for traversing a NestableElementModel hierarchy
NestedChainDeclaration - Class in org.mule.runtime.api.meta.model.declaration.fluent
A declaration object for a NestedChainModel.
NestedChainDeclarer - Class in org.mule.runtime.api.meta.model.declaration.fluent
Allows configuring a NestedComponentDeclaration through a fluent API
NestedChainDeclarer(NestedChainDeclaration) - Constructor for class org.mule.runtime.api.meta.model.declaration.fluent.NestedChainDeclarer
Creates a new instance
NestedChainModel - Interface in org.mule.runtime.api.meta.model.nested
Represents a NestableElementModel that makes reference to a chain of ComponentModels.
NestedComponentDeclaration<T extends NestedComponentDeclaration> - Class in org.mule.runtime.api.meta.model.declaration.fluent
A declaration object for a NestedComponentModel.
NestedComponentDeclarer<T extends NestedComponentDeclarer,D extends NestedComponentDeclaration> - Class in org.mule.runtime.api.meta.model.declaration.fluent
Allows configuring a NestedComponentDeclaration through a fluent API
NestedComponentDeclarer(D) - Constructor for class org.mule.runtime.api.meta.model.declaration.fluent.NestedComponentDeclarer
Creates a new instance
NestedComponentModel - Interface in org.mule.runtime.api.meta.model.nested
Represents a NestableElementModel that makes reference to a single ComponentModel
NestedRouteDeclaration - Class in org.mule.runtime.api.meta.model.declaration.fluent
A declaration object for a NestedRouteModel.
NestedRouteDeclarer - Class in org.mule.runtime.api.meta.model.declaration.fluent
Allows configuring a NestedComponentDeclaration through a fluent API.
NestedRouteDeclarer(NestedRouteDeclaration) - Constructor for class org.mule.runtime.api.meta.model.declaration.fluent.NestedRouteDeclarer
Creates a new instance
NestedRouteModel - Interface in org.mule.runtime.api.meta.model.nested
Represents a NestableElementModel that is itself a ComposableModel and ParameterizedModel.
newArtifact() - Static method in class org.mule.runtime.api.app.declaration.fluent.ElementDeclarer
 
newConfiguration(String) - Method in class org.mule.runtime.api.app.declaration.fluent.ElementDeclarer
 
newConnection(String) - Method in class org.mule.runtime.api.app.declaration.fluent.ElementDeclarer
 
newConstruct(String) - Method in class org.mule.runtime.api.app.declaration.fluent.ElementDeclarer
 
newError(String, String) - Static method in class org.mule.runtime.api.meta.model.error.ErrorModelBuilder
Creates a builder to be able to create ErrorModel instances
newError(ComponentIdentifier) - Static method in class org.mule.runtime.api.meta.model.error.ErrorModelBuilder
Creates a builder to be able to create ErrorModel instances from an error ComponentIdentifier
newerThan(String) - Method in class org.mule.runtime.api.meta.MuleVersion
 
newerThan(MuleVersion) - Method in class org.mule.runtime.api.meta.MuleVersion
 
newFailure() - Static method in class org.mule.runtime.api.metadata.resolving.MetadataFailure.Builder
 
newFailure(Exception) - Static method in class org.mule.runtime.api.metadata.resolving.MetadataFailure.Builder
 
newFailure() - Static method in class org.mule.runtime.api.value.ResolvingFailure.Builder
 
newFailure(Throwable) - Static method in class org.mule.runtime.api.value.ResolvingFailure.Builder
 
newGlobalParameter(String) - Method in class org.mule.runtime.api.app.declaration.fluent.ElementDeclarer
 
newKey(String) - Static method in class org.mule.runtime.api.metadata.MetadataKeyBuilder
Creates and returns new instance of a MetadataKeyBuilder, to help building a new MetadataKey represented by the given
newListValue() - Static method in class org.mule.runtime.api.app.declaration.fluent.ElementDeclarer
 
newObjectValue() - Static method in class org.mule.runtime.api.app.declaration.fluent.ElementDeclarer
 
newOperation(String) - Method in class org.mule.runtime.api.app.declaration.fluent.ElementDeclarer
 
newParameterGroup() - Static method in class org.mule.runtime.api.app.declaration.fluent.ElementDeclarer
 
newParameterGroup(String) - Static method in class org.mule.runtime.api.app.declaration.fluent.ElementDeclarer
 
newRoute(String) - Method in class org.mule.runtime.api.app.declaration.fluent.ElementDeclarer
 
newSource(String) - Method in class org.mule.runtime.api.app.declaration.fluent.ElementDeclarer
 
newStereotype(String, String) - Static method in class org.mule.runtime.api.meta.model.stereotype.StereotypeModelBuilder
Creates a builder to be able to create StereotypeModel instances
NO_DYNAMIC_KEY_AVAILABLE - Static variable in class org.mule.runtime.api.metadata.resolving.FailureCode
 
NO_DYNAMIC_METADATA_AVAILABLE - Static variable in class org.mule.runtime.api.metadata.resolving.FailureCode
 
NO_DYNAMIC_TYPE_AVAILABLE - Static variable in class org.mule.runtime.api.metadata.resolving.FailureCode
 
NONE - Static variable in class org.mule.runtime.api.metadata.resolving.FailureCode
 
NOT_AUTHORIZED - Static variable in class org.mule.runtime.api.metadata.resolving.FailureCode
 
NULL_BINDING_CONTEXT - Static variable in class org.mule.runtime.api.el.BindingContextUtils
 
nullAttributesValue() - Method in interface org.mule.runtime.api.message.Message.Builder
Sets a #null value for the Message's attributes to be built.
nullAttributesValue() - Method in interface org.mule.runtime.api.message.Message.CollectionBuilder
Sets a #null value for the Message's attributes to be built.
NullDslResolvingContext - Class in org.mule.runtime.internal.dsl
Null implementation of a DslResolvingContext
NullDslResolvingContext() - Constructor for class org.mule.runtime.internal.dsl.NullDslResolvingContext
 
nullValue() - Method in interface org.mule.runtime.api.message.Message.PayloadBuilder
Sets a #null value for the Message's payload to be built.
NUMBER - Static variable in interface org.mule.runtime.api.metadata.DataType
 

O

OBJECT - Static variable in interface org.mule.runtime.api.metadata.DataType
 
ObjectAlreadyExistsException - Exception in org.mule.runtime.api.store
This exception is thrown when an ObjectStore tries to store a value using a key for which another value is already present.
ObjectAlreadyExistsException() - Constructor for exception org.mule.runtime.api.store.ObjectAlreadyExistsException
 
ObjectAlreadyExistsException(I18nMessage, Throwable) - Constructor for exception org.mule.runtime.api.store.ObjectAlreadyExistsException
 
ObjectAlreadyExistsException(I18nMessage) - Constructor for exception org.mule.runtime.api.store.ObjectAlreadyExistsException
 
ObjectAlreadyExistsException(Throwable) - Constructor for exception org.mule.runtime.api.store.ObjectAlreadyExistsException
 
ObjectDoesNotExistException - Exception in org.mule.runtime.api.store
This exception is thrown when an ObjectStore attempts to operate on a key for which it doesn't have an associated value
ObjectDoesNotExistException() - Constructor for exception org.mule.runtime.api.store.ObjectDoesNotExistException
 
ObjectDoesNotExistException(I18nMessage, Throwable) - Constructor for exception org.mule.runtime.api.store.ObjectDoesNotExistException
 
ObjectDoesNotExistException(I18nMessage) - Constructor for exception org.mule.runtime.api.store.ObjectDoesNotExistException
 
ObjectDoesNotExistException(Throwable) - Constructor for exception org.mule.runtime.api.store.ObjectDoesNotExistException
 
ObjectNotFoundException - Exception in org.mule.runtime.api.exception
Exception type for representing a failure due to object not found.
ObjectNotFoundException(String) - Constructor for exception org.mule.runtime.api.exception.ObjectNotFoundException
ObjectProvider - Interface in org.mule.runtime.api.ioc
Interface meant to be implemented by components that will provide objects that may be referenced from mule configuration files.
ObjectProviderConfiguration - Interface in org.mule.runtime.api.ioc
Configuration for the ObjectProvider
ObjectSerializer - Interface in org.mule.runtime.api.serialization
Provides access to the different SerializationProtocol used in the container.
ObjectStore<T extends Serializable> - Interface in org.mule.runtime.api.store
A generic object key value store
ObjectStoreException - Exception in org.mule.runtime.api.store
This exception class is thrown in cases when an exception occurs while operating on an ObjectStore.
ObjectStoreException() - Constructor for exception org.mule.runtime.api.store.ObjectStoreException
 
ObjectStoreException(I18nMessage, Throwable) - Constructor for exception org.mule.runtime.api.store.ObjectStoreException
 
ObjectStoreException(I18nMessage) - Constructor for exception org.mule.runtime.api.store.ObjectStoreException
 
ObjectStoreException(Throwable) - Constructor for exception org.mule.runtime.api.store.ObjectStoreException
 
ObjectStoreManager - Interface in org.mule.runtime.api.store
Creates and manages ObjectStore instances.
ObjectStoreNotAvailableException - Exception in org.mule.runtime.api.store
This exception is thrown when the underlying to an ObjectStore's system fails.
ObjectStoreNotAvailableException() - Constructor for exception org.mule.runtime.api.store.ObjectStoreNotAvailableException
 
ObjectStoreNotAvailableException(I18nMessage, Throwable) - Constructor for exception org.mule.runtime.api.store.ObjectStoreNotAvailableException
 
ObjectStoreNotAvailableException(I18nMessage) - Constructor for exception org.mule.runtime.api.store.ObjectStoreNotAvailableException
 
ObjectStoreNotAvailableException(Throwable) - Constructor for exception org.mule.runtime.api.store.ObjectStoreNotAvailableException
 
ObjectStoreSettings - Class in org.mule.runtime.api.store
Immutable object which contains settings parameters regarding how should a particular ObjectStore instance behave.
ObjectStoreSettings.Builder - Class in org.mule.runtime.api.store
A Builder for creating ObjectStoreSettings
of(String) - Static method in class org.mule.runtime.api.app.declaration.fluent.ParameterSimpleValue
 
of(Object) - Static method in interface org.mule.runtime.api.message.Message
Create a new instance with the given payload.
of(T) - Static method in class org.mule.runtime.api.metadata.TypedValue
Creates a new instance for the given value, using an auto calculated DataType.
ofDynamicType(MetadataType) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.OutputDeclarer
Specifies that the Element being described has a type of dynamic kind, meaning that this Element's type is bounded to the component's configuration during application design time and should be discovered using the MetadataService service
ofDynamicType(MetadataType) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclarer
Specifies the type of the ParameterModel
ofType(String) - Method in class org.mule.runtime.api.app.declaration.fluent.ParameterObjectValue.Builder
 
ofType(MetadataType) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.OutputDeclarer
Specifies that the OutputModel has a type of static kind.
ofType(MetadataType) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclarer
Specifies the type of the ParameterModel
onBorrow(C) - Method in interface org.mule.runtime.api.connection.PoolingListener
Executes after the connection was successfully borrowed from the pool but before it's handed over to the requester.
onComponent() - Method in class org.mule.runtime.api.metadata.resolving.MetadataFailure.Builder
 
onConfiguration(ConfigurationDeclaration) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.util.DeclarationWalker
Invoked when a ConfigurationDeclaration is found in the traversed extensionDeclaration
onConfiguration(ConfigurationModel) - Method in class org.mule.runtime.api.meta.model.util.ExtensionWalker
Invoked when a ConfigurationModel is found in the traversed extensionModel
onConnectionProvider(ConnectedDeclaration, ConnectionProviderDeclaration) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.util.DeclarationWalker
Invoked when an ConnectedDeclaration is found in the traversed extensionDeclaration
onConnectionProvider(HasConnectionProviderModels, ConnectionProviderModel) - Method in class org.mule.runtime.api.meta.model.util.ExtensionWalker
Invoked when an ConnectionProviderModel is found in the traversed extensionModel
onConnectionProvider(HasConnectionProviderModels, ConnectionProviderModel) - Method in class org.mule.runtime.api.meta.model.util.IdempotentExtensionWalker
 
onConnectionProvider(ConnectionProviderModel) - Method in class org.mule.runtime.api.meta.model.util.IdempotentExtensionWalker
Invoked when an ConnectionProviderModel is found in the traversed extensionModel.
onConstruct(WithConstructsDeclaration, ConstructDeclaration) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.util.DeclarationWalker
Invoked when a ConstructDeclaration is found in the traversed extensionDeclaration.
onConstruct(HasConstructModels, ConstructModel) - Method in class org.mule.runtime.api.meta.model.util.ExtensionWalker
Invoked when an ConstructModel is found in the traversed extensionModel
onConstruct(HasConstructModels, ConstructModel) - Method in class org.mule.runtime.api.meta.model.util.IdempotentExtensionWalker
 
onConstruct(ConstructModel) - Method in class org.mule.runtime.api.meta.model.util.IdempotentExtensionWalker
Invoked when an ConstructModel is found in the traversed extensionModel.
onDefaultParameterGroup() - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.HasParametersDeclarer
Provides the default ParameterGroupDeclarer.
onDefaultParameterGroup() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.NestedRouteDeclarer
Provides the default ParameterGroupDeclarer.
onDefaultParameterGroup() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterizedDeclarer
Provides the default ParameterGroupDeclarer.
onEntity() - Method in class org.mule.runtime.api.metadata.resolving.MetadataFailure.Builder
 
onError() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.SourceDeclarer
Allows to declare a callback which will listen for errors that occurred in the flow processing a Source generated message.
onFunction(HasFunctionModels, FunctionModel) - Method in class org.mule.runtime.api.meta.model.util.ExtensionWalker
Invoked when an FunctionModel is found in the traversed extensionModel.
onFunction(HasFunctionModels, FunctionModel) - Method in class org.mule.runtime.api.meta.model.util.IdempotentExtensionWalker
 
onFunction(FunctionModel) - Method in class org.mule.runtime.api.meta.model.util.IdempotentExtensionWalker
Invoked when an FunctionModel is found in the traversed extensionModel.
onKeys() - Method in class org.mule.runtime.api.metadata.resolving.MetadataFailure.Builder
 
onOperation(WithOperationsDeclaration, OperationDeclaration) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.util.DeclarationWalker
Invoked when an OperationDeclaration is found in the traversed extensionDeclaration.
onOperation(HasOperationModels, OperationModel) - Method in class org.mule.runtime.api.meta.model.util.ExtensionWalker
Invoked when an OperationModel is found in the traversed extensionModel.
onOperation(HasOperationModels, OperationModel) - Method in class org.mule.runtime.api.meta.model.util.IdempotentExtensionWalker
 
onOperation(OperationModel) - Method in class org.mule.runtime.api.meta.model.util.IdempotentExtensionWalker
Invoked when an OperationModel is found in the traversed extensionModel.
onOutputAttributes() - Method in class org.mule.runtime.api.metadata.resolving.MetadataFailure.Builder
 
onOutputPayload() - Method in class org.mule.runtime.api.metadata.resolving.MetadataFailure.Builder
 
onParameter(ParameterizedDeclaration, ParameterGroupDeclaration, ParameterDeclaration) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.util.DeclarationWalker
Invoked when an ParameterDeclaration is found in the traversed extensionDeclaration
onParameter(ParameterizedModel, ParameterGroupModel, ParameterModel) - Method in class org.mule.runtime.api.meta.model.util.ExtensionWalker
Invoked when an ParameterModel is found in the traversed extensionModel
onParameter(ParameterizedModel, ParameterGroupModel, ParameterModel) - Method in class org.mule.runtime.api.meta.model.util.IdempotentExtensionWalker
 
onParameter(ParameterGroupModel, ParameterModel) - Method in class org.mule.runtime.api.meta.model.util.IdempotentExtensionWalker
Invoked when an ParameterModel is found in the traversed extensionModel.
onParameter(String) - Method in class org.mule.runtime.api.metadata.resolving.MetadataFailure.Builder
 
onParameterGroup(String) - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.HasParametersDeclarer
Provides a ParameterGroupDeclarer for adding parameters into a group of the given name.
onParameterGroup(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.NestedRouteDeclarer
Provides a ParameterGroupDeclarer for adding parameters into a group of the given name.
onParameterGroup(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterizedDeclarer
Provides a ParameterGroupDeclarer for adding parameters into a group of the given name.
onParameterGroup(ParameterizedDeclaration, ParameterGroupDeclaration) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.util.DeclarationWalker
Invoked when an ParameterGroupDeclaration is found in the traversed extensionDeclaration
onParameterGroup(ParameterizedModel, ParameterGroupModel) - Method in class org.mule.runtime.api.meta.model.util.ExtensionWalker
Invoked when an ParameterGroupModel is found in the traversed extensionModel
onParameterGroup(ParameterizedModel, ParameterGroupModel) - Method in class org.mule.runtime.api.meta.model.util.IdempotentExtensionWalker
 
onParameterGroup(ParameterGroupModel) - Method in class org.mule.runtime.api.meta.model.util.IdempotentExtensionWalker
Invoked when an ParameterGroupModel is found in the traversed extensionModel.
onReturn(C) - Method in interface org.mule.runtime.api.connection.PoolingListener
Executes right before the pool accepts the connection back.
onSource(WithSourcesDeclaration, SourceDeclaration) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.util.DeclarationWalker
Invoked when an SourceDeclaration is found in the traversed extensionDeclaration
onSource(HasSourceModels, SourceModel) - Method in class org.mule.runtime.api.meta.model.util.ExtensionWalker
Invoked when an SourceModel is found in the traversed extensionModel
onSource(HasSourceModels, SourceModel) - Method in class org.mule.runtime.api.meta.model.util.IdempotentExtensionWalker
 
onSource(SourceModel) - Method in class org.mule.runtime.api.meta.model.util.IdempotentExtensionWalker
Invoked when an SourceModel is found in the traversed extensionModel.
onSuccess() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.SourceDeclarer
Allows to declare a callback which will listen to all the successful results of the dispatched Source messages to the flow.
onTerminate() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.SourceDeclarer
Allows to declare a callback which will listen to all the results of the dispatched Source messages to the flow.
onVersion(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclarer
Provides the extension's version
open() - Method in interface org.mule.runtime.api.store.ObjectStore
Open the underlying store.
open(String) - Method in interface org.mule.runtime.api.store.PartitionableObjectStore
Open the partition of the given partitionName
openCursor() - Method in interface org.mule.runtime.api.streaming.CursorProvider
Creates a new Cursor of type T positioned on the very beginning of the wrapped stream.
OperationDeclaration - Class in org.mule.runtime.api.meta.model.declaration.fluent
A declaration object for a OperationModel.
OperationDeclaration(String) - Constructor for class org.mule.runtime.api.meta.model.declaration.fluent.OperationDeclaration
 
OperationDeclarer - Class in org.mule.runtime.api.meta.model.declaration.fluent
Allows configuring a OperationDeclaration through a fluent API
OperationElementDeclaration - Class in org.mule.runtime.api.app.declaration
A programmatic descriptor of a OperationModel configuration.
OperationElementDeclaration() - Constructor for class org.mule.runtime.api.app.declaration.OperationElementDeclaration
 
OperationElementDeclaration(String, String) - Constructor for class org.mule.runtime.api.app.declaration.OperationElementDeclaration
 
OperationElementDeclarer - Class in org.mule.runtime.api.app.declaration.fluent
Allows configuring an OperationElementDeclaration through a fluent API
OperationModel - Interface in org.mule.runtime.api.meta.model.operation
A definition of an operation in a ExtensionModel.
OptionalParameterDeclarer - Class in org.mule.runtime.api.meta.model.declaration.fluent
A specialization of ParameterDeclarer for optional parameters.
order(int) - Method in class org.mule.runtime.api.meta.model.display.LayoutModel.LayoutModelBuilder
Sets the order of the model within its group.
org.mule.runtime.api.app.declaration - package org.mule.runtime.api.app.declaration
 
org.mule.runtime.api.app.declaration.fluent - package org.mule.runtime.api.app.declaration.fluent
 
org.mule.runtime.api.app.declaration.serialization - package org.mule.runtime.api.app.declaration.serialization
 
org.mule.runtime.api.artifact - package org.mule.runtime.api.artifact
 
org.mule.runtime.api.bulk - package org.mule.runtime.api.bulk
 
org.mule.runtime.api.cluster - package org.mule.runtime.api.cluster
 
org.mule.runtime.api.component - package org.mule.runtime.api.component
 
org.mule.runtime.api.component.execution - package org.mule.runtime.api.component.execution
 
org.mule.runtime.api.component.location - package org.mule.runtime.api.component.location
 
org.mule.runtime.api.config - package org.mule.runtime.api.config
 
org.mule.runtime.api.config.custom - package org.mule.runtime.api.config.custom
 
org.mule.runtime.api.connection - package org.mule.runtime.api.connection
 
org.mule.runtime.api.connection.serialization - package org.mule.runtime.api.connection.serialization
 
org.mule.runtime.api.connectivity - package org.mule.runtime.api.connectivity
 
org.mule.runtime.api.deployment.management - package org.mule.runtime.api.deployment.management
 
org.mule.runtime.api.deployment.meta - package org.mule.runtime.api.deployment.meta
 
org.mule.runtime.api.deployment.persistence - package org.mule.runtime.api.deployment.persistence
 
org.mule.runtime.api.dsl - package org.mule.runtime.api.dsl
 
org.mule.runtime.api.el - package org.mule.runtime.api.el
 
org.mule.runtime.api.el.validation - package org.mule.runtime.api.el.validation
 
org.mule.runtime.api.event - package org.mule.runtime.api.event
 
org.mule.runtime.api.exception - package org.mule.runtime.api.exception
 
org.mule.runtime.api.i18n - package org.mule.runtime.api.i18n
 
org.mule.runtime.api.interception - package org.mule.runtime.api.interception
 
org.mule.runtime.api.ioc - package org.mule.runtime.api.ioc
 
org.mule.runtime.api.legacy.exception - package org.mule.runtime.api.legacy.exception
 
org.mule.runtime.api.lifecycle - package org.mule.runtime.api.lifecycle
 
org.mule.runtime.api.lock - package org.mule.runtime.api.lock
 
org.mule.runtime.api.message - package org.mule.runtime.api.message
 
org.mule.runtime.api.meta - package org.mule.runtime.api.meta
 
org.mule.runtime.api.meta.model - package org.mule.runtime.api.meta.model
 
org.mule.runtime.api.meta.model.config - package org.mule.runtime.api.meta.model.config
 
org.mule.runtime.api.meta.model.connection - package org.mule.runtime.api.meta.model.connection
 
org.mule.runtime.api.meta.model.construct - package org.mule.runtime.api.meta.model.construct
 
org.mule.runtime.api.meta.model.declaration.fluent - package org.mule.runtime.api.meta.model.declaration.fluent
 
org.mule.runtime.api.meta.model.declaration.fluent.util - package org.mule.runtime.api.meta.model.declaration.fluent.util
 
org.mule.runtime.api.meta.model.display - package org.mule.runtime.api.meta.model.display
 
org.mule.runtime.api.meta.model.error - package org.mule.runtime.api.meta.model.error
 
org.mule.runtime.api.meta.model.function - package org.mule.runtime.api.meta.model.function
 
org.mule.runtime.api.meta.model.nested - package org.mule.runtime.api.meta.model.nested
 
org.mule.runtime.api.meta.model.operation - package org.mule.runtime.api.meta.model.operation
 
org.mule.runtime.api.meta.model.parameter - package org.mule.runtime.api.meta.model.parameter
 
org.mule.runtime.api.meta.model.source - package org.mule.runtime.api.meta.model.source
 
org.mule.runtime.api.meta.model.stereotype - package org.mule.runtime.api.meta.model.stereotype
 
org.mule.runtime.api.meta.model.util - package org.mule.runtime.api.meta.model.util
 
org.mule.runtime.api.meta.type - package org.mule.runtime.api.meta.type
 
org.mule.runtime.api.metadata - package org.mule.runtime.api.metadata
 
org.mule.runtime.api.metadata.descriptor - package org.mule.runtime.api.metadata.descriptor
 
org.mule.runtime.api.metadata.resolving - package org.mule.runtime.api.metadata.resolving
 
org.mule.runtime.api.scheduler - package org.mule.runtime.api.scheduler
 
org.mule.runtime.api.security - package org.mule.runtime.api.security
 
org.mule.runtime.api.serialization - package org.mule.runtime.api.serialization
 
org.mule.runtime.api.service - package org.mule.runtime.api.service
 
org.mule.runtime.api.source - package org.mule.runtime.api.source
 
org.mule.runtime.api.store - package org.mule.runtime.api.store
 
org.mule.runtime.api.streaming - package org.mule.runtime.api.streaming
 
org.mule.runtime.api.streaming.bytes - package org.mule.runtime.api.streaming.bytes
 
org.mule.runtime.api.streaming.exception - package org.mule.runtime.api.streaming.exception
 
org.mule.runtime.api.streaming.object - package org.mule.runtime.api.streaming.object
 
org.mule.runtime.api.tls - package org.mule.runtime.api.tls
 
org.mule.runtime.api.transformation - package org.mule.runtime.api.transformation
 
org.mule.runtime.api.tx - package org.mule.runtime.api.tx
 
org.mule.runtime.api.util - package org.mule.runtime.api.util
 
org.mule.runtime.api.value - package org.mule.runtime.api.value
 
org.mule.runtime.internal.app.declaration.serialization - package org.mule.runtime.internal.app.declaration.serialization
 
org.mule.runtime.internal.app.declaration.serialization.adapter - package org.mule.runtime.internal.app.declaration.serialization.adapter
 
org.mule.runtime.internal.dsl - package org.mule.runtime.internal.dsl
 
org.mule.runtime.internal.event - package org.mule.runtime.internal.event
 
org.mule.runtime.internal.meta.type - package org.mule.runtime.internal.meta.type
 
org.mule.runtime.internal.util - package org.mule.runtime.internal.util
 
OUTPUT - Static variable in interface org.mule.runtime.api.meta.model.parameter.ParameterGroupModel
Group name for parameters that are for controling the opertion's output
OutputDeclaration - Class in org.mule.runtime.api.meta.model.declaration.fluent
A declaration object for an OutputModel.
OutputDeclaration() - Constructor for class org.mule.runtime.api.meta.model.declaration.fluent.OutputDeclaration
 
OutputDeclarer<T extends OutputDeclarer> - Class in org.mule.runtime.api.meta.model.declaration.fluent
Allows configuring an OutputDeclaration through a fluent API
OutputMetadataDescriptor - Class in org.mule.runtime.api.metadata.descriptor
Immutable implementation of OutputMetadataDescriptor
OutputMetadataDescriptor.OutputMetadataDescriptorBuilder - Class in org.mule.runtime.api.metadata.descriptor
 
OutputModel - Interface in org.mule.runtime.api.meta.model
Represents the output of a Component
OutputTypeResolver<K> - Interface in org.mule.runtime.api.metadata.resolving
Handles the dynamic MetadataType resolving for the output of an associated component.
overrideDefaultServiceClass(String, Class<T>) - Method in interface org.mule.runtime.api.config.custom.CustomizationService
Allows to override a service provided by default on a mule context.
overrideDefaultServiceImpl(String, T) - Method in interface org.mule.runtime.api.config.custom.CustomizationService
Allows to override a service provided by default on a mule context.

P

Pair<K,V> - Class in org.mule.runtime.api.util
A convenience class to represent value pairs.
Pair(K, V) - Constructor for class org.mule.runtime.api.util.Pair
Creates a new pair
ParameterDeclaration - Class in org.mule.runtime.api.meta.model.declaration.fluent
A declaration object for a ParameterModel.
ParameterDeclaration(String) - Constructor for class org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclaration
ParameterDeclarer<T extends ParameterDeclarer> - Class in org.mule.runtime.api.meta.model.declaration.fluent
Allows configuring a ParameterDeclaration through a fluent API
ParameterDslConfiguration - Class in org.mule.runtime.api.meta.model
Contains directives regarding semantics for the DSL which supports one given owning element.
ParameterDslConfiguration() - Constructor for class org.mule.runtime.api.meta.model.ParameterDslConfiguration
 
ParameterDslConfiguration.Builder - Class in org.mule.runtime.api.meta.model
A builder which allows creating instance of ParameterDslConfiguration
ParameterElementDeclaration - Class in org.mule.runtime.api.app.declaration
A programmatic descriptor of a ParameterModel configuration.
ParameterElementDeclaration() - Constructor for class org.mule.runtime.api.app.declaration.ParameterElementDeclaration
 
ParameterElementDeclaration(String) - Constructor for class org.mule.runtime.api.app.declaration.ParameterElementDeclaration
 
ParameterElementDeclarationTypeAdapter - Class in org.mule.runtime.internal.app.declaration.serialization.adapter
A TypeAdapter for serializing instances of ParameterElementDeclaration
ParameterElementDeclarationTypeAdapter() - Constructor for class org.mule.runtime.internal.app.declaration.serialization.adapter.ParameterElementDeclarationTypeAdapter
 
ParameterGroupDeclaration - Class in org.mule.runtime.api.meta.model.declaration.fluent
A declaration object for a ParameterGroupModel.
ParameterGroupDeclaration(String) - Constructor for class org.mule.runtime.api.meta.model.declaration.fluent.ParameterGroupDeclaration
ParameterGroupDeclarer<D extends ParameterGroupDeclaration> - Class in org.mule.runtime.api.meta.model.declaration.fluent
Allows configuring a ParameterGroupDeclaration through a fluent API
ParameterGroupDeclarer(D) - Constructor for class org.mule.runtime.api.meta.model.declaration.fluent.ParameterGroupDeclarer
Creates a new instance
ParameterGroupElementDeclaration - Class in org.mule.runtime.api.app.declaration
A programmatic descriptor of a ParameterizedModel configuration.
ParameterGroupElementDeclaration() - Constructor for class org.mule.runtime.api.app.declaration.ParameterGroupElementDeclaration
 
ParameterGroupElementDeclaration(String) - Constructor for class org.mule.runtime.api.app.declaration.ParameterGroupElementDeclaration
 
ParameterGroupElementDeclarationTypeAdapter - Class in org.mule.runtime.internal.app.declaration.serialization.adapter
A TypeAdapter for serializing instances of ParameterGroupElementDeclaration
ParameterGroupElementDeclarationTypeAdapter() - Constructor for class org.mule.runtime.internal.app.declaration.serialization.adapter.ParameterGroupElementDeclarationTypeAdapter
 
ParameterGroupElementDeclarer - Class in org.mule.runtime.api.app.declaration.fluent
Allows configuring a ParameterizedElementDeclaration through a fluent API
ParameterGroupElementDeclarer(ParameterGroupElementDeclaration) - Constructor for class org.mule.runtime.api.app.declaration.fluent.ParameterGroupElementDeclarer
 
ParameterGroupModel - Interface in org.mule.runtime.api.meta.model.parameter
A group is a logical way to display one or more parameters together.
ParameterizedBuilder<K,V,R> - Interface in org.mule.runtime.api.app.declaration.fluent
Provides a way to enrich a parameterized element with a parameter with an identifier of type K, and a value of type V using a builder pattern with return type R
ParameterizedDeclaration<T extends ParameterizedDeclaration> - Class in org.mule.runtime.api.meta.model.declaration.fluent
Implementation of NamedDeclaration which adds a List of ParameterDeclaration
ParameterizedDeclarer<T extends ParameterizedDeclarer,D extends ParameterizedDeclaration> - Class in org.mule.runtime.api.meta.model.declaration.fluent
Base class for a declarer which allows adding ParameterDeclarations
ParameterizedDeclarer(D) - Constructor for class org.mule.runtime.api.meta.model.declaration.fluent.ParameterizedDeclarer
ParameterizedElementDeclaration - Class in org.mule.runtime.api.app.declaration
A programmatic descriptor of a ParameterizedModel configuration.
ParameterizedElementDeclaration() - Constructor for class org.mule.runtime.api.app.declaration.ParameterizedElementDeclaration
 
ParameterizedElementDeclarer<E extends ParameterizedElementDeclarer,D extends ParameterizedElementDeclaration> - Class in org.mule.runtime.api.app.declaration.fluent
Allows configuring a ParameterizedElementDeclaration through a fluent API
ParameterizedModel - Interface in org.mule.runtime.api.meta.model.parameter
Base interface for a model which contains parameters
ParameterListValue - Class in org.mule.runtime.api.app.declaration.fluent
Represents the configured List of ParameterValues of a given ParameterElementDeclaration.
ParameterListValue.Builder - Class in org.mule.runtime.api.app.declaration.fluent
 
ParameterMetadataDescriptor - Class in org.mule.runtime.api.metadata.descriptor
Immutable concrete implementation of a TypeMetadataDescriptor
ParameterMetadataDescriptor.ParameterMetadataDescriptorBuilder - Class in org.mule.runtime.api.metadata.descriptor
Implementation of the builder design pattern to create instances of TypeMetadataDescriptor
ParameterModel - Interface in org.mule.runtime.api.meta.model.parameter
A parameter of a Component or Configuration
parameterName() - Method in interface org.mule.runtime.api.interception.ProcessorParameterValue
 
ParameterObjectValue - Class in org.mule.runtime.api.app.declaration.fluent
Represents the configured complex value of a given ParameterElementDeclaration.
ParameterObjectValue.Builder - Class in org.mule.runtime.api.app.declaration.fluent
 
ParameterRole - Enum in org.mule.runtime.api.meta.model.parameter
Represents the possible roles that each parameter plays in the context of a ParameterizedModel
PARAMETERS - Static variable in interface org.mule.runtime.api.component.location.Location
 
PARAMETERS - Static variable in class org.mule.runtime.api.el.BindingContextUtils
 
parameters() - Method in interface org.mule.runtime.api.el.ExpressionFunction
Indicates the parameters this function takes.
parameters(Map<String, Object>) - Method in interface org.mule.runtime.api.event.InputEvent
Set a map of parameters to be consumed within a XML connector operation
parameters(Map<String, Object>) - Method in class org.mule.runtime.internal.event.DefaultInputEvent
 
ParameterSimpleValue - Class in org.mule.runtime.api.app.declaration.fluent
Represents the configured simple value of a given ParameterElementDeclaration.
parametersType(List<FunctionParameter>) - Method in interface org.mule.runtime.api.metadata.DataTypeBuilder.DataTypeFunctionTypeBuilder
Sets the functions parameters types, represented by FunctionParameters.
ParameterValue - Interface in org.mule.runtime.api.app.declaration
Represents the configured value of a given ParameterElementDeclaration
ParameterValueTypeAdapter - Class in org.mule.runtime.internal.app.declaration.serialization.adapter
A TypeAdapter for serializing instances of ParameterValue
ParameterValueTypeAdapter() - Constructor for class org.mule.runtime.internal.app.declaration.serialization.adapter.ParameterValueTypeAdapter
 
ParameterValueVisitor - Interface in org.mule.runtime.api.app.declaration
Used in ParameterValue.accept(ParameterValueVisitor) as a visitor pattern.
paramsMap - Variable in class org.mule.runtime.api.util.MultiMap
 
parse(String) - Static method in class org.mule.runtime.api.metadata.MediaType
Parses a media type from its string representation.
PartitionableObjectStore<T extends Serializable> - Interface in org.mule.runtime.api.store
An ObjectStore which has native support for partitioning.
parts(List<String>) - Method in interface org.mule.runtime.api.component.location.Location.Builder
Adds the parts of this location.
parts(List<String>) - Method in class org.mule.runtime.api.component.location.Location.LocationBuilder
 
PARTS_SEPARATOR - Static variable in class org.mule.runtime.api.component.location.Location.LocationImpl
 
path(PathModel) - Method in class org.mule.runtime.api.meta.model.display.DisplayModel.DisplayModelBuilder
A PathModel with metadata for a parameter that points to file or directory.
PathModel - Class in org.mule.runtime.api.meta.model.display
A model which provides directives for parameters that points to a file or directory.
PathModel(PathModel.Type, boolean, String[]) - Constructor for class org.mule.runtime.api.meta.model.display.PathModel
 
PathModel.Type - Enum in org.mule.runtime.api.meta.model.display
 
PAYLOAD - Static variable in class org.mule.runtime.api.el.BindingContextUtils
 
payload(TypedValue<?>) - Method in interface org.mule.runtime.api.message.Message.PayloadBuilder
Sets the Message's TypedValue payload to be built, including it's value and media type.
persistent(boolean) - Method in class org.mule.runtime.api.store.ObjectStoreSettings.Builder
Sets whether the store should be persistent or transient.
PHASE_NAME - Static variable in interface org.mule.runtime.api.lifecycle.Disposable
 
PHASE_NAME - Static variable in interface org.mule.runtime.api.lifecycle.Initialisable
 
PHASE_NAME - Static variable in interface org.mule.runtime.api.lifecycle.Startable
 
PHASE_NAME - Static variable in interface org.mule.runtime.api.lifecycle.Stoppable
 
plain(String) - Static method in class org.mule.runtime.api.app.declaration.fluent.ParameterSimpleValue
 
POOL_EXHAUSTED_ACTIONS - Static variable in class org.mule.runtime.api.config.PoolingProfile
 
POOL_INITIALISATION_POLICIES - Static variable in class org.mule.runtime.api.config.PoolingProfile
 
POOLING_PROFILE_ELEMENT_IDENTIFIER - Static variable in interface org.mule.runtime.internal.dsl.DslConstants
The identifier name of the poolingProfile infrastructure parameter
PoolingConnectionProvider<C> - Interface in org.mule.runtime.api.connection
A ConnectionProvider specialization which pools connections.
PoolingListener<C> - Interface in org.mule.runtime.api.connection
Gets notifications for events related to connections on a pool.
PoolingProfile - Class in org.mule.runtime.api.config
Configuration object used to define the object pooling parameters for the service it is associated with.
PoolingProfile() - Constructor for class org.mule.runtime.api.config.PoolingProfile
 
PoolingProfile(PoolingProfile) - Constructor for class org.mule.runtime.api.config.PoolingProfile
 
PoolingProfile(int, int, long, int, int) - Constructor for class org.mule.runtime.api.config.PoolingProfile
 
Position - Class in org.mule.runtime.api.el.validation
Represents the position within a script.
Position(int, int, int) - Constructor for class org.mule.runtime.api.el.validation.Position
 
Preconditions - Class in org.mule.runtime.api.util
Utility class to validate Preconditions
Preconditions() - Constructor for class org.mule.runtime.api.util.Preconditions
 
prependMessage(String) - Method in exception org.mule.runtime.api.exception.MuleException
 
priorTo(String) - Method in class org.mule.runtime.api.meta.MuleVersion
 
priorTo(MuleVersion) - Method in class org.mule.runtime.api.meta.MuleVersion
 
proceed() - Method in interface org.mule.runtime.api.interception.InterceptionAction
Indicates that the current interception chain must continue, proceeding with the next handlers in the chain (if any) and the intercepted component.
ProcessorInterceptor - Interface in org.mule.runtime.api.interception
Provides a way to hook behavior around a component that is not a SOURCE.
ProcessorInterceptorFactory - Interface in org.mule.runtime.api.interception
Abstract Factory for creating ProcessorInterceptor instances.
ProcessorParameterValue - Interface in org.mule.runtime.api.interception
Contains information about a single parameter of an intercepted component.
PROCESSORS - Static variable in interface org.mule.runtime.api.component.location.Location
 
PROPERTIES - Static variable in class org.mule.runtime.api.el.BindingContextUtils
 
properties(Map<String, Object>) - Method in interface org.mule.runtime.api.event.InputEvent
Set a map of properties to be consumed within a XML connector operation
properties(Map<String, Object>) - Method in class org.mule.runtime.internal.event.DefaultInputEvent
 
PROPERTY_NAME - Static variable in interface org.mule.runtime.api.meta.AnnotatedObject
 
providedServices() - Method in interface org.mule.runtime.api.service.ServiceProvider
Provides service instances.
providedValue() - Method in interface org.mule.runtime.api.interception.ProcessorParameterValue
Allows to query the unresolved value originally configured in the application.
put(Serializable, Serializable) - Method in interface org.mule.runtime.api.metadata.MetadataCache
Associates the specified value with the specified key in the cache.
put(String, T) - Method in class org.mule.runtime.api.util.CaseInsensitiveMapWrapper
 
put(K, V) - Method in class org.mule.runtime.api.util.MultiMap
 
put(K, Collection<V>) - Method in class org.mule.runtime.api.util.MultiMap
Associates the specified value with the specified key in this map (optional operation).
putAll(Map<? extends Serializable, ? extends Serializable>) - Method in interface org.mule.runtime.api.metadata.MetadataCache
Copies all of the entries from the specified map to the cache.
putAll(Map<? extends String, ? extends T>) - Method in class org.mule.runtime.api.util.CaseInsensitiveMapWrapper
 
putAll(Map<? extends K, ? extends V>) - Method in class org.mule.runtime.api.util.MultiMap
 

Q

QueryEntityResolver - Interface in org.mule.runtime.api.metadata.resolving
Handles the dynamic resolution of all the available entities MetadataKeys when building a DSQL query and the dynamic MetadataType resolution each of those entities.

R

read(JsonReader) - Method in class org.mule.runtime.internal.app.declaration.serialization.adapter.ParameterElementDeclarationTypeAdapter
 
read(JsonReader) - Method in class org.mule.runtime.internal.app.declaration.serialization.adapter.ParameterGroupElementDeclarationTypeAdapter
 
read(JsonReader) - Method in class org.mule.runtime.internal.app.declaration.serialization.adapter.ParameterValueTypeAdapter
 
RECONNECT_ELEMENT_IDENTIFIER - Static variable in interface org.mule.runtime.internal.dsl.DslConstants
The identifier name of the reconnect implementation of reconnectionStrategy infrastructure parameter
RECONNECT_FOREVER_ELEMENT_IDENTIFIER - Static variable in interface org.mule.runtime.internal.dsl.DslConstants
The identifier name of the reconnectForever implementation of reconnectionStrategy infrastructure parameter
RECONNECTION_ELEMENT_IDENTIFIER - Static variable in interface org.mule.runtime.internal.dsl.DslConstants
The identifier name of the reconnection implementation of reconnectionConfig infrastructure parameter
REDELIVERY_POLICY_ELEMENT_IDENTIFIER - Static variable in interface org.mule.runtime.internal.dsl.DslConstants
The identifier name of the redeliveryPolicy infrastructure parameter
ReferableElementDeclaration - Interface in org.mule.runtime.api.app.declaration
Adds this#getRefName and this#setRefName capabilities to an ElementDeclaration that represents a global element that can be referenced by its name.
Reference<T> - Class in org.mule.runtime.api.util
An object which holds a reference to a given Reference.value.
Reference() - Constructor for class org.mule.runtime.api.util.Reference
Creates a new instance which references null
Reference(T) - Constructor for class org.mule.runtime.api.util.Reference
Creates a new instance
refreshVerboseExceptions() - Static method in exception org.mule.runtime.api.exception.MuleException
Reads the value of the mule.verbose.exceptions system property.
registerCustomServiceClass(String, Class<T>) - Method in interface org.mule.runtime.api.config.custom.CustomizationService
Allows to define a custom service on a mule context.
registerCustomServiceImpl(String, T) - Method in interface org.mule.runtime.api.config.custom.CustomizationService
Allows to define a custom service on a mule context.
registerExceptionReader(ExceptionReader) - Static method in class org.mule.runtime.api.exception.ExceptionHelper
Registers an exception reader on the Mule Runtime to be used only by the artifact it belongs to
registerGlobalExceptionReader(ExceptionReader) - Static method in class org.mule.runtime.api.exception.ExceptionHelper
Registers an exception reader on the Mule Runtime.
Registry - Interface in org.mule.runtime.api.artifact
Interface to access artifact objects.
release() - Method in interface org.mule.runtime.api.connection.ConnectionHandler
When a component requests an instance of this interface, it becomes obligated to invoke this method after it no longer requires such instance.
release() - Method in interface org.mule.runtime.api.streaming.Cursor
Releases all the resources that this cursor allocated.
releaseResources() - Method in interface org.mule.runtime.api.streaming.CursorProvider
Releases all the resources currently held by this provider.
reloadControl - Static variable in class org.mule.runtime.api.i18n.I18nMessageFactory
Do not use the default reload control to avoid loading the resource bundle upon each request.
remove(String) - Method in interface org.mule.runtime.api.store.ObjectStore
Remove the object with the given key
remove(String, String) - Method in interface org.mule.runtime.api.store.PartitionableObjectStore
Remove the object with the given key in the given partitionName
remove(String) - Method in class org.mule.runtime.api.store.TemplateObjectStore
Remove the object with the given key
remove(Object) - Method in class org.mule.runtime.api.util.CaseInsensitiveMapWrapper
 
remove(Object) - Method in class org.mule.runtime.api.util.MultiMap
 
removeVariable(String) - Method in interface org.mule.runtime.api.interception.InterceptionEvent
Remove a variable.
requiresConfiguration() - Method in class org.mule.runtime.api.meta.model.parameter.ValueProviderModel
 
requiresConnection() - Method in interface org.mule.runtime.api.meta.model.ConnectableComponentModel
 
requiresConnection(boolean) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExecutableComponentDeclarer
Specifies if this component requires a connection in order to perform its task
requiresConnection() - Method in class org.mule.runtime.api.meta.model.parameter.ValueProviderModel
 
resolveBooleanProperty(String) - Method in interface org.mule.runtime.api.component.ConfigurationProperties
Lookups for a property and returns it's value as boolean.
resolveProcessorPath(Object) - Method in exception org.mule.runtime.api.exception.LocatedMuleException
 
resolveProcessorPath(Object) - Method in exception org.mule.runtime.api.lifecycle.LifecycleException
 
resolveProcessorRepresentation(String, String, Object) - Static method in class org.mule.runtime.api.util.ComponentLocationProvider
Generates a representation of a flow element to be logged in a standard way.
resolveProperty(String) - Method in interface org.mule.runtime.api.component.ConfigurationProperties
Lookups for a property and returns it's value as boolean.
resolveStringProperty(String) - Method in interface org.mule.runtime.api.component.ConfigurationProperties
Lookups for a property and returns it's value as boolean.
resolveValue() - Method in interface org.mule.runtime.api.interception.ProcessorParameterValue
Performs any required expression resolution on ProcessorParameterValue.providedValue().
ResolvingFailure - Class in org.mule.runtime.api.value
Immutable representation of an error that occurred during Value resolution.
ResolvingFailure.Builder - Class in org.mule.runtime.api.value
 
RESOURCE_UNAVAILABLE - Static variable in class org.mule.runtime.api.metadata.resolving.FailureCode
 
resultFrom(Set<Value>) - Static method in interface org.mule.runtime.api.value.ValueResult
Creates a new ValueResult with a successful result containing the resolved Set of values.
resultFrom(ResolvingFailure) - Static method in interface org.mule.runtime.api.value.ValueResult
Creates a new ValueResult with a failure result containing the associated failure
retrieve(String) - Method in interface org.mule.runtime.api.store.ObjectStore
* Retrieve the object stored under the given key
retrieve(String, String) - Method in interface org.mule.runtime.api.store.PartitionableObjectStore
Retrieve the object stored under the given key in the given partitionName
retrieve(String) - Method in class org.mule.runtime.api.store.TemplateObjectStore
* Retrieve the object stored under the given key
returnType() - Method in interface org.mule.runtime.api.el.ExpressionFunction
Indicates the return type, if any.
returnType(DataType) - Method in interface org.mule.runtime.api.metadata.DataTypeBuilder.DataTypeFunctionTypeBuilder
Sets the return type of the function, null indicates there's none and is the default value.
ROOT_CONTAINER_NAME_KEY - Static variable in class org.mule.runtime.api.meta.AbstractAnnotatedObject
 
RouteElementDeclaration - Class in org.mule.runtime.api.app.declaration
A programmatic descriptor of a NestedRouteModel configuration.
RouteElementDeclaration(String, String) - Constructor for class org.mule.runtime.api.app.declaration.RouteElementDeclaration
 
RouteElementDeclarer - Class in org.mule.runtime.api.app.declaration.fluent
Allows configuring a RouteElementDeclaration through a fluent API
RSS - Static variable in class org.mule.runtime.api.metadata.MediaType
 
RSS_STRING - Static variable in interface org.mule.runtime.api.metadata.DataType
 

S

sameAs(String) - Method in class org.mule.runtime.api.meta.MuleVersion
 
sameAs(MuleVersion) - Method in class org.mule.runtime.api.meta.MuleVersion
 
sanitize(Throwable) - Static method in class org.mule.runtime.api.exception.ExceptionHelper
Removes some internal Mule entries from the stacktrace.
Scheduler - Interface in org.mule.runtime.api.scheduler
Allows tasks to be submitted/scheduled to a specific executor in the Mule runtime.
SCHEDULER_MESSAGE_SOURCE_IDENTIFIER - Static variable in interface org.mule.runtime.api.source.SchedulerMessageSource
ComponentIdentifier of an scheduler message source.
SchedulerMessageSource - Interface in org.mule.runtime.api.source
Scheduler message source interface.
SchedulerView - Interface in org.mule.runtime.api.scheduler
Provides a read-only view of the state of a Scheduler.
scheduleWithCronExpression(Runnable, String) - Method in interface org.mule.runtime.api.scheduler.Scheduler
Creates and executes a periodic action that becomes enabled according to given cronExpression and timeZone.
scheduleWithCronExpression(Runnable, String, TimeZone) - Method in interface org.mule.runtime.api.scheduler.Scheduler
Creates and executes a periodic action that becomes enabled according to given cronExpression in the given timeZone.
SecurityException - Exception in org.mule.runtime.api.security
SecurityException is a generic security exception
SecurityException(I18nMessage) - Constructor for exception org.mule.runtime.api.security.SecurityException
 
SecurityException(I18nMessage, Throwable) - Constructor for exception org.mule.runtime.api.security.SecurityException
 
SecurityProviderNotFoundException - Exception in org.mule.runtime.api.security
SecurityProviderNotFoundException is thrown by the SecurityManager when an authentication request is made but no suitable security provider can be found to process the authentication.
SecurityProviderNotFoundException(String) - Constructor for exception org.mule.runtime.api.security.SecurityProviderNotFoundException
 
SecurityProviderNotFoundException(String, Throwable) - Constructor for exception org.mule.runtime.api.security.SecurityProviderNotFoundException
 
seek(long) - Method in interface org.mule.runtime.api.streaming.Cursor
Updates the cursor's position.
SerializationException - Exception in org.mule.runtime.api.serialization
Exception to signal an error during serialization/deserialization process
SerializationException(String, Throwable) - Constructor for exception org.mule.runtime.api.serialization.SerializationException
 
SerializationException(String) - Constructor for exception org.mule.runtime.api.serialization.SerializationException
 
SerializationException(I18nMessage, Throwable) - Constructor for exception org.mule.runtime.api.serialization.SerializationException
 
SerializationException(I18nMessage) - Constructor for exception org.mule.runtime.api.serialization.SerializationException
 
SerializationProtocol - Interface in org.mule.runtime.api.serialization
Defines a component capable to serialize/deserialize objects into/from an array of bytes.
serialize(ArtifactDeclaration) - Method in interface org.mule.runtime.api.app.declaration.serialization.ArtifactDeclarationJsonSerializer
Serializes an ArtifactDeclaration into JSON
serialize(ErrorType) - Method in class org.mule.runtime.api.connection.serialization.ErrorTypeSerializer
Serializes an ErrorType into JSON
serialize(T) - Method in class org.mule.runtime.api.deployment.persistence.AbstractMuleArtifactModelJsonSerializer
Serializes the given muleArtifactModel to JSON
serialize(Object) - Method in interface org.mule.runtime.api.serialization.SerializationProtocol
Serializes the given object into a an array of bytes
serialize(Object, OutputStream) - Method in interface org.mule.runtime.api.serialization.SerializationProtocol
Serializes the given object and writes the result into out
serialize(ArtifactDeclaration) - Method in class org.mule.runtime.internal.app.declaration.serialization.DefaultArtifactDeclarationJsonSerializer
Serializes an ArtifactDeclaration into JSON
ServerSecurityException - Exception in org.mule.runtime.api.security
Base exception for all security exceptions related to security enforced within the mule runtime.
ServerSecurityException(I18nMessage) - Constructor for exception org.mule.runtime.api.security.ServerSecurityException
 
ServerSecurityException(I18nMessage, Throwable) - Constructor for exception org.mule.runtime.api.security.ServerSecurityException
 
Service - Interface in org.mule.runtime.api.service
Defines a named service which is instantiated at the container level.
SERVICE_ID - Static variable in interface org.mule.runtime.api.deployment.management.ComponentInitialStateManager
Service ID to use to customize the ComponentInitialStateManager instance for the application through the use of the CustomizationService.
ServiceConfigurator - Interface in org.mule.runtime.api.config.custom
 
ServiceDefinition - Class in org.mule.runtime.api.service
Defines a service implementation for a given Service interface
ServiceDefinition(Class<? extends Service>, Service) - Constructor for class org.mule.runtime.api.service.ServiceDefinition
Defines a new service instance.
ServiceProvider - Interface in org.mule.runtime.api.service
Provides service definitions.
set(T) - Method in class org.mule.runtime.api.util.Reference
 
SET_REUSE_OBJECT_METHOD_NAME - Static variable in interface org.mule.runtime.api.tx.MuleXaObject
 
setAllowedStereotypeModels(List<StereotypeModel>) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclaration
 
setAllowsTopLevelDefinition(boolean) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConstructDeclaration
 
setAnnotations(Map<QName, Object>) - Method in class org.mule.runtime.api.meta.AbstractAnnotatedObject
 
setAnnotations(Map<QName, Object>) - Method in interface org.mule.runtime.api.meta.AnnotatedObject
Sets annotations to the object.
setBlocking(boolean) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.OperationDeclaration
 
setCategory(Category) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
 
setConfigOverride(boolean) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclaration
 
setConfigRef(String) - Method in class org.mule.runtime.api.app.declaration.ComponentElementDeclaration
Sets the config-ref parameter required for this component
setConfigs(List<String>) - Method in class org.mule.runtime.api.deployment.meta.MuleDeployableModel.MuleDeployableModelBuilder
 
setConnection(ConnectionElementDeclaration) - Method in class org.mule.runtime.api.app.declaration.ConfigurationElementDeclaration
 
setConnectionManagementType(ConnectionManagementType) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConnectionProviderDeclaration
setDeclaringExtension(String) - Method in class org.mule.runtime.api.app.declaration.ElementDeclaration
Sets the name of the extension containing the model associated to this element declaration
setDeclaringExtension(String) - Method in interface org.mule.runtime.api.app.declaration.IdentifiableElementDeclaration
Sets the name of the extension containing the model associated to this element declaration
setDeclaringExtension(String) - Method in class org.mule.runtime.api.app.declaration.ParameterGroupElementDeclaration
Sets the name of the extension containing the model associated to this element declaration
setDefaultValue(Object) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclaration
 
setDescription(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.BaseDeclaration
Sets the BaseDeclaration.description for this declaration
setDisabled(boolean) - Method in class org.mule.runtime.api.config.PoolingProfile
 
setDisplayModel(DisplayModel) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.BaseDeclaration
Sets the BaseDeclaration.displayModel for this declaration
setDomain(String) - Method in class org.mule.runtime.api.deployment.meta.MuleApplicationModel.MuleApplicationModelBuilder
 
setDslConfiguration(ParameterDslConfiguration) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclaration
 
setErrorCallback(SourceCallbackDeclaration) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.SourceDeclaration
setEvictionCheckIntervalMillis(int) - Method in class org.mule.runtime.api.config.PoolingProfile
 
setException(Exception) - Method in class org.mule.runtime.api.bulk.BulkItem.BulkItemBuilder
 
setExecutionType(ExecutionType) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.OperationDeclaration
 
setExhaustedAction(int) - Method in class org.mule.runtime.api.config.PoolingProfile
 
setExpressionSupport(ExpressionSupport) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclaration
 
setHasResponse(boolean) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.SourceDeclaration
 
setId(Serializable) - Method in class org.mule.runtime.api.bulk.BulkOperationResult.BulkOperationResultBuilder
 
setId(String) - Method in class org.mule.runtime.api.deployment.meta.MuleArtifactLoaderDescriptorBuilder
Sets the describer's ID
setInitialisationPolicy(int) - Method in class org.mule.runtime.api.config.PoolingProfile
 
setLayoutModel(LayoutModel) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.AbstractParameterDeclaration
 
setLocation(Object) - Method in exception org.mule.runtime.api.exception.LocatedMuleException
 
setMajor(int) - Method in class org.mule.runtime.api.meta.MuleVersion
 
setMaxActive(int) - Method in class org.mule.runtime.api.config.PoolingProfile
 
setMaxIdle(int) - Method in class org.mule.runtime.api.config.PoolingProfile
 
setMaxOccurs(Integer) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.NestedRouteDeclaration
 
setMaxWait(long) - Method in class org.mule.runtime.api.config.PoolingProfile
 
setMessage(String) - Method in class org.mule.runtime.api.bulk.BulkItem.BulkItemBuilder
 
setMessage(I18nMessage) - Method in exception org.mule.runtime.api.exception.MuleException
 
setMessage(String) - Method in exception org.mule.runtime.api.exception.MuleException
 
setMinEvictionMillis(int) - Method in class org.mule.runtime.api.config.PoolingProfile
 
setMinMuleVersion(String) - Method in class org.mule.runtime.api.deployment.meta.AbstractMuleArtifactModelBuilder
Sets the describer's minimum Mule Runtime version that requires to work correctly
setMinMuleVersion(MuleVersion) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
 
setMinOccurs(int) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.NestedRouteDeclaration
 
setMinor(int) - Method in class org.mule.runtime.api.meta.MuleVersion
 
setName(String) - Method in class org.mule.runtime.api.app.declaration.ElementDeclaration
Set's the name of the element
setName(String) - Method in interface org.mule.runtime.api.app.declaration.NamedElementDeclaration
Set's the name of the element
setName(String) - Method in class org.mule.runtime.api.deployment.meta.AbstractMuleArtifactModelBuilder
Sets the describer's name
setName(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
 
setName(String) - Method in interface org.mule.runtime.api.meta.NameableObject
Sets the name of the object
setNamespace(String) - Method in class org.mule.runtime.api.meta.model.XmlDslModel.XmlDslModelBuilder
Sets the namespace
setNextMessage(I18nMessage) - Method in class org.mule.runtime.api.i18n.I18nMessage
 
setOutput(OutputDeclaration) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExecutableComponentDeclaration
Sets the OutputDeclaration that describes this declarations output type.
setOutput(OutputDeclaration) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.FunctionDeclaration
 
setOutput(OutputDeclaration) - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.WithOutputDeclaration
Sets the OutputDeclaration that describes this declarations output type.
setOutputAttributes(OutputDeclaration) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExecutableComponentDeclaration
Sets the OutputDeclaration that describes this declarations output attributes type.
setOutputAttributes(OutputDeclaration) - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.WithOutputDeclaration
Sets the OutputDeclaration that describes this declarations output attributes type.
setParameterRole(ParameterRole) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclaration
 
setParameters(Map<String, ParameterValue>) - Method in class org.mule.runtime.api.app.declaration.fluent.ParameterObjectValue
 
setPartName(String) - Method in class org.mule.runtime.api.metadata.MetadataKeyBuilder
 
setPayload(T) - Method in class org.mule.runtime.api.bulk.BulkItem.BulkItemBuilder
 
setPrefix(String) - Method in class org.mule.runtime.api.meta.model.XmlDslModel.XmlDslModelBuilder
Sets the extension's prefix
setProperties(Map<String, Object>) - Method in interface org.mule.runtime.api.security.Authentication
Makes a copy of this Authentication with the passed properties set.
setRecordId(Serializable) - Method in class org.mule.runtime.api.bulk.BulkItem.BulkItemBuilder
 
setRedeploymentEnabled(boolean) - Method in class org.mule.runtime.api.deployment.meta.MuleDeployableModel.MuleDeployableModelBuilder
 
setRefName(String) - Method in class org.mule.runtime.api.app.declaration.ConfigurationElementDeclaration
Sets the configured name of the element that can be used to reference it in the context of an ArtifactDeclaration
setRefName(String) - Method in class org.mule.runtime.api.app.declaration.ConstructElementDeclaration
Sets the configured name of the element that can be used to reference it in the context of an ArtifactDeclaration
setRefName(String) - Method in interface org.mule.runtime.api.app.declaration.ReferableElementDeclaration
Sets the configured name of the element that can be used to reference it in the context of an ArtifactDeclaration
setRefName(String) - Method in class org.mule.runtime.api.app.declaration.TopLevelParameterDeclaration
Sets the configured name of the element that can be used to reference it in the context of an ArtifactDeclaration
setRequired(boolean) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.NestableElementDeclaration
 
setRequired(boolean) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.NestedChainDeclarer
 
setRequired(boolean) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.NestedRouteDeclaration
 
setRequired(boolean) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclaration
 
setRequiresConnection(boolean) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExecutableComponentDeclaration
 
setReuseObject(boolean) - Method in interface org.mule.runtime.api.tx.MuleXaObject
 
setRevision(int) - Method in class org.mule.runtime.api.meta.MuleVersion
 
setSchemaLocation(String) - Method in class org.mule.runtime.api.meta.model.XmlDslModel.XmlDslModelBuilder
The location of the schema
setSchemaVersion(String) - Method in class org.mule.runtime.api.meta.model.XmlDslModel.XmlDslModelBuilder
Sets the version of the schema
setStatusCode(String) - Method in class org.mule.runtime.api.bulk.BulkItem.BulkItemBuilder
 
setSuccessCallback(SourceCallbackDeclaration) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.SourceDeclaration
Sets the success SourceCallbackDeclaration
setSuccessful(boolean) - Method in class org.mule.runtime.api.bulk.BulkItem.BulkItemBuilder
 
setSuccessful(boolean) - Method in class org.mule.runtime.api.bulk.BulkOperationResult.BulkOperationResultBuilder
 
setSuffix(String) - Method in class org.mule.runtime.api.meta.MuleVersion
 
setSupportsStreaming(boolean) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExecutableComponentDeclaration
 
setTerminateCallback(SourceCallbackDeclaration) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.SourceDeclaration
Sets the terminate SourceCallbackDeclaration
setTransactional(boolean) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExecutableComponentDeclaration
 
setType(MetadataType, boolean) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.OutputDeclaration
Associates the given MetadataType to the element being declared
setType(MetadataType, boolean) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclaration
Associates the given MetadataType to the element being declared
setType(MetadataType, boolean) - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.TypedDeclaration
Associates the given MetadataType to the element being declared
setTypeId(String) - Method in class org.mule.runtime.api.app.declaration.fluent.ParameterObjectValue
 
setValue(ParameterValue) - Method in class org.mule.runtime.api.app.declaration.ParameterElementDeclaration
Associates a ParameterValue as part of this parameter configuration declaration
setValue(ParameterObjectValue) - Method in class org.mule.runtime.api.app.declaration.TopLevelParameterDeclaration
Associates a ParameterObjectValue as part of this parameter configuration declaration
setValueProviderModel(ValueProviderModel) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclaration
 
setValues(List<ParameterValue>) - Method in class org.mule.runtime.api.app.declaration.fluent.ParameterListValue
 
setVendor(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
 
setXmlDslModel(XmlDslModel) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration
 
setXsdFileName(String) - Method in class org.mule.runtime.api.meta.model.XmlDslModel.XmlDslModelBuilder
Sets the XSD file name
Severity - Enum in org.mule.runtime.api.el.validation
Represents the severity of a ValidationMessage
showInDsl(boolean) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterGroupDeclaration
Sets the declaration of whether this ParameterDeclaration represents a ParameterGroupModel that will be shown inline in the DSL or instead is represented as a set of standalone attributes.
size() - Method in class org.mule.runtime.api.util.CaseInsensitiveMapWrapper
 
size() - Method in class org.mule.runtime.api.util.MultiMap
 
skip() - Method in interface org.mule.runtime.api.interception.InterceptionAction
Interrupts the current interception chain, skipping the next interceptors in the chain and the intercepted component.
SOURCE - Static variable in interface org.mule.runtime.api.component.location.Location
 
SourceCallbackDeclaration - Class in org.mule.runtime.api.meta.model.declaration.fluent
A declaration object for a SourceCallbackModel.
SourceCallbackDeclaration(String) - Constructor for class org.mule.runtime.api.meta.model.declaration.fluent.SourceCallbackDeclaration
SourceCallbackDeclarer - Class in org.mule.runtime.api.meta.model.declaration.fluent
Allows configuring a SourceCallbackDeclaration through a fluent API
SourceCallbackDeclarer(SourceCallbackDeclaration) - Constructor for class org.mule.runtime.api.meta.model.declaration.fluent.SourceCallbackDeclarer
SourceCallbackModel - Interface in org.mule.runtime.api.meta.model.source
 
SourceDeclaration - Class in org.mule.runtime.api.meta.model.declaration.fluent
A declaration object for a SourceModel.
SourceDeclarer - Class in org.mule.runtime.api.meta.model.declaration.fluent
Allows configuring a SourceDeclaration through a fluent API
SourceElementDeclaration - Class in org.mule.runtime.api.app.declaration
A programmatic descriptor of a SourceModel configuration.
SourceElementDeclaration() - Constructor for class org.mule.runtime.api.app.declaration.SourceElementDeclaration
 
SourceElementDeclaration(String, String) - Constructor for class org.mule.runtime.api.app.declaration.SourceElementDeclaration
 
SourceElementDeclarer - Class in org.mule.runtime.api.app.declaration.fluent
Allows configuring an SourceElementDeclaration through a fluent API
SourceModel - Interface in org.mule.runtime.api.meta.model.source
A definition of a message source in an ExtensionModel.
split(String, BindingContext) - Method in interface org.mule.runtime.api.el.ExpressionLanguage
Splits using the specified expression.
stackTraceFilter - Static variable in class org.mule.runtime.api.exception.ExceptionHelper
A comma-separated list of internal packages/classes which are removed from sanitized stacktraces.
start() - Method in interface org.mule.runtime.api.lifecycle.Startable
 
Startable - Interface in org.mule.runtime.api.lifecycle
Startable provides an object with a Startable.start() method which gets called when the Mule instance gets started.
StereotypedDeclaration<T extends StereotypedDeclaration> - Class in org.mule.runtime.api.meta.model.declaration.fluent
Implementation of NamedDeclaration which adds a List of ParameterDeclaration
StereotypeModel - Interface in org.mule.runtime.api.meta.model.stereotype
A model which represents an stereotype qualifier for the HasStereotypeModel that is categorized with this stereotype.
StereotypeModelBuilder - Class in org.mule.runtime.api.meta.model.stereotype
Builder pattern implementation to build StereotypeModel instances.
stop() - Method in interface org.mule.runtime.api.lifecycle.Stoppable
 
stop() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.util.DeclarationWalker
When invoked, the traversal of the ExtensionDeclaration will stop once the current visit is completed.
stop() - Method in class org.mule.runtime.api.meta.model.util.ExtensionWalker
When invoked, the traversal of the ExtensionModel will stop once the current visit is completed.
stop() - Method in interface org.mule.runtime.api.scheduler.Scheduler
Tries to do a graceful shutdown.
Stoppable - Interface in org.mule.runtime.api.lifecycle
Stoppable is a lifecycle interface that introduces a Stoppable.stop() method to an object.
store(String, T) - Method in interface org.mule.runtime.api.store.ObjectStore
Store the given Object.
store(String, T, String) - Method in interface org.mule.runtime.api.store.PartitionableObjectStore
Stores the given Object in the given partitionName
store(String, T) - Method in class org.mule.runtime.api.store.TemplateObjectStore
Store the given Object.
StreamingBufferSizeExceededException - Exception in org.mule.runtime.api.streaming.exception
Signals that a buffer used for streaming has reached its maximum possible size and thus the streaming operation cannot continue.
StreamingBufferSizeExceededException(int) - Constructor for exception org.mule.runtime.api.streaming.exception.StreamingBufferSizeExceededException
Creates a new instance
streamType(Class<? extends Iterator>) - Method in interface org.mule.runtime.api.metadata.DataTypeBuilder
Sets the given type for the CollectionDataType to be built.
streamValue(Iterator, Class<?>) - Method in interface org.mule.runtime.api.message.Message.PayloadBuilder
Sets the consumable streaming collection value for the Message's payload to be built.
STRING - Static variable in interface org.mule.runtime.api.metadata.DataType
 
SubTypesModel - Class in org.mule.runtime.api.meta.model
A model which describes that a given base type is extended by a Set of sub-types.
SubTypesModel(MetadataType, Set<MetadataType>) - Constructor for class org.mule.runtime.api.meta.model.SubTypesModel
Creates a new instance
success() - Static method in class org.mule.runtime.api.connection.ConnectionValidationResult
 
success() - Static method in interface org.mule.runtime.api.el.ValidationResult
 
success(T) - Static method in interface org.mule.runtime.api.metadata.resolving.MetadataResult
Creates a success MetadataResult.
SuccessMetadataResult<T> - Class in org.mule.runtime.api.metadata.resolving
Immutable implementation of MetadataResult for successful results.
summarise(Throwable, int) - Static method in class org.mule.runtime.api.exception.ExceptionHelper
Removes some internal Mule entries from the stacktrace.
summary(String) - Method in class org.mule.runtime.api.meta.model.display.DisplayModel.DisplayModelBuilder
A very brief overview about this model
supportsStreaming() - Method in interface org.mule.runtime.api.meta.model.ConnectableComponentModel
Indicates if this component supports streaming.
supportsStreaming(boolean) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExecutableComponentDeclarer
Specifies if this component supports streaming.

T

tabName(String) - Method in class org.mule.runtime.api.meta.model.display.LayoutModel.LayoutModelBuilder
Sets the tab element name where the model and its group it's going to be located.
TemplateObjectStore<T extends Serializable> - Class in org.mule.runtime.api.store
Template for ObjectStore implementations so that it's easier to conform to the contract.
TemplateObjectStore() - Constructor for class org.mule.runtime.api.store.TemplateObjectStore
 
testConnection(Location) - Method in interface org.mule.runtime.api.connectivity.ConnectivityTestingService
Does connection testing over the component registered under the provider identifier
TEXT - Static variable in class org.mule.runtime.api.metadata.MediaType
 
TEXT_STRING - Static variable in interface org.mule.runtime.api.metadata.DataType
 
ThrowsErrors - Interface in org.mule.runtime.api.meta.model.error
Indicates that the current model can declare which ErrorModel it can throw.
TLS_CONTEXT_ELEMENT_IDENTIFIER - Static variable in interface org.mule.runtime.internal.dsl.DslConstants
The identifier name of the tls:context infrastructure parameter
TLS_PREFIX - Static variable in interface org.mule.runtime.internal.dsl.DslConstants
The prefix name of the tls:context infrastructure parameter
TlsContextFactory - Interface in org.mule.runtime.api.tls
A factory for TLS contexts.
TlsContextFactoryBuilder - Interface in org.mule.runtime.api.tls
Builder for TlsContextFactory.
TlsContextKeyStoreConfiguration - Interface in org.mule.runtime.api.tls
Provides methods to access the configuration of a key store.
TlsContextStoreConfiguration - Interface in org.mule.runtime.api.tls
Provides methods to access the configuration of a store.
TlsContextTrustStoreConfiguration - Interface in org.mule.runtime.api.tls
Provides methods to access the configuration of a trust store.
toBytes() - Method in class org.mule.runtime.api.util.DataSize
 
toBytes(int) - Method in enum org.mule.runtime.api.util.DataUnit
 
toCompleteNumericVersion() - Method in class org.mule.runtime.api.meta.MuleVersion
Returns a string representing the complete numeric version, what means the 3 numbers that represent major.minor.revision.
toGB() - Method in class org.mule.runtime.api.util.DataSize
 
toGB(int) - Method in enum org.mule.runtime.api.util.DataUnit
 
toImmutableMultiMap() - Method in class org.mule.runtime.api.util.MultiMap
 
toKB() - Method in class org.mule.runtime.api.util.DataSize
 
toKB(int) - Method in enum org.mule.runtime.api.util.DataUnit
 
toListValuesMap() - Method in class org.mule.runtime.api.util.MultiMap
 
toMB() - Method in class org.mule.runtime.api.util.DataSize
 
toMB(int) - Method in enum org.mule.runtime.api.util.DataUnit
 
TopLevelParameterDeclaration - Class in org.mule.runtime.api.app.declaration
A programmatic descriptor of an ObjectType configuration that will be used as a global element of the mule application.
TopLevelParameterDeclaration() - Constructor for class org.mule.runtime.api.app.declaration.TopLevelParameterDeclaration
 
TopLevelParameterDeclaration(String, String) - Constructor for class org.mule.runtime.api.app.declaration.TopLevelParameterDeclaration
 
TopLevelParameterDeclarer - Class in org.mule.runtime.api.app.declaration.fluent
Allows configuring an TopLevelParameterDeclaration through a fluent API
toRfcString() - Method in class org.mule.runtime.api.metadata.MediaType
 
toString() - Method in class org.mule.runtime.api.app.declaration.fluent.ParameterSimpleValue
 
toString() - Method in class org.mule.runtime.api.component.location.Location.LocationImpl
 
toString() - Method in class org.mule.runtime.api.el.ModuleNamespace
 
toString(Object) - Static method in exception org.mule.runtime.api.exception.LocatedMuleException
 
toString() - Method in class org.mule.runtime.api.i18n.I18nMessage
 
toString() - Method in class org.mule.runtime.api.meta.model.error.ImmutableErrorModel
 
toString() - Method in class org.mule.runtime.api.meta.model.stereotype.ImmutableStereotypeModel
 
toString() - Method in class org.mule.runtime.api.meta.MuleVersion
 
toString() - Method in class org.mule.runtime.api.metadata.DefaultMetadataKey
 
toString() - Method in class org.mule.runtime.api.metadata.MediaType
 
toString() - Method in class org.mule.runtime.api.metadata.resolving.FailureCode
 
toString() - Method in class org.mule.runtime.api.metadata.resolving.MetadataFailure
 
toString() - Method in class org.mule.runtime.api.util.MultiMap
 
toString() - Method in class org.mule.runtime.api.util.Pair
toString() - Method in class org.mule.runtime.api.value.ImmutableValueResult
 
toString() - Method in class org.mule.runtime.api.value.ResolvingFailure
 
transactional(boolean) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExecutableComponentDeclarer
Specifies if this component has the ability to execute while joining a transaction
TransactionException - Exception in org.mule.runtime.api.tx
TransactionException is thrown when an exception occurs while trying to create, start commit or rollback
TransactionException(I18nMessage) - Constructor for exception org.mule.runtime.api.tx.TransactionException
 
TransactionException(I18nMessage, Throwable) - Constructor for exception org.mule.runtime.api.tx.TransactionException
 
TransactionException(Throwable) - Constructor for exception org.mule.runtime.api.tx.TransactionException
 
TransactionType - Enum in org.mule.runtime.api.tx
Represents the different kind of transaction available.
transform(Object, DataType, DataType) - Method in interface org.mule.runtime.api.transformation.TransformationService
Given a value) it will try to transform it to the expected type defined in the {@code expectedDataType}
transform(Message, DataType) - Method in interface org.mule.runtime.api.transformation.TransformationService
Attempts to obtain the payload of this message with the desired Class type.
TransformationService - Interface in org.mule.runtime.api.transformation
 
trigger() - Method in interface org.mule.runtime.api.source.SchedulerMessageSource
Triggers the execution of the flow where the scheduler message source is located.
trustStoreAlgorithm(String) - Method in interface org.mule.runtime.api.tls.TlsContextFactoryBuilder
Defines the trust store algorithm.
trustStorePassword(String) - Method in interface org.mule.runtime.api.tls.TlsContextFactoryBuilder
Defines the password to access the trust store defined in TlsContextFactoryBuilder.trustStorePath(String).
trustStorePath(String) - Method in interface org.mule.runtime.api.tls.TlsContextFactoryBuilder
Defines the location (which will be resolved relative to the current classpath and file system, if possible) where the trust store to use should be looked for, requires TlsContextFactoryBuilder.trustStorePassword(String) too.
trustStoreType(String) - Method in interface org.mule.runtime.api.tls.TlsContextFactoryBuilder
Defines the type of the trust store (such as jks, jceks or pkcs12).
type(TypedComponentIdentifier.ComponentType) - Method in interface org.mule.runtime.api.component.TypedComponentIdentifier.Builder
 
type(Class<?>) - Method in interface org.mule.runtime.api.metadata.DataTypeBuilder
Sets the given type for the DataType to be built.
TypeCatalog - Interface in org.mule.runtime.api.meta.type
Container for all the types declared in a given DslResolvingContext, defined by the Set of ExtensionModels that coexist in.
Typed - Interface in org.mule.runtime.api.meta
A generic contract for a component that has a type.
TypedComponentIdentifier - Interface in org.mule.runtime.api.component
Descriptor for a component in the configuration along with it's TypedComponentIdentifier.ComponentType.
TypedComponentIdentifier.Builder - Interface in org.mule.runtime.api.component
Builder interface for TypedComponentIdentifier.
TypedComponentIdentifier.ComponentType - Enum in org.mule.runtime.api.component
Declares different types of component based on its common characteristics.
TypedDeclaration - Interface in org.mule.runtime.api.meta.model.declaration.fluent
Contract interface for a BaseDeclaration in which it's possible to define the declared component's MetadataType
TypedValue<T> - Class in org.mule.runtime.api.metadata
Maintains a value that has an associated DataType.
TypedValue(T, DataType) - Constructor for class org.mule.runtime.api.metadata.TypedValue
Constructs a new TypedValue with the given parameters.
TypedValue(T, DataType, Optional<Long>) - Constructor for class org.mule.runtime.api.metadata.TypedValue
Constructs a new TypedValue with the given parameters.
TypeKeysResolver - Interface in org.mule.runtime.api.metadata.resolving
Handles the dynamic resolution of the available MetadataKey that can be used to populate the MetadataKeyId of an associated Component
TypeMetadataDescriptor - Class in org.mule.runtime.api.metadata.descriptor
Immutable concrete implementation of a TypeMetadataDescriptor
TypeMetadataDescriptor.TypeMetadataDescriptorBuilder - Class in org.mule.runtime.api.metadata.descriptor
Implementation of the builder design pattern to create instances of TypeMetadataDescriptor

U

UNKNOWN - Static variable in class org.mule.runtime.api.metadata.MediaType
 
UNKNOWN - Static variable in class org.mule.runtime.api.metadata.resolving.FailureCode
 
UnknownAuthenticationTypeException - Exception in org.mule.runtime.api.security
UnknownAuthenticationTypeException is thrown if a security context request is make with an unrecognised Authentication type.
UnknownAuthenticationTypeException(Authentication) - Constructor for exception org.mule.runtime.api.security.UnknownAuthenticationTypeException
 
unmanagedPersistent() - Static method in class org.mule.runtime.api.store.ObjectStoreSettings
Creates a new ObjectStoreSettings instance which describes a persistent store with no expiration or boundaries.
unmanagedTransient() - Static method in class org.mule.runtime.api.store.ObjectStoreSettings
Creates a new ObjectStoreSettings instance which describes a transient store with no expiration or boundaries.
unregisterExceptionReader(ExceptionReader) - Static method in class org.mule.runtime.api.exception.ExceptionHelper
Unregisters an exception reader from the Mule Runtime
UnsupportedConnectivityTestingObjectException - Exception in org.mule.runtime.api.connectivity
Exception type that represents a failure when there's no ConnectivityTestingService that can do connectivity testing over a provided component
UnsupportedConnectivityTestingObjectException(I18nMessage) - Constructor for exception org.mule.runtime.api.connectivity.UnsupportedConnectivityTestingObjectException
unwrap(T) - Static method in class org.mule.runtime.api.exception.ExceptionHelper
 
unwrap(Object) - Static method in class org.mule.runtime.api.metadata.TypedValue
Utility method to obtain a type value's content, in cases in which you don't know if the is a type value at all.

V

validate(C) - Method in interface org.mule.runtime.api.connection.ConnectionProvider
Validates the given C.
validate(String) - Method in interface org.mule.runtime.api.el.ExpressionLanguage
Verifies whether an expression is valid or not syntactically.
validateKey(String) - Method in class org.mule.runtime.api.store.AbstractObjectStoreSupport
 
validatePresentKey(String) - Method in class org.mule.runtime.api.store.AbstractObjectStoreSupport
 
ValidationMessage - Class in org.mule.runtime.api.el.validation
Represents a message referring to a performed validation, with a Severity, a Location and a generic message.
ValidationMessage(Severity, String, Location) - Constructor for class org.mule.runtime.api.el.validation.ValidationMessage
 
ValidationResult - Interface in org.mule.runtime.api.el
Represents the result of an expression validation.
value() - Method in class org.mule.runtime.api.el.Binding
 
value(Object) - Method in interface org.mule.runtime.api.message.Message.PayloadBuilder
Sets the value for the Message's payload to be built.
Value - Interface in org.mule.runtime.api.value
Represents a possible and valid value for a parameter.
VALUE_ATTRIBUTE_NAME - Static variable in interface org.mule.runtime.internal.dsl.DslConstants
The name of the 'value' element of a Map DSL entry
VALUE_PROVIDER_SERVICE_KEY - Static variable in interface org.mule.runtime.api.value.ValueProviderService
Key under which the ValueProviderService can be found in the Registry
valueMediaType(String) - Method in interface org.mule.runtime.api.metadata.DataTypeBuilder.DataTypeMapTypeBuilder
Sets the given valueMediaType for the DataType to be built, when the type is a Map.
valueMediaType(MediaType) - Method in interface org.mule.runtime.api.metadata.DataTypeBuilder.DataTypeMapTypeBuilder
Sets the given valueMediaType for the DataType to be built, when the type is a Map.
valueOf(String) - Static method in enum org.mule.runtime.api.component.TypedComponentIdentifier.ComponentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.runtime.api.el.validation.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.runtime.api.meta.Category
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.runtime.api.meta.ExpressionSupport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.runtime.api.meta.ExternalLibraryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.runtime.api.meta.model.connection.ConnectionManagementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.runtime.api.meta.model.display.PathModel.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.runtime.api.meta.model.operation.ExecutionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.runtime.api.meta.model.parameter.ParameterRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.runtime.api.metadata.resolving.MetadataComponent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.runtime.api.tx.TransactionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.runtime.api.util.DataUnit
Returns the enum constant of this type with the specified name.
ValueProviderModel - Class in org.mule.runtime.api.meta.model.parameter
Model for ParameterModel to communicate if one of these are capable to provide values.
ValueProviderModel(List<String>, boolean, boolean, boolean, Integer, String) - Constructor for class org.mule.runtime.api.meta.model.parameter.ValueProviderModel
Creates a new instance
ValueProviderService - Interface in org.mule.runtime.api.value
Provides the capability of resolve the values for any Value Provider capable element in a Mule App.
ValueResult - Interface in org.mule.runtime.api.value
Represents the result of the resolution of the possible values of a element capable of resolve values.
values() - Static method in enum org.mule.runtime.api.component.TypedComponentIdentifier.ComponentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.runtime.api.el.validation.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.runtime.api.meta.Category
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.runtime.api.meta.ExpressionSupport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.runtime.api.meta.ExternalLibraryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.runtime.api.meta.model.connection.ConnectionManagementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.runtime.api.meta.model.display.PathModel.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.runtime.api.meta.model.operation.ExecutionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.runtime.api.meta.model.parameter.ParameterRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.runtime.api.metadata.resolving.MetadataComponent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.runtime.api.tx.TransactionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.mule.runtime.api.util.CaseInsensitiveMapWrapper
 
values() - Static method in enum org.mule.runtime.api.util.DataUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.mule.runtime.api.util.MultiMap
 
valueType(Class<?>) - Method in interface org.mule.runtime.api.metadata.DataTypeBuilder.DataTypeMapTypeBuilder
Sets the given valueType for the DataType to be built, when the type is a Map.
variables(Map<String, ?>) - Method in interface org.mule.runtime.api.event.InputEvent
Set a map of variables.
variables(Map<String, Object>) - Method in interface org.mule.runtime.api.interception.InterceptionEvent
Set a map of variables.
variables(Map<String, ?>) - Method in class org.mule.runtime.internal.event.DefaultInputEvent
 
VARS - Static variable in class org.mule.runtime.api.el.BindingContextUtils
 
verboseExceptions - Static variable in exception org.mule.runtime.api.exception.MuleException
When false (default), only a summary of the root exception and trail is provided.
verifyStringDoesNotContainsReservedCharacters(String) - Static method in class org.mule.runtime.internal.util.NameValidationUtil
Validates that the given string does not contain any SPECIAL_CHARACTERS character
visit(ConfigurationElementDeclaration) - Method in interface org.mule.runtime.api.app.declaration.GlobalElementDeclarationVisitor
 
visit(TopLevelParameterDeclaration) - Method in interface org.mule.runtime.api.app.declaration.GlobalElementDeclarationVisitor
 
visit(ConstructElementDeclaration) - Method in interface org.mule.runtime.api.app.declaration.GlobalElementDeclarationVisitor
 
visit(OperationModel) - Method in interface org.mule.runtime.api.meta.model.ComponentModelVisitor
Visits an OperationModel
visit(SourceModel) - Method in interface org.mule.runtime.api.meta.model.ComponentModelVisitor
Visits an SourceModel
visit(ConstructModel) - Method in interface org.mule.runtime.api.meta.model.ComponentModelVisitor
visit(NestedComponentModel) - Method in interface org.mule.runtime.api.meta.model.nested.NestableElementModelVisitor
 
visit(NestedChainModel) - Method in interface org.mule.runtime.api.meta.model.nested.NestableElementModelVisitor
 
visit(NestedRouteModel) - Method in interface org.mule.runtime.api.meta.model.nested.NestableElementModelVisitor
 
visitListValue(ParameterListValue) - Method in interface org.mule.runtime.api.app.declaration.ParameterValueVisitor
 
visitObjectValue(ParameterObjectValue) - Method in interface org.mule.runtime.api.app.declaration.ParameterValueVisitor
 
visitSimpleValue(ParameterSimpleValue) - Method in interface org.mule.runtime.api.app.declaration.ParameterValueVisitor
 

W

walk(ExtensionDeclaration) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.util.DeclarationWalker
Navigates the given extensionDeclaration and invokes the other public method's in this class as the navigation progresses
walk(ExtensionModel) - Method in class org.mule.runtime.api.meta.model.util.ExtensionWalker
Navigates the given extensionModel and invokes the other public method's in this class as the navigation progresses
WHEN_EXHAUSTED_FAIL - Static variable in class org.mule.runtime.api.config.PoolingProfile
 
WHEN_EXHAUSTED_GROW - Static variable in class org.mule.runtime.api.config.PoolingProfile
 
WHEN_EXHAUSTED_WAIT - Static variable in class org.mule.runtime.api.config.PoolingProfile
 
withAllowedStereotypes(StereotypeModel...) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.NestedComponentDeclarer
Adds the given stereotypes to the ones which are allowed on the route.
withAllowedStereotypes(List<StereotypeModel>) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclarer
Sets the given List of StereotypeModel
WithAllowedStereotypesDeclaration<T> - Interface in org.mule.runtime.api.meta.model.declaration.fluent
Contract interface for a BaseDeclaration in which it's possible to add/get StereotypeModel objects
withAttributes(MetadataAttributes) - Method in class org.mule.runtime.api.metadata.descriptor.ComponentMetadataDescriptor.ComponentMetadataDescriptorBuilder
 
withAttributesType(TypeMetadataDescriptor) - Method in class org.mule.runtime.api.metadata.descriptor.OutputMetadataDescriptor.OutputMetadataDescriptorBuilder
Adds a MetadataResult of TypeMetadataDescriptor that describes the he output Message.getAttributes() MetadataType.
withAttributesType(MetadataType) - Method in class org.mule.runtime.api.metadata.descriptor.OutputMetadataDescriptor.OutputMetadataDescriptorBuilder
Describes that the output Message.getAttributes() MetadataType of the component will be
withBundleDescriptorLoader(MuleArtifactLoaderDescriptor) - Method in class org.mule.runtime.api.deployment.meta.AbstractMuleArtifactModelBuilder
Sets the bundle descriptor loader for the artifact
withCategory(Category) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclarer
Adds the extension's Category
withCategoryName(String) - Method in class org.mule.runtime.api.metadata.MetadataAttributes.MetadataAttributesBuilder
 
withChain() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ComponentDeclarer
Adds a component of the given name
withChain(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ComponentDeclarer
Adds a component of the given name
withChain() - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.HasNestedComponentsDeclarer
Adds a component of the given name
withChain(String) - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.HasNestedComponentsDeclarer
Adds a component of the given name
withChain() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.NestedRouteDeclarer
Adds a component of the given name
withChain(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.NestedRouteDeclarer
Adds a component of the given name
withCharset(Charset) - Method in class org.mule.runtime.api.metadata.MediaType
Creates a new MediaType instance keeping the type and sub-type but replacing the charset with the value passed.
withChild(MetadataKeyBuilder) - Method in class org.mule.runtime.api.metadata.MetadataKeyBuilder
Adds a new MetadataKeyBuilder child to the MetadataKey that is being built.
withChild(MetadataKey) - Method in class org.mule.runtime.api.metadata.MetadataKeyBuilder
Adds a new MetadataKey child to the MetadataKey that is being built.
withClassLoaderModelDescriptorLoader(MuleArtifactLoaderDescriptor) - Method in class org.mule.runtime.api.deployment.meta.AbstractMuleArtifactModelBuilder
Sets the bundle descriptor loader for the artifact
withComponent(ComponentElementDeclaration) - Method in class org.mule.runtime.api.app.declaration.fluent.ComponentElementDeclarer
Adds a component to the declaration being built
withComponent(ComponentElementDeclaration) - Method in interface org.mule.runtime.api.app.declaration.fluent.HasNestedComponentDeclarer
Adds a component to the declaration being built
withComponent(ComponentElementDeclaration) - Method in class org.mule.runtime.api.app.declaration.fluent.RouteElementDeclarer
Adds a component to the declaration being built
withComponent(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ComponentDeclarer
Adds a component of the given name
withComponent(String) - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.HasNestedComponentsDeclarer
Adds a component of the given name
withComponent(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.NestedRouteDeclarer
Adds a component of the given name
withConfig(String) - Method in class org.mule.runtime.api.app.declaration.fluent.ComponentElementDeclarer
 
withConfig(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclarer
Adds a config of the given name
withConnection(ConnectionElementDeclaration) - Method in class org.mule.runtime.api.app.declaration.fluent.ConfigurationElementDeclarer
 
withConnectionManagementType(ConnectionManagementType) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConnectionProviderDeclarer
Sets the type of connection management that the provider performs
withConnectionProvider(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConfigurationDeclarer
Adds a connection provider of the given name
withConnectionProvider(ConnectionProviderDeclarer) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConfigurationDeclarer
Adds a ConnectionProviderDeclaration by receiving a declarer which describes it
withConnectionProvider(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclarer
Adds a connection provider of the given name
withConnectionProvider(ConnectionProviderDeclarer) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclarer
Adds a ConnectionProviderDeclaration by receiving a declarer which describes it
withConnectionProvider(String) - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.HasConnectionProviderDeclarer
Adds a connection provider of the given name
withConnectionProvider(ConnectionProviderDeclarer) - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.HasConnectionProviderDeclarer
Adds a ConnectionProviderDeclaration by receiving a declarer which describes it
withConstruct(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConfigurationDeclarer
Adds a construct of the given name
withConstruct(ConstructDeclarer) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConfigurationDeclarer
Adds an ConstructDeclaration by receiving a declarer which describes it
withConstruct(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclarer
Adds a construct of the given name
withConstruct(ConstructDeclarer) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclarer
 
withConstruct(String) - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.HasConstructDeclarer
Adds a construct of the given name
withConstruct(ConstructDeclarer) - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.HasConstructDeclarer
Adds an ConstructDeclaration by receiving a declarer which describes it
WithConstructsDeclaration<T extends BaseDeclaration> - Interface in org.mule.runtime.api.meta.model.declaration.fluent
Contract interface for a BaseDeclaration in which it's possible to add/get OperationDeclaration objects
withCustomParameter(String, String) - Method in class org.mule.runtime.api.app.declaration.fluent.EnrichableElementDeclarer
Adds a custom parameter to this enrichable element declaration This customParameter represents an additional parameter to the ones exposed by the actual model associated to this element.
withDescription(String) - Method in class org.mule.runtime.api.meta.model.ExternalLibraryModel.ExternalLibraryModelBuilder
Sets a description for the library
withDisplayModel(DisplayModel) - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.HasDisplayModelDeclarer
Sets the given displayModel
withDisplayModel(DisplayModel) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclarer
Sets the given displayModel
withDisplayName(String) - Method in class org.mule.runtime.api.metadata.MetadataKeyBuilder
Adds a display name to the MetadataKey that is being built
withDsl(ParameterDslConfiguration) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclarer
Describes the language which allows configuring this parameter
withDslInlineRepresentation(boolean) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterGroupDeclarer
Sets the DSL representation type to be either inline, where the group is represented as a child element, or implicit, where the group is shown as a set of attributes in the element.
withErrorModel(ErrorModel) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ComponentDeclarer
Adds an ErrorModel to indicate that the current operation could throw the added error.
withErrorModel(ErrorModel) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclarer
Registers an ErrorModel that could be thrown by one their operations
withExclusiveOptionals(Set<String>, boolean) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterGroupDeclarer
 
withExecutionType(ExecutionType) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.OperationDeclarer
Specifies the operation's ExecutionType
withExpressionSupport(ExpressionSupport) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclarer
 
withExtensionModelDescriber() - Method in class org.mule.runtime.api.deployment.meta.MulePluginModel.MulePluginModelBuilder
 
withExternalLibrary(ExternalLibraryModel) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConfigurationDeclarer
Adds the given externalLibrary
withExternalLibrary(ExternalLibraryModel) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConnectionProviderDeclarer
Adds the given externalLibrary
withExternalLibrary(ExternalLibraryModel) - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.DeclaresExternalLibraries
Adds the given externalLibrary
withExternalLibrary(ExternalLibraryModel) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclarer
Adds the given externalLibrary
withFailureCode(FailureCode) - Method in class org.mule.runtime.api.metadata.resolving.MetadataFailure.Builder
 
withFailureCode(String) - Method in class org.mule.runtime.api.value.ResolvingFailure.Builder
 
withFunction(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConfigurationDeclarer
Adds a function of the given name
withFunction(FunctionDeclarer) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConfigurationDeclarer
Adds a FunctionDeclaration by receiving a declarer which describes it
withFunction(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclarer
Adds a function of the given name
withFunction(FunctionDeclarer) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclarer
Adds a FunctionDeclaration by receiving a declarer which describes it
withFunction(String) - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.HasFunctionDeclarer
Adds a function of the given name
withFunction(FunctionDeclarer) - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.HasFunctionDeclarer
Adds a FunctionDeclaration by receiving a declarer which describes it
WithFunctionsDeclaration<T extends BaseDeclaration> - Interface in org.mule.runtime.api.meta.model.declaration.fluent
Contract interface for a BaseDeclaration in which it's possible to add/get FunctionDeclaration objects
withGlobalElement(GlobalElementDeclaration) - Method in class org.mule.runtime.api.app.declaration.fluent.ArtifactDeclarer
withImportedType(ImportedTypeModel) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclarer
Declares that the extension is importing a type from another extension
withKey(MetadataKey) - Method in class org.mule.runtime.api.metadata.MetadataAttributes.MetadataAttributesBuilder
 
withLayout(LayoutModel) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclarer
Sets the given layoutModel
withLayout(LayoutModel) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterGroupDeclarer
Sets the given layoutModel
withMaxOccurs(Integer) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.NestedRouteDeclarer
Sets the maximum amount of times that this route can be present on the owning component
withMessage(String) - Method in class org.mule.runtime.api.metadata.resolving.MetadataFailure.Builder
 
withMessage(String) - Method in class org.mule.runtime.api.value.ResolvingFailure.Builder
 
withMessageSource(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConfigurationDeclarer
Adds a message source of the given name
withMessageSource(SourceDeclarer) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConfigurationDeclarer
Adds a SourceDeclaration by receiving a declarer which describes it
withMessageSource(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclarer
Adds a message source of the given name
withMessageSource(SourceDeclarer) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclarer
Adds a SourceDeclaration by receiving a declarer which describes it
withMessageSource(String) - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.HasSourceDeclarer
Adds a message source of the given name
withMessageSource(SourceDeclarer) - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.HasSourceDeclarer
Adds a SourceDeclaration by receiving a declarer which describes it
withMinMuleVersion(MuleVersion) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclarer
Adds the extension's minimum Mule Version
withMinOccurs(int) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.NestedRouteDeclarer
Sets the minimum amount of times that this route can be present on the owning component
withModelProperty(ModelProperty) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ComponentDeclarer
Adds the given modelProperty
withModelProperty(ModelProperty) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConfigurationDeclarer
Adds the given modelProperty
withModelProperty(ModelProperty) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConnectionProviderDeclarer
Adds the given modelProperty
withModelProperty(ModelProperty) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclarer
Adds the given modelProperty
withModelProperty(ModelProperty) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.FunctionDeclarer
Adds the given modelProperty
withModelProperty(ModelProperty) - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.HasModelProperties
Adds the given modelProperty
withModelProperty(ModelProperty) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.NestedComponentDeclarer
 
withModelProperty(ModelProperty) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.NestedRouteDeclarer
 
withModelProperty(ModelProperty) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.OutputDeclarer
Adds the given modelProperty
withModelProperty(ModelProperty) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclarer
Adds the given modelProperty
withModelProperty(ModelProperty) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterGroupDeclarer
Adds the given modelProperty
withName(String) - Method in class org.mule.runtime.api.app.declaration.fluent.ParameterGroupElementDeclarer
Set's the name of the element
withName(String) - Method in class org.mule.runtime.api.meta.model.ExternalLibraryModel.ExternalLibraryModelBuilder
Sets the name of the library.
WithNestedComponentsDeclaration<T> - Interface in org.mule.runtime.api.meta.model.declaration.fluent
Contract interface for a BaseDeclaration in which it's possible to add/get NestableElementDeclaration objects
withOperation(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConfigurationDeclarer
Adds an operation of the given name
withOperation(OperationDeclarer) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConfigurationDeclarer
Adds an OperationDeclaration by receiving a declarer which describes it
withOperation(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclarer
Adds an operation of the given name
withOperation(OperationDeclarer) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclarer
Adds an OperationDeclaration by receiving a declarer which describes it
withOperation(String) - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.HasOperationDeclarer
Adds an operation of the given name
withOperation(OperationDeclarer) - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.HasOperationDeclarer
Adds an OperationDeclaration by receiving a declarer which describes it
WithOperationsDeclaration<T extends BaseDeclaration> - Interface in org.mule.runtime.api.meta.model.declaration.fluent
Contract interface for a BaseDeclaration in which it's possible to add/get OperationDeclaration objects
withOptionalComponent(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ComponentDeclarer
Adds a component of the given name
withOptionalComponent(String) - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.HasNestedComponentsDeclarer
Adds a component of the given name
withOptionalComponent(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.NestedRouteDeclarer
Adds a component of the given name
withOptionalParameter(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterGroupDeclarer
Adds an optional parameter
withoutParameters() - Method in class org.mule.runtime.api.metadata.MediaType
Creates a new MediaType instance keeping the type and sub-type but removing all the parameters (like the charset)
withOutput() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExecutableComponentDeclarer
Declares element output
withOutput() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.FunctionDeclarer
Declares element output
withOutputAttributes() - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExecutableComponentDeclarer
Declares element output
withOutputAttributesResolver(String) - Method in class org.mule.runtime.api.metadata.MetadataAttributes.MetadataAttributesBuilder
 
WithOutputDeclaration - Interface in org.mule.runtime.api.meta.model.declaration.fluent
Contract interface for a BaseDeclaration in which it's possible to get/set OutputDeclaration objects of payload and attributes.
withOutputResolver(String) - Method in class org.mule.runtime.api.metadata.MetadataAttributes.MetadataAttributesBuilder
 
withParameter(String, String) - Method in class org.mule.runtime.api.app.declaration.fluent.ParameterGroupElementDeclarer
Adds a parameter to this parametrized element declaration
withParameter(String, ParameterValue) - Method in class org.mule.runtime.api.app.declaration.fluent.ParameterGroupElementDeclarer
Adds a parameter to this parametrized element declaration
withParameter(String, ParameterValue, Map<String, Serializable>) - Method in class org.mule.runtime.api.app.declaration.fluent.ParameterGroupElementDeclarer
Adds a parameter to this parametrized element declaration
withParameter(K, V) - Method in interface org.mule.runtime.api.app.declaration.fluent.ParameterizedBuilder
 
withParameter(String, String) - Method in class org.mule.runtime.api.app.declaration.fluent.ParameterObjectValue.Builder
 
withParameter(String, ParameterValue) - Method in class org.mule.runtime.api.app.declaration.fluent.ParameterObjectValue.Builder
 
withParameter(String, ParameterMetadataDescriptor) - Method in class org.mule.runtime.api.metadata.descriptor.InputMetadataDescriptor.InputMetadataDescriptorBuilder
Ads a parameter to the resulting InputMetadataDescriptor.
withParameterGroup(ParameterGroupElementDeclaration) - Method in class org.mule.runtime.api.app.declaration.fluent.ParameterizedElementDeclarer
withParameterGroup(Consumer<ParameterGroupElementDeclarer>) - Method in class org.mule.runtime.api.app.declaration.fluent.ParameterizedElementDeclarer
withParameterResolver(String, String) - Method in class org.mule.runtime.api.metadata.MetadataAttributes.MetadataAttributesBuilder
 
WithParametersDeclaration - Interface in org.mule.runtime.api.meta.model.declaration.fluent
Contract interface for a BaseDeclaration in which it's possible to add/get SourceDeclaration objects
withParent(ErrorModel) - Method in class org.mule.runtime.api.meta.model.error.ErrorModelBuilder
 
withParent(StereotypeModel) - Method in class org.mule.runtime.api.meta.model.stereotype.StereotypeModelBuilder
 
withPartName(String) - Method in class org.mule.runtime.api.metadata.MetadataKeyBuilder
Adds a new MetadataKeyBuilder child to the MetadataKey that is being built.
withPassword(char[]) - Method in interface org.mule.runtime.api.security.CredentialsBuilder
 
withPluginClassName(String) - Method in class org.mule.runtime.api.deployment.meta.MuleServerPluginModel.MuleServerPluginModelBuilder
 
withPrivilegedArtifact(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclarer
Adds the given artifact ID to the list of artifacts with access to the privileged API declared by the extension begin built
withPrivilegedPackage(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclarer
Adds the given Java package name to the list of privileged exported packages declared by the extension begin built
withProperty(String, Serializable) - Method in class org.mule.runtime.api.app.declaration.fluent.EnrichableElementDeclarer
Adds a metadata property to this element declaration
withProperty(MetadataProperty) - Method in class org.mule.runtime.api.metadata.MetadataKeyBuilder
Adds a custom MetadataProperty to the MetadataKey that is being built
withReason(String) - Method in class org.mule.runtime.api.metadata.resolving.MetadataFailure.Builder
 
withReason(String) - Method in class org.mule.runtime.api.value.ResolvingFailure.Builder
 
withRefName(String) - Method in class org.mule.runtime.api.app.declaration.fluent.ConfigurationElementDeclarer
 
withRefName(String) - Method in class org.mule.runtime.api.app.declaration.fluent.ConstructElementDeclarer
 
withRefName(String) - Method in class org.mule.runtime.api.app.declaration.fluent.TopLevelParameterDeclarer
 
withRegexpMatcher(String) - Method in class org.mule.runtime.api.meta.model.ExternalLibraryModel.ExternalLibraryModelBuilder
Sets a regexp which must match the name of the library's file.
withRequiredClassName(String) - Method in class org.mule.runtime.api.meta.model.ExternalLibraryModel.ExternalLibraryModelBuilder
If provided, the library should contain a class of the given name
withRequiredParameter(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterGroupDeclarer
Adds a required parameter
withResource(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclarer
Adds the given resourcePath to the list of resources declared by the extension being built
withReturnType(TypeMetadataDescriptor) - Method in class org.mule.runtime.api.metadata.descriptor.OutputMetadataDescriptor.OutputMetadataDescriptorBuilder
Adds a MetadataResult of TypeMetadataDescriptor that describes the return type of the component.
withReturnType(MetadataType) - Method in class org.mule.runtime.api.metadata.descriptor.OutputMetadataDescriptor.OutputMetadataDescriptorBuilder
Describes that the return type of the component will be of MetadataType
withRole(ParameterRole) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclarer
Sets the purpose of the declared parameter
withRoles(Object) - Method in interface org.mule.runtime.api.security.CredentialsBuilder
 
withRoute(RouteElementDeclaration) - Method in class org.mule.runtime.api.app.declaration.fluent.ComponentElementDeclarer
Adds a component to the declaration being built
withRoute(String, Consumer<RouteElementDeclarer>) - Method in class org.mule.runtime.api.app.declaration.fluent.ComponentElementDeclarer
Adds a component to the declaration being built
withRoute(RouteElementDeclaration) - Method in interface org.mule.runtime.api.app.declaration.fluent.HasNestedRoutesDeclaration
Adds a component to the declaration being built
withRoute(String, Consumer<RouteElementDeclarer>) - Method in interface org.mule.runtime.api.app.declaration.fluent.HasNestedRoutesDeclaration
Adds a component to the declaration being built
withRoute(String) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ComponentDeclarer
Adds a component of the given name
withRoute(String) - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.HasNestedRoutesDeclarer
Adds a component of the given name
withServiceProviderClassName(String) - Method in class org.mule.runtime.api.deployment.meta.MuleServiceModel.MuleServiceModelBuilder
Configures the provider for the service
WithSourcesDeclaration<T extends BaseDeclaration> - Interface in org.mule.runtime.api.meta.model.declaration.fluent
Contract interface for a BaseDeclaration in which it's possible to add/get SourceDeclaration objects
withStereotype(StereotypeModel) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ComponentDeclarer
Adds the given stereotype
withStereotype(StereotypeModel) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConfigurationDeclarer
Adds the given stereotype
withStereotype(StereotypeModel) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ConnectionProviderDeclarer
Adds the given stereotype
withStereotype(StereotypeModel) - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.HasStereotypeDeclarer
Adds the given stereotype
withStereotype(StereotypeModel) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.StereotypedDeclaration
 
withStereotype(StereotypeModel) - Method in interface org.mule.runtime.api.meta.model.declaration.fluent.WithStereotypesDeclaration
 
WithStereotypesDeclaration - Interface in org.mule.runtime.api.meta.model.declaration.fluent
Contract interface for a BaseDeclaration in which it's possible to add/get StereotypeModel objects
withSubType(MetadataType, MetadataType) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclarer
Registers the given subType as an implementation of the baseType
withSubTypes(MetadataType, Collection<MetadataType>) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclarer
Registers the given subTypes as implementations of the baseType
withType(ObjectType) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclarer
Adds the given objectType to the list of types declared by the extension being built.
withType(ExternalLibraryType) - Method in class org.mule.runtime.api.meta.model.ExternalLibraryModel.ExternalLibraryModelBuilder
If provided, set the library's type of dependency
withType(MetadataType) - Method in class org.mule.runtime.api.metadata.descriptor.ParameterMetadataDescriptor.ParameterMetadataDescriptorBuilder
Indicates that the component parameter with name ParameterMetadataDescriptor.ParameterMetadataDescriptorBuilder.name will be of type
withType(MetadataType) - Method in class org.mule.runtime.api.metadata.descriptor.TypeMetadataDescriptor.TypeMetadataDescriptorBuilder
Indicates that the component will be of type
withUsername(String) - Method in interface org.mule.runtime.api.security.CredentialsBuilder
 
withValue(String) - Method in class org.mule.runtime.api.app.declaration.fluent.ParameterListValue.Builder
 
withValue(ParameterValue) - Method in class org.mule.runtime.api.app.declaration.fluent.ParameterListValue.Builder
 
withValue(ParameterObjectValue) - Method in class org.mule.runtime.api.app.declaration.fluent.TopLevelParameterDeclarer
 
withValueProviderModel(ValueProviderModel) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclarer
Sets the given valueProviderModel
withXmlDsl(XmlDslModel) - Method in class org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclarer
Describes the language which allows using the extension
write(JsonWriter, ParameterElementDeclaration) - Method in class org.mule.runtime.internal.app.declaration.serialization.adapter.ParameterElementDeclarationTypeAdapter
 
write(JsonWriter, ParameterGroupElementDeclaration) - Method in class org.mule.runtime.internal.app.declaration.serialization.adapter.ParameterGroupElementDeclarationTypeAdapter
 
write(JsonWriter, ParameterValue) - Method in class org.mule.runtime.internal.app.declaration.serialization.adapter.ParameterValueTypeAdapter
 

X

XML - Static variable in class org.mule.runtime.api.metadata.MediaType
 
XML_STRING - Static variable in interface org.mule.runtime.api.metadata.DataType
 
XmlDslModel - Class in org.mule.runtime.api.meta.model
Represents an extension's capability to be mapped and usable from a Mule XML config.
XmlDslModel() - Constructor for class org.mule.runtime.api.meta.model.XmlDslModel
 
XmlDslModel.XmlDslModelBuilder - Class in org.mule.runtime.api.meta.model
A builder which allows creating instances of XmlDslModel
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links

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