org.mule.api.execution
Interface ExecutionTemplate<T>

Type Parameters:
T - type of the return value of the processing execution
All Known Implementing Classes:
ErrorHandlingExecutionTemplate, TransactionalErrorHandlingExecutionTemplate, TransactionalExecutionTemplate

public interface ExecutionTemplate<T>

ExecutionTemplate provides an execution context for message processing. Examples of execution context can be to provide error handling, transaction state verification, transactional demarcation.


Method Summary
 T execute(ExecutionCallback<T> callback)
           
 

Method Detail

execute

T execute(ExecutionCallback<T> callback)
          throws Exception
Throws:
Exception


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