Package | Description |
---|---|
org.mule.api.execution | |
org.mule.execution | |
org.mule.transport |
Contains Abstract classes providing common functionality for all Mule providers.
|
org.mule.transport.jms |
Provides Jms transport connectivity with support for all Jms features.
|
Modifier and Type | Method and Description |
---|---|
T |
ExecutionTemplate.execute(ExecutionCallback<T> callback) |
Modifier and Type | Method and Description |
---|---|
MuleEvent |
ErrorHandlingExecutionTemplate.execute(ExecutionCallback<MuleEvent> executionCallback) |
MuleEvent |
TransactionalErrorHandlingExecutionTemplate.execute(ExecutionCallback<MuleEvent> executionCallback) |
T |
TransactionalExecutionTemplate.execute(ExecutionCallback<T> executionCallback) |
T |
IsolateCurrentTransactionInterceptor.execute(ExecutionCallback<T> muleEventProcessingCallback,
ExecutionContext executionContext) |
T |
SuspendXaTransactionInterceptor.execute(ExecutionCallback<T> callback,
ExecutionContext executionContext) |
Modifier and Type | Class and Description |
---|---|
protected class |
TransactedPollingMessageReceiver.MessageProcessorWorker |
Modifier and Type | Class and Description |
---|---|
class |
MessageProcessingCallback<T> |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.