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. 
org.mule.transport.jms Provides Jms transport connectivity with support for all Jms features. 
 

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 TransactionalErrorHandlingExecutionTemplate.execute(ExecutionCallback<MuleEvent> executionCallback)
           
 MuleEvent ErrorHandlingExecutionTemplate.execute(ExecutionCallback<MuleEvent> executionCallback)
           
 T IsolateCurrentTransactionInterceptor.execute(ExecutionCallback<T> muleEventProcessingCallback)
           
 T TransactionalExecutionTemplate.execute(ExecutionCallback<T> executionCallback)
           
 T SuspendXaTransactionInterceptor.execute(ExecutionCallback<T> callback)
           
 

Uses of ExecutionCallback in org.mule.transport
 

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

Uses of ExecutionCallback in org.mule.transport.jms
 

Classes in org.mule.transport.jms that implement ExecutionCallback
 class MessageProcessingCallback<T>
           
 



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