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

A

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
 
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
 
add(String, Set<MetadataKey>) - Method in class org.mule.runtime.api.metadata.MetadataKeysContainerBuilder
 
AnnotatedObject - Interface in org.mule.runtime.api.meta
Maps annotations defined in an XML element to the corresponding Java object
ANY - Static variable in class org.mule.runtime.api.metadata.MediaType
 
APPLICATION_JSON - Static variable in class org.mule.runtime.api.metadata.MediaType
 
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
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.
atLeast(String) - Method in class org.mule.runtime.api.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.MuleVersion
 
atLeastBase(String) - Method in class org.mule.runtime.api.MuleVersion
 
atLeastBase(MuleVersion) - Method in class org.mule.runtime.api.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 - Interface in org.mule.runtime.api.message
The Attributes attributes object is specifc to the connector that was the source of the current message and is used for obtaining message properties or headers if applicable plus additional information that provides context for the current message such as file size, file name and last modified date for FILE, and origin ip address, query parameters etc.
attributes(Attributes) - Method in interface org.mule.runtime.api.message.Message.Builder
Populates the builder from the given value.

B

BINARY - Static variable in class org.mule.runtime.api.metadata.MediaType
 
BlockingCompletionHandler<Response,ProcessingException extends Throwable,HandledCompletionExceptionResult> - Class in org.mule.runtime.api.execution
Base class which provides a simplified view of CompletionHandler for cases in which the task to be completed is assumed to be blocking
BlockingCompletionHandler() - Constructor for class org.mule.runtime.api.execution.BlockingCompletionHandler
 
BOOLEAN - Static variable in interface org.mule.runtime.api.metadata.DataType
 
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 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.builder.ComponentMetadataDescriptorBuilder
 
build() - Method in class org.mule.runtime.api.metadata.descriptor.builder.OutputMetadataDescriptorBuilder
 
build() - Method in class org.mule.runtime.api.metadata.descriptor.builder.ParameterMetadataDescriptorBuilder
Builds and creates the descriptor of the component parameter.
build() - Method in class org.mule.runtime.api.metadata.descriptor.builder.TypeMetadataDescriptorBuilder
Builds and creates the descriptor of the component.
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
 
buildDefault() - Method in interface org.mule.runtime.api.tls.TlsContextFactoryBuilder
 
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 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.
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.
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
Sets the given type for the CollectionDataType to be built.
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
Implementation of the builder design pattern to create instances of ComponentMetadataDescriptor
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
 

D

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
Default immutable implementation for the MetadataKey.
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
Removes the MetadataCache with the specified id.
doOnCompletion(Response) - Method in class org.mule.runtime.api.execution.BlockingCompletionHandler
Provides a simplified view of the BlockingCompletionHandler.onCompletion(Object, ExceptionCallback) contract that assumes that the operation is blocking, which makes it unnecessary to explicitly channel exceptions to an ExceptionCallback

E

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
equals(Object) - Method in class org.mule.runtime.api.config.PoolingProfile
 
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.MuleVersion
 
equals(Object) - Method in class org.mule.runtime.api.util.Reference
 
Error - Interface in org.mule.runtime.api.message
 
ErrorType - Interface in org.mule.runtime.api.message
An ErrorType describes an type of error that may be thrown by a mule component.
ExceptionCallback<T,E extends Throwable> - Interface in org.mule.runtime.api.execution
A callback to notify about exceptions of a type E.

F

failure(String, ConnectionExceptionCode, Exception) - Static method in class org.mule.runtime.api.connection.ConnectionValidationResult
 
failure(Exception) - Static method in interface org.mule.runtime.api.metadata.resolving.MetadataResult
Creates a failure result obtaining the information from the occurred exception when there is no payload for the result
failure(T, MetadataResult<?>) - Static method in interface org.mule.runtime.api.metadata.resolving.MetadataResult
Used for transforming the payload of a result with an enriched new payload, while preserving the original MetadataResult information
failure(T, Exception) - Static method in interface org.mule.runtime.api.metadata.resolving.MetadataResult
Creates a failure result obtaining the information from the occurred exception
failure(T, String, Exception) - Static method in interface org.mule.runtime.api.metadata.resolving.MetadataResult
Creates a failure result obtaining the information from the occurred exception with a customized failure message
failure(T, String, FailureCode, String) - Static method in interface org.mule.runtime.api.metadata.resolving.MetadataResult
 
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
 
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.

