| Modifier and Type | Class and Description |
|---|---|
class |
DefaultExecutionContext<M extends org.mule.runtime.api.meta.model.ComponentModel>
Default implementation of
ExecutionContextAdapter which adds additional information which is relevant to this
implementation of the extensions-api, even though it's not part of the API itself |
| Modifier and Type | Method and Description |
|---|---|
Object |
ExecutionMediator.execute(org.mule.runtime.extension.api.runtime.operation.OperationExecutor executor,
ExecutionContextAdapter context)
Coordinates the execution of the
executor using the given context |
Object |
InterceptingExecutionMediator.execute(org.mule.runtime.extension.api.runtime.operation.OperationExecutor executor,
ExecutionContextAdapter context) |
Object |
DefaultExecutionMediator.execute(org.mule.runtime.extension.api.runtime.operation.OperationExecutor executor,
ExecutionContextAdapter context)
Executes the operation per the specification in this classes' javadoc
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.connection.ConnectionHandler<?> |
ExtensionsConnectionAdapter.getConnection(ExecutionContextAdapter<org.mule.runtime.api.meta.model.ComponentModel> executionContext)
Returns the connection to be used with the
operationContext. |
| Modifier and Type | Method and Description |
|---|---|
protected org.mule.runtime.api.message.MuleEvent |
PagedOperationMessageProcessor.doProcess(Event event,
ExecutionContextAdapter operationContext) |
protected org.mule.runtime.api.message.MuleEvent |
OperationMessageProcessor.doProcess(Event event,
ExecutionContextAdapter operationContext) |
protected Event |
InterceptingOperationMessageProcessor.doProcess(Event event,
ExecutionContextAdapter operationContext) |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.