Uses of Interface
org.mule.api.execution.ExecutionCallback

Packages that use ExecutionCallback
org.mule.api.execution   
org.mule.execution   
org.mule.transport Contains Abstract classes providing common functionality for all Mule providers. 
 

Uses of ExecutionCallback in org.mule.api.execution
 

Methods in org.mule.api.execution with parameters of type ExecutionCallback
 T ExecutionTemplate.execute(ExecutionCallback<T> callback)
           
 

Uses of ExecutionCallback in org.mule.execution
 

Methods in org.mule.execution with parameters of type ExecutionCallback
 MuleEvent ErrorHandlingExecutionTemplate.execute(ExecutionCallback<MuleEvent> executionCallback)
           
 MuleEvent TransactionalErrorHandlingExecutionTemplate.execute(ExecutionCallback<MuleEvent> executionCallback)
           
 T SuspendXaTransactionInterceptor.execute(ExecutionCallback<T> callback)
           
 T IsolateCurrentTransactionInterceptor.execute(ExecutionCallback<T> muleEventProcessingCallback)
           
 T TransactionalExecutionTemplate.execute(ExecutionCallback<T> executionCallback)
           
 

Uses of ExecutionCallback in org.mule.transport
 

Classes in org.mule.transport that implement ExecutionCallback
protected  class TransactedPollingMessageReceiver.MessageProcessorWorker
           
 



Copyright © 2003-2013 MuleSoft, Inc.. All Rights Reserved.