G

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
Returns the list of entity types that can be queried in an EntityMetadataProvider component identified by the ComponentId.
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
Resolves an entity TypeMetadataDescriptor for the EntityMetadataProvider component identified by the ComponentId.
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
Resolves the ComponentMetadataDescriptor for the MetadataProvider Component identified by the ComponentId using only the static types of its parameters, attributes and output.
getMetadata(ComponentId, MetadataKey) - Method in interface org.mule.runtime.api.metadata.MetadataManager
Resolves the ComponentMetadataDescriptor for the MetadataProvider Component identified by the ComponentId using both static and dynamic resolving of the parameters, attributes and output types.
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
Returns the a MetadataKeysContainer with the MetadataKeys provided per MetadataKeysResolver associated to this Component.
getMetadataKeys(ComponentId) - Method in interface org.mule.runtime.api.metadata.MetadataManager
Returns the list of types that can be described by the MetadataKeysResolver associated to the MetadataKeyProvider Component identified by the ComponentId.
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.

H

hashCode() - Method in class org.mule.runtime.api.config.PoolingProfile
 
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.MuleVersion
 
hashCode() - Method in class org.mule.runtime.api.util.Reference
 
HasPoolingProfile - Interface in org.mule.runtime.api.config
A contract interface for an object that may contain a PoolingProfile
hasSuffix() - Method in class org.mule.runtime.api.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

ImmutableComponentMetadataDescriptor - Class in org.mule.runtime.api.metadata.descriptor
Immutable concrete implementation of ComponentMetadataDescriptor
ImmutableComponentMetadataDescriptor(String, List<MetadataResult<ParameterMetadataDescriptor>>, MetadataResult<OutputMetadataDescriptor>, MetadataResult<ParameterMetadataDescriptor>) - Constructor for class org.mule.runtime.api.metadata.descriptor.ImmutableComponentMetadataDescriptor
 
ImmutableMetadataResult<T> - Class in org.mule.runtime.api.metadata.resolving
Immutable concrete implementation of MetadataResult
ImmutableOutputMetadataDescriptor - Class in org.mule.runtime.api.metadata.descriptor
Immutable implementation of OutputMetadataDescriptor
ImmutableOutputMetadataDescriptor(MetadataResult<TypeMetadataDescriptor>, MetadataResult<TypeMetadataDescriptor>) - Constructor for class org.mule.runtime.api.metadata.descriptor.ImmutableOutputMetadataDescriptor
 
ImmutableParameterMetadataDescriptor - Class in org.mule.runtime.api.metadata.descriptor
Immutable concrete implementation of a TypeMetadataDescriptor
ImmutableParameterMetadataDescriptor(String, MetadataType) - Constructor for class org.mule.runtime.api.metadata.descriptor.ImmutableParameterMetadataDescriptor
 
ImmutableTypeMetadataDescriptor - Class in org.mule.runtime.api.metadata.descriptor
Immutable concrete implementation of a TypeMetadataDescriptor
ImmutableTypeMetadataDescriptor(MetadataType) - Constructor for class org.mule.runtime.api.metadata.descriptor.ImmutableTypeMetadataDescriptor
 
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
 
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
 
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.
isDisabled() - Method in class org.mule.runtime.api.config.PoolingProfile
Return true when the owner should not perform any pooling
isInsecure() - Method in interface org.mule.runtime.api.tls.TlsContextTrustStoreConfiguration
 
isKeyStoreConfigured() - Method in interface org.mule.runtime.api.tls.TlsContextFactory
 
isStreamType() - Method in interface org.mule.runtime.api.metadata.DataType
Used to determine if this DataType is a stream type.
isSuccess() - Method in class org.mule.runtime.api.metadata.resolving.ImmutableMetadataResult
isSuccess() - Method in interface org.mule.runtime.api.metadata.resolving.MetadataResult
 
isTrustStoreConfigured() - Method in interface org.mule.runtime.api.tls.TlsContextFactory
 
isValid() - Method in class org.mule.runtime.api.connection.ConnectionValidationResult
 
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.

J

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

M

matches(MediaType) - Method in class org.mule.runtime.api.metadata.MediaType
Evaluates the type of this object against the ones of the other MediaType.
mediaType(MediaType) - Method in interface org.mule.runtime.api.message.Message.Builder
Sets the MediaType for the Message 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.
Message - Interface in org.mule.runtime.api.message
Represents a message.
Message.Builder - Interface in org.mule.runtime.api.message
 
