Skip navigation links
A B C D E F G H I J M N O P 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 MuleMessage.Builder objects.
AbstractMuleMessageBuilderFactory() - Constructor for class org.mule.runtime.api.message.AbstractMuleMessageBuilderFactory
 
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
 
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 Collections.
atLeast(String) - Method in class org.mule.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.api.MuleVersion
 
atLeastBase(String) - Method in class org.mule.api.MuleVersion
 
atLeastBase(MuleVersion) - Method in class org.mule.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.MuleMessage.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.MuleMessage.Builder
Builds a new MuleMessage 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.
buildDefault() - Method in interface org.mule.runtime.api.tls.TlsContextFactoryBuilder
 
builder() - Static method in interface org.mule.runtime.api.message.MuleMessage
Provides a builder to create MuleMessage objects.
builder(MuleMessage) - Static method in interface org.mule.runtime.api.message.MuleMessage
Provides a builder to create MuleMessage objects based on an existing MuleMessage 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

cached() - Method in interface org.mule.runtime.api.connection.ConnectionHandlingStrategyFactory
Returns a strategy which lazily creates and caches connections so that each invocation to the ConnectionProvider.connect() method using the same config argument results in the same 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.MuleMessage.PayloadBuilder
Sets the collection payload for the MuleMessage 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
Represent the position of a Component inside a flow.
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
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.
ConnectionHandlingStrategy<Connection> - Interface in org.mule.runtime.api.connection
Strategy to implement different connection management mechanisms.
ConnectionHandlingStrategyFactory<Connection> - Interface in org.mule.runtime.api.connection
Factory to create instances of ConnectionHandlingStrategy
ConnectionProvider<Connection> - 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.
create() - Method in class org.mule.runtime.api.message.AbstractMuleMessageBuilderFactory
 
create(MuleMessage) - 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

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.
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(Connection) - 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

equals(Object) - Method in class org.mule.api.MuleVersion
 
equals(Object) - Method in class org.mule.runtime.api.config.PoolingProfile
 
equals(Object) - Method in class org.mule.runtime.api.message.NullPayload
Deprecated.
 
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
 
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
 
getAlgorithm() - Method in interface org.mule.runtime.api.tls.TlsContextStoreConfiguration
 
getAlias() - Method in interface org.mule.runtime.api.tls.TlsContextKeyStoreConfiguration
 
getAttributes() - Method in interface org.mule.runtime.api.message.MuleMessage
Gets the attributes associated with the MuleMessage.
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.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
getConnectionHandler() - Method in interface org.mule.runtime.api.connection.ConnectionHandlingStrategy
Wraps a connection into a ConnectionHandler and returns it.
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.message.MuleMessage
Returns the data type (if any) associated with the message's payload.
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
getEvictionCheckIntervalMillis() - Method in class org.mule.runtime.api.config.PoolingProfile
 
getException() - Method in class org.mule.runtime.api.connection.ConnectionValidationResult
 
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.ProcessorId
getFlowName() - Method in class org.mule.runtime.api.metadata.SourceId
getFlowVariable(String) - Method in interface org.mule.runtime.api.message.MuleEvent
Returns the flow variable registered under the given kye
getHandlingStrategy(ConnectionHandlingStrategyFactory<Connection>) - Method in interface org.mule.runtime.api.connection.ConnectionProvider
Specifies the ConnectionHandlingStrategy that should be use to manage the connections generated through the ConnectionProvider.connect() method.
getId() - Method in interface org.mule.runtime.api.message.MuleEvent
Every event in the system is assigned a universally unique id (UUID).
getId() - Method in class org.mule.runtime.api.metadata.DefaultMetadataKey
getId() - Method in interface org.mule.runtime.api.metadata.MetadataKey
 
getInitialisationPolicy() - Method in class org.mule.runtime.api.config.PoolingProfile
 
getInstance() - Static method in class org.mule.runtime.api.message.NullPayload
Deprecated.
 
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
 
getKeyStoreConfiguration() - Method in interface org.mule.runtime.api.tls.TlsContextFactory
 
getMajor() - Method in class org.mule.api.MuleVersion
 
getMaxActive() - Method in class org.mule.runtime.api.config.PoolingProfile
 
getMaxIdle() - Method in class org.mule.runtime.api.config.PoolingProfile
 
getMaxWait() - Method in class org.mule.runtime.api.config.PoolingProfile
 
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 payload for this event
getMessage() - Method in class org.mule.runtime.api.metadata.resolving.MetadataFailure
 
getMetadata() - Method in interface org.mule.runtime.api.metadata.MetadataAware
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.MetadataAware
Resolves the ComponentMetadataDescriptor for the current component using both static and dynamic resolving of the Component's parameters, attributes and output.
getMetadata(ComponentId) - Method in interface org.mule.runtime.api.metadata.MetadataManager
Resolves the ComponentMetadataDescriptor for the MetadataAware 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 MetadataAware Component identified by the ComponentId using both static and dynamic resolving of the parameters, attributes and output types.
getMetadataKeys() - Method in interface org.mule.runtime.api.metadata.MetadataAware
Returns the list of types that can be described, by the 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 MetadataAware Component identified by the ComponentId.
getMetadataKeys(MetadataContext) - Method in interface org.mule.runtime.api.metadata.resolving.MetadataKeysResolver
Resolves the List of types that can be described, representing them as a List 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.api.MuleVersion
 
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
 
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.
getParametersMetadata() - Method in interface org.mule.runtime.api.metadata.descriptor.ComponentMetadataDescriptor
 
getParametersMetadata() - Method in class org.mule.runtime.api.metadata.descriptor.ImmutableComponentMetadataDescriptor
getPartName() - Method in class org.mule.runtime.api.metadata.DefaultMetadataKey
getPartName() - Method in interface org.mule.runtime.api.metadata.MetadataKey
 
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.MuleMessage
 
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
 
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
 
