| Interface | Description |
|---|---|
| ExecutionMediator |
Executes operations while coordinating the several moving parts that are affected by the execution process, so that such pieces
can remain decoupled.
|
| Class | Description |
|---|---|
| DefaultExecutionMediator |
Default implementation of
ExecutionMediator. |
| DefaultFlowListener |
Default implementatio of
FlowListener. |
| OAuthOperationMessageProcessor |
A specialization of
OperationMessageProcessor for operations which might be running
with an OAuth enabled ConnectionProvider. |
| OperationMessageProcessor |
A
Processor capable of executing extension operations. |
| OperationMessageProcessorBuilder | |
| OperationParameterValueResolver |
ParameterValueResolver implementation for OperationMessageProcessor |
| PagedOperationMessageProcessor |
A specialization of
OperationMessageProcessor which supports auto paging by the means of a
ConsumerStreamingIterator |
| ReflectiveMethodOperationExecutor |
Implementation of
OperationExecutor 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–2017 MuleSoft, Inc.. All rights reserved.