Message.CollectionBuilder - Interface in org.mule.runtime.api.message
 
Message.PayloadBuilder - Interface in org.mule.runtime.api.message
 
MetadataAttributesResolver<K> - Interface in org.mule.runtime.api.metadata.resolving
Handles the dynamic MetadataType resolving for the output attributes of an associated component.
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 MetadataContentResolver, MetadataKeysResolver and MetadataOutputResolver
MetadataContentResolver<K> - Interface in org.mule.runtime.api.metadata.resolving
Handles the dynamic MetadataType resolving for the Content parameter of an associated component.
MetadataContext - Interface in org.mule.runtime.api.metadata
Metadata resolving context, provides access to the Config and Connection used during metadata fetch invocation.
MetadataDescriptorBuilder - Class in org.mule.runtime.api.metadata.descriptor.builder
Builder provider for metadata descriptor builders.
MetadataDescriptorBuilder() - Constructor for class org.mule.runtime.api.metadata.descriptor.builder.MetadataDescriptorBuilder
 
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 resolving
MetadataFailure(String, String, FailureCode) - Constructor for class org.mule.runtime.api.metadata.resolving.MetadataFailure
 
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 MetadataKeysResolver 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
MetadataKeysResolver - 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
MetadataManager - 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 ComponentId It also provides access to the MetadataKey associated to a configuration through the operations and sources that belong to that configuration.
MetadataOutputResolver<K> - Interface in org.mule.runtime.api.metadata.resolving
Handles the dynamic MetadataType resolving for the output of an associated component.
MetadataProperty - Interface in org.mule.runtime.api.metadata
A custom property which augments a MetadataEnrichableModel with non canonical pieces of information.
MetadataProvider - 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
 
MetadataResult<T> - Interface in org.mule.runtime.api.metadata.resolving
Container for the Metadata fetch operations provided by MetadataKeysResolver, MetadataContentResolver and MetadataOutputResolver results.
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
 
MuleEvent - Interface in org.mule.runtime.api.message
Represents any data event occurring in the Mule environment.
MuleVersion - Class in org.mule.runtime.api
This class represents Mule Software version scheme: {major}.{minor}.{revision}-{suffix}
MuleVersion(String) - Constructor for class org.mule.runtime.api.MuleVersion
 
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
 
MultiPartPayload - Interface in org.mule.runtime.api.message
Represents a payload of a Message composed of many different parts.
MULTIPLE - Static variable in class org.mule.runtime.api.metadata.resolving.FailureCode
 

N

NameableObject - Interface in org.mule.runtime.api.meta
NamedObject - Interface in org.mule.runtime.api.meta
Adds NamedObject.getName() method to an object
newerThan(String) - Method in class org.mule.runtime.api.MuleVersion
 
newerThan(MuleVersion) - Method in class org.mule.runtime.api.MuleVersion
 
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
NO_DYNAMIC_KEY_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
 
nullPayload() - 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
 
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.
onCompletion(Response, ExceptionCallback<HandledCompletionExceptionResult, Exception>) - Method in class org.mule.runtime.api.execution.BlockingCompletionHandler
Delegates into BlockingCompletionHandler.doOnCompletion(Object) and channels any thrown exceptions through the exceptionCallback
onCompletion(Response, ExceptionCallback<HandledCompletionExceptionResult, Exception>) - Method in interface org.mule.runtime.api.execution.CompletionHandler
Invoked on successful completion of asynchronous processing.
onException(E) - Method in interface org.mule.runtime.api.execution.ExceptionCallback
Notifies that exception has occurred
onFailure(ProcessingException) - Method in interface org.mule.runtime.api.execution.CompletionHandler
Invoked when a failure occurs during asynchronous processing
onReturn(C) - Method in interface org.mule.runtime.api.connection.PoolingListener
Executes right before the pool accepts the connection back.
org.mule.runtime.api - package org.mule.runtime.api
 
org.mule.runtime.api.config - package org.mule.runtime.api.config
 
org.mule.runtime.api.connection - package org.mule.runtime.api.connection
 
org.mule.runtime.api.execution - package org.mule.runtime.api.execution
 
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.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.descriptor.builder - package org.mule.runtime.api.metadata.descriptor.builder
 
