| java.lang.Object | ||||
| ↳ | org.mule.devkit.processor.ExpressionEvaluatorSupport | |||
| ↳ | org.mule.devkit.processor.DevkitBasedMessageProcessor | |||
| ↳ | org.mule.security.oauth.processor.AbstractListeningMessageProcessor | |||
| ↳ | org.mule.modules.ftps.sources.ReadMessageSource | |||
ReadMessageSource wraps read(org.mule.api.callback.SourceCallback, java.lang.String, java.lang.String, java.lang.String, int, java.lang.String) method in FTPSConnector as a message source capable of generating Mule events. The POJO's method is invoked in its own thread.
|
[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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| _fileNameType | |||||||||||
| _filePathType | |||||||||||
| _moveToDirType | |||||||||||
| _pollingPeriodType | |||||||||||
| _specIdType | |||||||||||
| fileName | |||||||||||
| filePath | |||||||||||
| moveToDir | |||||||||||
| pollingPeriod | |||||||||||
| specId | |||||||||||
| thread | Thread under which this message source will execute | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.security.oauth.processor.AbstractListeningMessageProcessor
| |||||||||||
From class
org.mule.devkit.processor.DevkitBasedMessageProcessor
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Obtains the expression manager from the Mule context and initialises the connector.
| |||||||||||
Implementation
run() that will invoke the method on the pojo that this message source wraps. | |||||||||||
Sets fileName
| |||||||||||
Sets filePath
| |||||||||||
Sets moveToDir
| |||||||||||
Sets pollingPeriod
| |||||||||||
Sets specId
| |||||||||||
Method to be called when Mule instance gets started.
| |||||||||||
Method to be called when Mule instance gets stopped.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.security.oauth.processor.AbstractListeningMessageProcessor
| |||||||||||
From class
org.mule.devkit.processor.DevkitBasedMessageProcessor
| |||||||||||
From class
org.mule.devkit.processor.ExpressionEvaluatorSupport
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Runnable
| |||||||||||
From interface
org.mule.api.callback.SourceCallback
| |||||||||||
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
| |||||||||||
From interface
org.mule.api.processor.MessageProcessorContainer
| |||||||||||
From interface
org.mule.api.source.MessageSource
| |||||||||||
Thread under which this message source will execute
| operationName |
|---|
Obtains the expression manager from the Mule context and initialises the connector. If a target object has not been set already it will search the Mule registry for a default one.
| InitialisationException |
|---|
Implementation run() that will invoke the method on the pojo that this message source wraps.
Sets fileName
| value | Value to set |
|---|
Sets filePath
| value | Value to set |
|---|
Sets moveToDir
| value | Value to set |
|---|
Sets pollingPeriod
| value | Value to set |
|---|
Sets specId
| value | Value to set |
|---|
Method to be called when Mule instance gets started.
| MuleException |
|---|
Method to be called when Mule instance gets stopped.
| MuleException |
|---|