| Interface | Description |
|---|---|
| ExecutionContextConfigurationDecorator |
Provides access to the actual
ConfigurationInstance regardless of its decorator. |
| ExecutionMediator<T extends org.mule.runtime.api.meta.model.ComponentModel> |
Executes operations while coordinating the several moving parts that are affected by the execution process, so that such pieces
can remain decoupled.
|
| Class | Description |
|---|---|
| ComponentMessageProcessor<T extends org.mule.runtime.api.meta.model.ComponentModel> |
A
Processor capable of executing extension components. |
| ComponentMessageProcessorBuilder<M extends org.mule.runtime.api.meta.model.ComponentModel,P extends ExtensionComponent> |
Base class for creating MessageProcessor instances of a given
ComponentModel |
| ConstructMessageProcessor |
An implementation of a
ComponentMessageProcessor for construct models |
| ConstructMessageProcessorBuilder |
Provides instances of
ConstructMessageProcessor for a given ConstructModel |
| DefaultExecutionMediator<T extends org.mule.runtime.api.meta.model.ComponentModel> |
Default implementation of
ExecutionMediator. |
| DefaultFlowListener |
Default implementation of
FlowListener. |
| ImmutableProcessorChainExecutor |
An implementation of
Chain that wraps a Processor and allows to execute it |
| OAuthOperationMessageProcessor |
A specialization of
OperationMessageProcessor for operations which might be running
with an OAuth enabled ConnectionProvider. |
| OperationMessageProcessor |
An implementation of a
ComponentMessageProcessor for operation models |
| OperationMessageProcessorBuilder |
Provides instances of
OperationMessageProcessor for a given OperationModel |
| OperationParameterValueResolver<T extends org.mule.runtime.api.meta.model.ComponentModel> |
ParameterValueResolver implementation for OperationMessageProcessor |
| ReflectiveMethodOperationExecutor<M extends org.mule.runtime.api.meta.model.ComponentModel> |
Implementation of
ComponentExecutor which works by using reflection to invoke a method from a class. |
| Exception | Description |
|---|---|
| IllegalOperationException |
A
IllegalComponentException which marks that a current operation is not valid or is misconfigured |
| IllegalSourceException |
A
IllegalComponentException which marks that a selected Source is not valid or is misconfigured |
Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.