org.mule.runtime.api.metadata.resolving - package org.mule.runtime.api.metadata.resolving
 
org.mule.runtime.api.service - package org.mule.runtime.api.service
 
org.mule.runtime.api.tls - package org.mule.runtime.api.tls
 
org.mule.runtime.api.tx - package org.mule.runtime.api.tx
 
org.mule.runtime.api.util - package org.mule.runtime.api.util
 
outputDescriptor() - Static method in class org.mule.runtime.api.metadata.descriptor.builder.MetadataDescriptorBuilder
 
OutputMetadataDescriptor - Interface in org.mule.runtime.api.metadata.descriptor
Represents the view of all the Metadata associated to an Component's Message output
OutputMetadataDescriptorBuilder - Class in org.mule.runtime.api.metadata.descriptor.builder
Implementation of the builder design pattern to create instances of OutputMetadataDescriptor

P

parameterDescriptor(String) - Static method in class org.mule.runtime.api.metadata.descriptor.builder.MetadataDescriptorBuilder
 
ParameterMetadataDescriptor - Interface in org.mule.runtime.api.metadata.descriptor
Represents the Metadata view of a parameter, including it's name and MetadataType
ParameterMetadataDescriptorBuilder - Class in org.mule.runtime.api.metadata.descriptor.builder
Implementation of the builder design pattern to create instances of TypeMetadataDescriptor
parse(String) - Static method in class org.mule.runtime.api.metadata.MediaType
Parses a media type from its string representation.
payload(Object) - Method in interface org.mule.runtime.api.message.Message.PayloadBuilder
Sets the value for the Message's payload to be built.
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
 
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
 
priorTo(String) - Method in class org.mule.runtime.api.MuleVersion
 
priorTo(MuleVersion) - Method in class org.mule.runtime.api.MuleVersion
 
ProcessorId - Class in org.mule.runtime.api.metadata
Immutable implementation of ComponentId for identifying MessageProcessors
ProcessorId(String, String) - Constructor for class org.mule.runtime.api.metadata.ProcessorId
 
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.
put(Serializable, Serializable) - Method in interface org.mule.runtime.api.metadata.MetadataCache
Associates the specified value with the specified key in the cache.
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.

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

Reference<T> - Class in org.mule.runtime.api.util
An object which holds a reference to a given Reference.value.
Reference(T) - Constructor for class org.mule.runtime.api.util.Reference
Creates a new instance
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.
RESOURCE_UNAVAILABLE - Static variable in class org.mule.runtime.api.metadata.resolving.FailureCode
 
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.MuleVersion
 
sameAs(MuleVersion) - Method in class org.mule.runtime.api.MuleVersion
 
Service - Interface in org.mule.runtime.api.service
Defines a named service which is instantiated at the container level.
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.
setAnnotations(Map<QName, Object>) - Method in interface org.mule.runtime.api.meta.AnnotatedObject
Sets annotations to the object.
setDisabled(boolean) - Method in class org.mule.runtime.api.config.PoolingProfile
 
setEvictionCheckIntervalMillis(int) - Method in class org.mule.runtime.api.config.PoolingProfile
 
setExhaustedAction(int) - Method in class org.mule.runtime.api.config.PoolingProfile
 
setInitialisationPolicy(int) - Method in class org.mule.runtime.api.config.PoolingProfile
 
setMajor(int) - Method in class org.mule.runtime.api.MuleVersion
 
setMaxActive(int) - Method in class org.mule.runtime.api.config.PoolingProfile
 
setMaxIdle(int) - Method in class org.mule.runtime.api.config.PoolingProfile
 
setMaxWait(long) - Method in class org.mule.runtime.api.config.PoolingProfile
 
setMinEvictionMillis(int) - Method in class org.mule.runtime.api.config.PoolingProfile
 
setMinor(int) - Method in class org.mule.runtime.api.MuleVersion
 
setName(String) - Method in interface org.mule.runtime.api.meta.NameableObject
Sets the name of the object
setPartName(String) - Method in class org.mule.runtime.api.metadata.MetadataKeyBuilder
 
setRevision(int) - Method in class org.mule.runtime.api.MuleVersion
 
setSuffix(String) - Method in class org.mule.runtime.api.MuleVersion
 
SourceId - Class in org.mule.runtime.api.metadata
Immutable implementation of ComponentId for identifying Message Sources
SourceId(String) - Constructor for class org.mule.runtime.api.metadata.SourceId
 
