public class

ManagedConnectionProcessInterceptor

extends AbstractExpressionEvaluator
implements ProcessInterceptor<T, O>
java.lang.Object
   ↳ org.mule.devkit.processor.ExpressionEvaluatorSupport
     ↳ org.mule.security.oauth.processor.AbstractExpressionEvaluator
       ↳ org.mule.module.s3.process.ManagedConnectionProcessInterceptor<T>

Summary

Fields
private final ConnectionManager<S3ConnectorConnectionKeyS3ConnectorConnectionIdentifierAdapter> connectionManager
private static Logger logger
private final MuleContext muleContext
private final ProcessInterceptor<T, S3ConnectorConnectionIdentifierAdapter> next
Public Constructors
ManagedConnectionProcessInterceptor(ProcessInterceptor<T, S3ConnectorConnectionIdentifierAdapter> next, ConnectionManager<S3ConnectorConnectionKeyS3ConnectorConnectionIdentifierAdapter> connectionManager, MuleContext muleContext)
Public Methods
T execute(ProcessCallback<T, S3ConnectorConnectionIdentifierAdapter> processCallback, S3ConnectorConnectionIdentifierAdapter object, Filter filter, MuleMessage message)
T execute(ProcessCallback<T, S3ConnectorConnectionIdentifierAdapter> processCallback, S3ConnectorConnectionIdentifierAdapter object, MessageProcessor messageProcessor, MuleEvent event)
[Expand]
Inherited Methods
From class org.mule.devkit.processor.ExpressionEvaluatorSupport
From class java.lang.Object
From interface org.mule.api.devkit.ProcessInterceptor

Fields

private static Logger logger

private final MuleContext muleContext

private final ProcessInterceptor<T, S3ConnectorConnectionIdentifierAdapter> next

Public Constructors

public ManagedConnectionProcessInterceptor (ProcessInterceptor<T, S3ConnectorConnectionIdentifierAdapter> next, ConnectionManager<S3ConnectorConnectionKeyS3ConnectorConnectionIdentifierAdapter> connectionManager, MuleContext muleContext)

Parameters
next
connectionManager
muleContext

Public Methods

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

Parameters
processCallback
object
filter
message
Throws
Exception

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

Parameters
processCallback
object
messageProcessor
event
Throws
Exception