public class

ManagedConnectionProcessInterceptor

extends AbstractExpressionEvaluator
implements ProcessInterceptor<T, O>
java.lang.Object
   ↳ org.mule.modules.drupal.processors.AbstractExpressionEvaluator
     ↳ org.mule.modules.drupal.process.ManagedConnectionProcessInterceptor<T>

Summary

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

Fields

private static Logger logger

private final MuleContext muleContext

Public Constructors

public ManagedConnectionProcessInterceptor (ProcessInterceptor<T, DrupalConnectorConnectionIdentifierAdapter> next, ConnectionManager<DrupalConnectorConnectionKeyDrupalConnectorConnectionIdentifierAdapter> connectionManager, MuleContext muleContext)

Parameters
next
connectionManager
muleContext

Public Methods

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

Parameters
processCallback
object
filter
message
Throws
Exception

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

Parameters
processCallback
object
messageProcessor
event
Throws
Exception