streamPayload(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.
streamType(Class<? extends Iterator>) - Method in interface org.mule.runtime.api.metadata.DataTypeBuilder
Sets the given type for the CollectionDataType to be built.
STRING - Static variable in interface org.mule.runtime.api.metadata.DataType
 
success() - Static method in class org.mule.runtime.api.connection.ConnectionValidationResult
 
success(T) - Static method in interface org.mule.runtime.api.metadata.resolving.MetadataResult
 

T

TEXT - Static variable in class org.mule.runtime.api.metadata.MediaType
 
TEXT_STRING - Static variable in interface org.mule.runtime.api.metadata.DataType
 
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.
toCompleteNumericVersion() - Method in class org.mule.runtime.api.MuleVersion
Returns a string representing the complete numeric version, what means the 3 numbers that represent major.minor.revision.
toRfcString() - Method in class org.mule.runtime.api.metadata.MediaType
 
toString() - Method in class org.mule.runtime.api.metadata.ConfigurationId
 
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.ProcessorId
 
toString() - Method in class org.mule.runtime.api.metadata.resolving.FailureCode
 
toString() - Method in class org.mule.runtime.api.metadata.SourceId
 
toString() - Method in class org.mule.runtime.api.MuleVersion
 
type(Class<?>) - Method in interface org.mule.runtime.api.metadata.DataTypeBuilder
Sets the given type for the DataType to be built.
typeDescriptor() - Static method in class org.mule.runtime.api.metadata.descriptor.builder.MetadataDescriptorBuilder
 
TypedValue<T> - Interface in org.mule.runtime.api.metadata
Maintains a value that has an associated DataType.
TypeMetadataDescriptor - Interface in org.mule.runtime.api.metadata.descriptor
Represents the Metadata view of a simple MetadataType
TypeMetadataDescriptorBuilder - Class in org.mule.runtime.api.metadata.descriptor.builder
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
 

V

validate(C) - Method in interface org.mule.runtime.api.connection.ConnectionProvider
Validates the given C.
valueOf(String) - Static method in enum org.mule.runtime.api.connection.ConnectionExceptionCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mule.runtime.api.connection.ConnectionExceptionCode
Returns an array containing the constants of this enum type, in the order they are declared.

W

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
 
withAttributesType(MetadataResult<TypeMetadataDescriptor>) - Method in class org.mule.runtime.api.metadata.descriptor.builder.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.builder.OutputMetadataDescriptorBuilder
Describes that the output Message.getAttributes() MetadataType of the component will be
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.
withContentDescriptor(MetadataResult<ParameterMetadataDescriptor>) - Method in class org.mule.runtime.api.metadata.descriptor.builder.ComponentMetadataDescriptorBuilder
 
withDisplayName(String) - Method in class org.mule.runtime.api.metadata.MetadataKeyBuilder
Adds a display name to the MetadataKey that is being built
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)
withOutputDescriptor(MetadataResult<OutputMetadataDescriptor>) - Method in class org.mule.runtime.api.metadata.descriptor.builder.ComponentMetadataDescriptorBuilder
 
withParametersDescriptor(List<MetadataResult<ParameterMetadataDescriptor>>) - Method in class org.mule.runtime.api.metadata.descriptor.builder.ComponentMetadataDescriptorBuilder
 
withProperty(MetadataProperty) - Method in class org.mule.runtime.api.metadata.MetadataKeyBuilder
Adds a custom MetadataProperty to the MetadataKey that is being built
withReturnType(MetadataResult<TypeMetadataDescriptor>) - Method in class org.mule.runtime.api.metadata.descriptor.builder.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.builder.OutputMetadataDescriptorBuilder
Describes that the return type of the component will be of MetadataType
withType(MetadataType) - Method in class org.mule.runtime.api.metadata.descriptor.builder.ParameterMetadataDescriptorBuilder
Indicates that the component parameter with name ParameterMetadataDescriptorBuilder.name will be of type
withType(MetadataType) - Method in class org.mule.runtime.api.metadata.descriptor.builder.TypeMetadataDescriptorBuilder
Indicates that the component will be of type

X

XML - Static variable in class org.mule.runtime.api.metadata.MediaType
 
XML_STRING - Static variable in interface org.mule.runtime.api.metadata.DataType
 
A B C D E F G H I J M N O P Q R S T U V W X 
Skip navigation links

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