public abstract class

AbstractPagedConnectedProcessor

extends AbstractDevkitBasedPageableMessageProcessor
java.lang.Object
   ↳ org.mule.devkit.processor.ExpressionEvaluatorSupport
     ↳ org.mule.devkit.processor.DevkitBasedMessageProcessor
       ↳ org.mule.streaming.processor.AbstractDevkitBasedPageableMessageProcessor
         ↳ org.mule.modules.sqs.processors.AbstractPagedConnectedProcessor

Summary

[Expand]
Inherited Constants
From interface org.mule.api.lifecycle.Disposable
From interface org.mule.api.lifecycle.Initialisable
From interface org.mule.api.lifecycle.Startable
From interface org.mule.api.lifecycle.Stoppable
Fields
protected String _accessKeyType
protected String _queueNameType
protected String _secretKeyType
protected Object accessKey
protected Object queueName
protected Object secretKey
[Expand]
Inherited Fields
From class org.mule.streaming.processor.AbstractDevkitBasedPageableMessageProcessor
From class org.mule.devkit.processor.DevkitBasedMessageProcessor
Public Constructors
AbstractPagedConnectedProcessor(String operationName)
Public Methods
Object getAccessKey()
Retrieves accessKey
Object getQueueName()
Retrieves queueName
Object getSecretKey()
Retrieves secretKey
void setAccessKey(Object value)
Sets accessKey
void setQueueName(Object value)
Sets queueName
void setSecretKey(Object value)
Sets secretKey
[Expand]
Inherited Methods
From class org.mule.streaming.processor.AbstractDevkitBasedPageableMessageProcessor
From class org.mule.devkit.processor.DevkitBasedMessageProcessor
From class org.mule.devkit.processor.ExpressionEvaluatorSupport
From class java.lang.Object
From interface org.mule.api.construct.FlowConstructAware
From interface org.mule.api.context.MuleContextAware
From interface org.mule.api.lifecycle.Disposable
From interface org.mule.api.lifecycle.Initialisable
From interface org.mule.api.lifecycle.Startable
From interface org.mule.api.lifecycle.Stoppable

Fields

protected String _accessKeyType

protected String _queueNameType

protected String _secretKeyType

protected Object accessKey

protected Object queueName

protected Object secretKey

Public Constructors

public AbstractPagedConnectedProcessor (String operationName)

Parameters
operationName

Public Methods

public Object getAccessKey ()

Retrieves accessKey

public Object getQueueName ()

Retrieves queueName

public Object getSecretKey ()

Retrieves secretKey

public void setAccessKey (Object value)

Sets accessKey

Parameters
value Value to set

public void setQueueName (Object value)

Sets queueName

Parameters
value Value to set

public void setSecretKey (Object value)

Sets secretKey

Parameters
value Value to set