public class

PayrollInterfaceModuleManagedConnectionProcessInterceptor

extends AbstractExpressionEvaluator
implements ProcessInterceptor<T, O>
java.lang.Object
   ↳ org.mule.modules.workday.absence.processors.AbstractExpressionEvaluator
     ↳ org.mule.modules.workday.payrollinterface.process.PayrollInterfaceModuleManagedConnectionProcessInterceptor<T>

Summary

Fields
private final ConnectionManager<PayrollInterfaceModuleConnectionKeyPayrollInterfaceModuleConnectionIdentifierAdapter> connectionManager
private static Logger logger
private final MuleContext muleContext
private final ProcessInterceptor<T, PayrollInterfaceModuleConnectionIdentifierAdapter> next
Public Constructors
PayrollInterfaceModuleManagedConnectionProcessInterceptor(ProcessInterceptor<T, PayrollInterfaceModuleConnectionIdentifierAdapter> next, ConnectionManager<PayrollInterfaceModuleConnectionKeyPayrollInterfaceModuleConnectionIdentifierAdapter> connectionManager, MuleContext muleContext)
Public Methods
T execute(ProcessCallback<T, PayrollInterfaceModuleConnectionIdentifierAdapter> processCallback, PayrollInterfaceModuleConnectionIdentifierAdapter object, Filter filter, MuleMessage message)
T execute(ProcessCallback<T, PayrollInterfaceModuleConnectionIdentifierAdapter> processCallback, PayrollInterfaceModuleConnectionIdentifierAdapter object, MessageProcessor messageProcessor, MuleEvent event)
[Expand]
Inherited Methods
From class org.mule.modules.workday.absence.processors.AbstractExpressionEvaluator
From class java.lang.Object
From interface org.mule.modules.workday.absence.process.ProcessInterceptor

Fields

private static Logger logger

private final MuleContext muleContext

Public Constructors

public PayrollInterfaceModuleManagedConnectionProcessInterceptor (ProcessInterceptor<T, PayrollInterfaceModuleConnectionIdentifierAdapter> next, ConnectionManager<PayrollInterfaceModuleConnectionKeyPayrollInterfaceModuleConnectionIdentifierAdapter> connectionManager, MuleContext muleContext)

Parameters
next
connectionManager
muleContext

Public Methods

public T execute (ProcessCallback<T, PayrollInterfaceModuleConnectionIdentifierAdapter> processCallback, PayrollInterfaceModuleConnectionIdentifierAdapter object, Filter filter, MuleMessage message)

Parameters
processCallback
object
filter
message
Throws
Exception

public T execute (ProcessCallback<T, PayrollInterfaceModuleConnectionIdentifierAdapter> processCallback, PayrollInterfaceModuleConnectionIdentifierAdapter object, MessageProcessor messageProcessor, MuleEvent event)

Parameters
processCallback
object
messageProcessor
event
Throws
Exception