getRevision() - Method in class org.mule.api.MuleVersion
 
getSubType() - Method in class org.mule.runtime.api.metadata.MediaType
 
getSuffix() - Method in class org.mule.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
 

H

hashCode() - Method in class org.mule.api.MuleVersion
 
hashCode() - Method in class org.mule.runtime.api.config.PoolingProfile
 
hashCode() - Method in class org.mule.runtime.api.message.NullPayload
Deprecated.
 
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
 
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.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
 
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.MuleMessage.CollectionBuilder
Sets the MediaType for the collection items in the MuleMessage 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 a Collection.
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 a Collection.
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 a Collection.

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.MuleMessage.Builder
Sets the MediaType for the MuleMessage 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.
MetadataAttributesResolver<K> - Interface in org.mule.runtime.api.metadata.resolving
Handles the dynamic MetadataType resolving for the output attributes of an associated component.
MetadataAware - Interface in org.mule.runtime.api.metadata
This interface allows a Component that processes a MuleMessage to expose its metadata descriptor, containing all the MetadataType information associated to the Component's input and output elements
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
 
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 MetadataAware Component in the application, using it's ComponentId
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.
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.
MuleMessage - Interface in org.mule.runtime.api.message
Represents a message payload.
MuleMessage.Builder - Interface in org.mule.runtime.api.message
 
MuleMessage.CollectionBuilder - Interface in org.mule.runtime.api.message
 
MuleMessage.PayloadBuilder - Interface in org.mule.runtime.api.message
 
MuleVersion - Class in org.mule.api
This class represents Mule Software version scheme: {major}.{minor}.{revision}-{suffix}
MuleVersion(String) - Constructor for class org.mule.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
 
MULTIPLE - Static variable in class org.mule.runtime.api.metadata.resolving.FailureCode
 

N

newerThan(String) - Method in class org.mule.api.MuleVersion
 
newerThan(MuleVersion) - Method in class org.mule.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() - Method in interface org.mule.runtime.api.connection.ConnectionHandlingStrategyFactory
Creates a strategy which adds no behaviour.
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 - Class in org.mule.runtime.api.message
Deprecated.
NUMBER - Static variable in interface org.mule.runtime.api.metadata.DataType
 

O

OBJECT - Static variable in interface org.mule.runtime.api.metadata.DataType
 
of(Object) - Static method in interface org.mule.runtime.api.message.MuleMessage
Create a new instance with the given payload.
onBorrow(Connection) - 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(Connection) - Method in interface org.mule.runtime.api.connection.PoolingListener
Executes right before the pool accepts the connection back.
org.mule.api - package org.mule.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.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.tls - package org.mule.runtime.api.tls
 
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 MuleMessage 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.MuleMessage.PayloadBuilder
Sets the payload for the MuleMessage 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
 
PoolingListener<Connection> - 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.api.MuleVersion
 
priorTo(MuleVersion) - Method in class org.mule.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
 
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.

R

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.
removeFlowVariable(String) - Method in interface org.mule.runtime.api.message.MuleEvent
Removes the flow variable registered under the given key
requiresPooling() - Method in interface org.mule.runtime.api.connection.ConnectionHandlingStrategyFactory
Creates a strategy in which pooling is enforced.
requiresPooling(PoolingListener<Connection>) - Method in interface org.mule.runtime.api.connection.ConnectionHandlingStrategyFactory
Performs the exact same contract as ConnectionHandlingStrategyFactory.requiresPooling() but adding the possibility to specify a PoolingListener which allows additional custom handling of the pooled Connections when they're borrowed and returned to the pool
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.api.MuleVersion
 
sameAs(MuleVersion) - Method in class org.mule.api.MuleVersion
 
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
 
setFlowVariable(String, Object) - Method in interface org.mule.runtime.api.message.MuleEvent
Sets a flow variable value with a default data type
setFlowVariable(String, Object, DataType) - Method in interface org.mule.runtime.api.message.MuleEvent
Sets a flow variable value with a given data type
setInitialisationPolicy(int) - Method in class org.mule.runtime.api.config.PoolingProfile
 
setMajor(int) - Method in class org.mule.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.api.MuleVersion
 
setPartName(String) - Method in class org.mule.runtime.api.metadata.MetadataKeyBuilder
 
setRevision(int) - Method in class org.mule.api.MuleVersion
 
setSuffix(String) - Method in class org.mule.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
 
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
 
supportsPooling() - Method in interface org.mule.runtime.api.connection.ConnectionHandlingStrategyFactory
Creates a strategy which supports pooling but does not enforce it.
supportsPooling(PoolingListener<Connection>) - Method in interface org.mule.runtime.api.connection.ConnectionHandlingStrategyFactory
Performs the exact same contract as ConnectionHandlingStrategyFactory.supportsPooling() but adding the possibility to specify a PoolingListener which allows additional custom handling of the pooled Connections when they're borrowed and returned to the pool

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.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.api.MuleVersion
 
toString() - Method in class org.mule.runtime.api.message.NullPayload
Deprecated.
 
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
 
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
 
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(Connection) - Method in interface org.mule.runtime.api.connection.ConnectionProvider
Validates the given Connection.
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 MuleMessage.getAttributes() MetadataType.
withAttributesType(MetadataType) - Method in class org.mule.runtime.api.metadata.descriptor.builder.OutputMetadataDescriptorBuilder
Describes that the output MuleMessage.getAttributes() MetadataType of the component will be
withCharset(Charset) - Method in class org.mule.runtime.api.metadata.MediaType
Creates a new MediaType instance maintaing 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 maintaing 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 R S T U V W X 
Skip navigation links

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