public final class OperationExecutorFactoryWrapper extends Object implements org.mule.runtime.extension.api.runtime.operation.OperationExecutorFactory, OperationArgumentResolverFactory
OperationExecutorFactory so that the instances that it generates are also decorated through a
InterceptableOperationExecutorWrapper, so that the items in the interceptors list can apply.| Constructor and Description |
|---|
OperationExecutorFactoryWrapper(org.mule.runtime.extension.api.runtime.operation.OperationExecutorFactory delegate,
List<org.mule.runtime.extension.api.runtime.operation.Interceptor> interceptors)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
Function<org.mule.runtime.extension.api.runtime.operation.ExecutionContext<org.mule.runtime.api.meta.model.operation.OperationModel>,Map<String,Object>> |
createArgumentResolver(org.mule.runtime.api.meta.model.operation.OperationModel operationModel)
Builds the argument resolver based on an
executionContext and the internal state of this object. |
org.mule.runtime.extension.api.runtime.operation.OperationExecutor |
createExecutor(org.mule.runtime.api.meta.model.operation.OperationModel operationModel) |
public OperationExecutorFactoryWrapper(org.mule.runtime.extension.api.runtime.operation.OperationExecutorFactory delegate,
List<org.mule.runtime.extension.api.runtime.operation.Interceptor> interceptors)
delegate - the OperationExecutorFactory to be decoratedinterceptors - a List with the interceptors that should aplypublic org.mule.runtime.extension.api.runtime.operation.OperationExecutor createExecutor(org.mule.runtime.api.meta.model.operation.OperationModel operationModel)
createExecutor in interface org.mule.runtime.extension.api.runtime.operation.OperationExecutorFactoryInterceptableOperationExecutorWrapper which decorates the result of propagating this invocation to the
delegatepublic Function<org.mule.runtime.extension.api.runtime.operation.ExecutionContext<org.mule.runtime.api.meta.model.operation.OperationModel>,Map<String,Object>> createArgumentResolver(org.mule.runtime.api.meta.model.operation.OperationModel operationModel)
OperationArgumentResolverFactoryexecutionContext and the internal state of this object.createArgumentResolver in interface OperationArgumentResolverFactoryCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.