| Interface | Description |
|---|---|
| OperationArgumentResolverFactory |
Implementations provide a
Function to get the parameters that will be passed to an operation from an
OperationModel. |
| Class | Description |
|---|---|
| InterceptableOperationExecutorWrapper |
Decorates an
OperationExecutor adding the behavior defined in AbstractInterceptable. |
| MethodArgumentResolverDelegate |
Resolves the values of an
ComponentModel's parameterModels by matching them to the arguments in
a Method |
| OperationExecutorFactoryWrapper |
Decorates a
OperationExecutorFactory so that the instances that it generates are also decorated through a
InterceptableOperationExecutorWrapper, so that the items in the OperationExecutorFactoryWrapper.interceptors list can apply. |
| ReactiveOperationExecutionWrapper |
Decorates an
OperationExecutor adding the necessary logic to execute non blocking operations. |
| ReflectiveMethodComponentExecutor<M extends org.mule.runtime.api.meta.model.ComponentModel> |
Executes a task associated to a
ExecutionContext by invoking a given Method |
| ReflectiveOperationExecutorFactory<T> |
An implementation of
OperationExecutorFactory which produces instances of ReflectiveMethodOperationExecutor. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.