- CachedConnectionProvider<C> - Interface in org.mule.runtime.api.connection
-
- 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.
- CollectionDataType - Interface in org.mule.runtime.api.metadata
-
A data type that represents a generified collection.
- collectionPayload(Collection, Class<?>) - Method in interface org.mule.runtime.api.message.Message.PayloadBuilder
-
Sets the collection value for the
Message's payload to be built.
- collectionPayload(Object[]) - Method in interface org.mule.runtime.api.message.Message.PayloadBuilder
-
Sets the collection value for the
Message's payload to be built.
- collectionType(Class<? extends Collection>) - Method in interface org.mule.runtime.api.metadata.DataTypeBuilder
-
- CompletionHandler<Response,ProcessingException extends Throwable,HandledCompletionExceptionResult> - Interface in org.mule.runtime.api.execution
-
Handles the result of asynchronous processing.
- componentDescriptor(String) - Static method in class org.mule.runtime.api.metadata.descriptor.builder.MetadataDescriptorBuilder
-
- ComponentId - Interface in org.mule.runtime.api.metadata
-
Represents a component inside a mule application.
- ComponentMetadataDescriptor - Interface in org.mule.runtime.api.metadata.descriptor
-
Represents the view of all Metadata associated to an Operation
- ComponentMetadataDescriptorBuilder - Class in org.mule.runtime.api.metadata.descriptor.builder
-
- ConfigurationId - Class in org.mule.runtime.api.metadata
-
Immutable implementation of
ComponentId for identifying Configurations
- ConfigurationId(String) - Constructor for class org.mule.runtime.api.metadata.ConfigurationId
-
- connect() - Method in interface org.mule.runtime.api.connection.ConnectionProvider
-
Creates a new connection.
- CONNECTION_FAILURE - Static variable in class org.mule.runtime.api.metadata.resolving.FailureCode
-
- 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(String, Throwable) - Constructor for exception org.mule.runtime.api.connection.ConnectionException
-
Creates a new instance with the specified detail message and cause
- ConnectionException(Throwable) - Constructor for exception org.mule.runtime.api.connection.ConnectionException
-
Creates a new instance with the specified cause
- ConnectionExceptionCode - Enum in org.mule.runtime.api.connection
-
List of possible outcomes to a connection failure
- ConnectionHandler<T> - Interface in org.mule.runtime.api.connection
-
Represents a connection that is being managed by the runtime.
- 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.
- ConnectionValidationResult - Class in org.mule.runtime.api.connection
-
Represents the result of a Connection Validation.
- containsResolver(String) - Method in class org.mule.runtime.api.metadata.MetadataKeysContainerBuilder
-
- 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.
- createSslContext() - Method in interface org.mule.runtime.api.tls.TlsContextFactory
-
- DatabasePoolingProfile - Interface in org.mule.runtime.api.config
-
Pooling configuration for JDBC Data Sources capable of
pooling connections.
- 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.
- DataTypeParamsBuilder - Interface in org.mule.runtime.api.metadata
-
Provides a way to set the java-type independent attributes when building an immutable
DataType objects.
- 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_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_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.
- DefaultMetadataKey - Class in org.mule.runtime.api.metadata
-
- DefaultMetadataKey(String, String, Set<MetadataProperty>, Set<MetadataKey>, String) - Constructor for class org.mule.runtime.api.metadata.DefaultMetadataKey
-
- disconnect(C) - Method in interface org.mule.runtime.api.connection.ConnectionProvider
-
Disposes the given connection, freeing all its allocated resources
- disposeCache(String) - Method in interface org.mule.runtime.api.metadata.MetadataManager
-
- doOnCompletion(Response) - Method in class org.mule.runtime.api.execution.BlockingCompletionHandler
-
- get(Serializable) - Method in interface org.mule.runtime.api.metadata.MetadataCache
-
- get() - Method in class org.mule.runtime.api.metadata.resolving.ImmutableMetadataResult
- get() - Method in interface org.mule.runtime.api.metadata.resolving.MetadataResult
-
- get() - Method in class org.mule.runtime.api.util.Reference
-
- getAcquireIncrement() - Method in interface org.mule.runtime.api.config.DatabasePoolingProfile
-
- getAlgorithm() - Method in interface org.mule.runtime.api.tls.TlsContextStoreConfiguration
-
- getAlias() - Method in interface org.mule.runtime.api.tls.TlsContextKeyStoreConfiguration
-
- getAnnotation(QName) - Method in interface org.mule.runtime.api.meta.AnnotatedObject
-
Gets the value of specified annotation.
- getAnnotations() - Method in interface org.mule.runtime.api.meta.AnnotatedObject
-
Gets all annotations.
- 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.ImmutableOutputMetadataDescriptor
- getAttributesMetadata() - Method in interface org.mule.runtime.api.metadata.descriptor.OutputMetadataDescriptor
-
- getAttributesMetadata(MetadataContext, K) - Method in interface org.mule.runtime.api.metadata.resolving.MetadataAttributesResolver
-
Given an instance of type K, resolves their MetadataType, which
represents the type structure.
- getCache() - Method in interface org.mule.runtime.api.metadata.MetadataContext
-
- getCharset() - Method in class org.mule.runtime.api.metadata.MediaType
-
- getChilds() - Method in class org.mule.runtime.api.metadata.DefaultMetadataKey
- getChilds() - Method in interface org.mule.runtime.api.metadata.MetadataKey
-
- getCode() - Method in class org.mule.runtime.api.connection.ConnectionValidationResult
-
- getComponentPath() - Method in interface org.mule.runtime.api.metadata.ComponentId
-
- getComponentPath() - Method in class org.mule.runtime.api.metadata.ConfigurationId
- getComponentPath() - Method in class org.mule.runtime.api.metadata.ProcessorId
- getComponentPath() - Method in class org.mule.runtime.api.metadata.SourceId
- getConfig() - Method in interface org.mule.runtime.api.metadata.MetadataContext
-
- 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
- getContentMetadata() - Method in interface org.mule.runtime.api.metadata.descriptor.ComponentMetadataDescriptor
-
- getContentMetadata() - Method in class org.mule.runtime.api.metadata.descriptor.ImmutableComponentMetadataDescriptor
- getContentMetadata(MetadataContext, K) - Method in interface org.mule.runtime.api.metadata.resolving.MetadataContentResolver
-
Given an instance of type K, resolves their MetadataType which
represents the type structure.
- getDataType() - Method in interface org.mule.runtime.api.metadata.TypedValue
-
Returns the data type (if any) associated with this
TypedValue's content.
- getDescription() - Method in interface org.mule.runtime.api.message.Error
-
Concise description of the error.
- getDetailedDescription() - Method in interface org.mule.runtime.api.message.Error
-
Detailed description of the error.
- getDisplayName() - Method in class org.mule.runtime.api.metadata.DefaultMetadataKey
- getDisplayName() - Method in interface org.mule.runtime.api.metadata.MetadataKey
-
- 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
- getEntityKeys() - Method in interface org.mule.runtime.api.metadata.EntityMetadataProvider
-
- getEntityKeys(ComponentId) - Method in interface org.mule.runtime.api.metadata.MetadataManager
-
- 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(ComponentId, MetadataKey) - Method in interface org.mule.runtime.api.metadata.MetadataManager
-
- 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,
- getError() - Method in interface org.mule.runtime.api.message.MuleEvent
-
When a mule component throws an error then an Error object
gets generated with all the data associated to the error.
- 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.
- getErrorType() - Method in interface org.mule.runtime.api.message.Error
-
Returns the type of the error.
- getEvictionCheckIntervalMillis() - Method in class org.mule.runtime.api.config.PoolingProfile
-
- getException() - Method in class org.mule.runtime.api.connection.ConnectionValidationResult
-
- getException() - Method in interface org.mule.runtime.api.message.Error
-
The exception thrown by the failing component.
- getExhaustedAction() - Method in class org.mule.runtime.api.config.PoolingProfile
-
- getFailure() - Method in exception org.mule.runtime.api.metadata.MetadataResolvingException
-
- getFailure() - Method in class org.mule.runtime.api.metadata.resolving.ImmutableMetadataResult
-
If
this#isSuccess is false, then a
MetadataFailure instance is provided
in order to describe the error that occurred during the invocation.
- getFailure() - 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.
- getFailureCode() - Method in class org.mule.runtime.api.metadata.resolving.MetadataFailure
-
- getFlowName() - Method in interface org.mule.runtime.api.metadata.ComponentId
-
- getFlowName() - Method in class org.mule.runtime.api.metadata.ConfigurationId
- getFlowName() - Method in class org.mule.runtime.api.metadata.ProcessorId
- getFlowName() - Method in class org.mule.runtime.api.metadata.SourceId
- getId() - Method in class org.mule.runtime.api.metadata.DefaultMetadataKey
- getId() - Method in interface org.mule.runtime.api.metadata.MetadataKey
-
- getIdentifier() - Method in interface org.mule.runtime.api.message.ErrorType
-
Identifier of the error.
- getInitialisationPolicy() - Method in class org.mule.runtime.api.config.PoolingProfile
-
- getInstance() - Static method in class org.mule.runtime.api.metadata.MetadataKeysContainerBuilder
-
- getItemDataType() - Method in interface org.mule.runtime.api.metadata.CollectionDataType
-
Obtains the
DataType of the items in the collection.
- getKeyPassword() - Method in interface org.mule.runtime.api.tls.TlsContextKeyStoreConfiguration
-
- getKeys(String) - Method in interface org.mule.runtime.api.metadata.MetadataKeysContainer
-
Returns an
Optional wuth
Set for a given resolver name if it is present.
- getKeyStoreConfiguration() - Method in interface org.mule.runtime.api.tls.TlsContextFactory
-
- getMajor() - Method in class org.mule.runtime.api.MuleVersion
-
- getMaxActive() - Method in class org.mule.runtime.api.config.PoolingProfile
-
- getMaxIdle() - Method in class org.mule.runtime.api.config.PoolingProfile
-
- 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.connection.ConnectionValidationResult
-
- getMessage() - Method in interface org.mule.runtime.api.message.MuleEvent
-
Returns the message for this event
- getMessage() - Method in class org.mule.runtime.api.metadata.resolving.MetadataFailure
-
- getMetadata(ComponentId) - Method in interface org.mule.runtime.api.metadata.MetadataManager
-
- getMetadata(ComponentId, MetadataKey) - Method in interface org.mule.runtime.api.metadata.MetadataManager
-
- 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.
- getMetadataKeys() - Method in interface org.mule.runtime.api.metadata.MetadataKeyProvider
-
- getMetadataKeys(ComponentId) - Method in interface org.mule.runtime.api.metadata.MetadataManager
-
- getMetadataKeys(MetadataContext) - Method in interface org.mule.runtime.api.metadata.resolving.MetadataKeysResolver
-
Resolves the
Set of types that can be described, representing them
as a
Set of
MetadataKey
- 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
-
- getMinor() - Method in class org.mule.runtime.api.MuleVersion
-
- getMinPoolSize() - Method in interface org.mule.runtime.api.config.DatabasePoolingProfile
-
- getName() - Method in interface org.mule.runtime.api.meta.NamedObject
-
Gets the name of the object
- getName() - Method in interface org.mule.runtime.api.metadata.descriptor.ComponentMetadataDescriptor
-
- getName() - Method in class org.mule.runtime.api.metadata.descriptor.ImmutableComponentMetadataDescriptor
- getName() - Method in class org.mule.runtime.api.metadata.descriptor.ImmutableParameterMetadataDescriptor
- getName() - Method in interface org.mule.runtime.api.metadata.descriptor.ParameterMetadataDescriptor
-
- 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
-
- getNamespace() - Method in interface org.mule.runtime.api.message.ErrorType
-
The namespace of the module where the error is defined.
- getOutputMetadata() - Method in interface org.mule.runtime.api.metadata.descriptor.ComponentMetadataDescriptor
-
- getOutputMetadata() - Method in class org.mule.runtime.api.metadata.descriptor.ImmutableComponentMetadataDescriptor
- getOutputMetadata(MetadataContext, K) - Method in interface org.mule.runtime.api.metadata.resolving.MetadataOutputResolver
-
Given an instance of type K, resolves their MetadataType, which
represents the type structure.
- getParameter(String) - Method in class org.mule.runtime.api.metadata.MediaType
-
- getParametersMetadata() - Method in interface org.mule.runtime.api.metadata.descriptor.ComponentMetadataDescriptor
-
- getParametersMetadata() - Method in class org.mule.runtime.api.metadata.descriptor.ImmutableComponentMetadataDescriptor
- 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
- getPart(String) - Method in interface org.mule.runtime.api.message.MultiPartPayload
-
Looks up the part with the passed partName.
- getPartName() - Method in class org.mule.runtime.api.metadata.DefaultMetadataKey
- getPartName() - Method in interface org.mule.runtime.api.metadata.MetadataKey
-
- getPartNames() - Method in interface org.mule.runtime.api.message.MultiPartPayload
-
- getParts() - Method in interface org.mule.runtime.api.message.MultiPartPayload
-
- getPassword() - Method in interface org.mule.runtime.api.tls.TlsContextStoreConfiguration
-
- getPath() - Method in interface org.mule.runtime.api.tls.TlsContextStoreConfiguration
-
- 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.ImmutableOutputMetadataDescriptor
- getPayloadMetadata() - Method in interface org.mule.runtime.api.metadata.descriptor.OutputMetadataDescriptor
-
- getPoolingProfile() - Method in interface org.mule.runtime.api.config.HasPoolingProfile
-
- getPreparedStatementCacheSize() - Method in interface org.mule.runtime.api.config.DatabasePoolingProfile
-
- getPrimaryType() - Method in class org.mule.runtime.api.metadata.MediaType
-
- getProperties() - Method in class org.mule.runtime.api.metadata.DefaultMetadataKey
- getProperties() - Method in interface org.mule.runtime.api.metadata.MetadataEnrichableModel
-
- getReason() - Method in class org.mule.runtime.api.metadata.resolving.MetadataFailure
-
- getResolvers() - Method in interface org.mule.runtime.api.metadata.MetadataKeysContainer
-
- getRevision() - Method in class org.mule.runtime.api.MuleVersion
-
- getService() - Method in class org.mule.runtime.api.service.ServiceDefinition
-
- getServiceClass() - Method in class org.mule.runtime.api.service.ServiceDefinition
-
- getSubType() - Method in class org.mule.runtime.api.metadata.MediaType
-
- getSuffix() - Method in class org.mule.runtime.api.MuleVersion
-
- getTrustStoreConfiguration() - Method in interface org.mule.runtime.api.tls.TlsContextFactory
-
- 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.ImmutableParameterMetadataDescriptor
- getType() - Method in class org.mule.runtime.api.metadata.descriptor.ImmutableTypeMetadataDescriptor
- getType() - Method in interface org.mule.runtime.api.metadata.descriptor.TypeMetadataDescriptor
-
- getType() - Method in interface org.mule.runtime.api.tls.TlsContextStoreConfiguration
-
- getTypeLoader() - Method in interface org.mule.runtime.api.metadata.MetadataContext
-
- getValue() - Method in interface org.mule.runtime.api.metadata.TypedValue
-
- getVariable(String) - Method in interface org.mule.runtime.api.message.MuleEvent
-
Returns the variable registered under the given key
- getVariableNames() - Method in interface org.mule.runtime.api.message.MuleEvent
-
Returns an immutable
Set of variable names.