| Element | Description | Class |
|---|---|---|
| component | FTP Component | org.apache.servicemix.ftp.FtpComponent |
| endpoint | An FTP endpoint | org.apache.servicemix.ftp.FtpEndpoint |
| pollingEndpoint | A polling endpoint which looks for a file or files in a directory and sends the files into the JBI bus as messages, deleting the files by default when they are processed. | org.apache.servicemix.ftp.FtpPollingEndpoint |
| Element | Type | Description |
|---|---|---|
| endpoints | (endpoint)* | |
| pollingEndpoints | (pollingEndpoint)* |
| Attribute | Type | Description |
|---|---|---|
| overwrite | xs:boolean | |
| uniqueFileName | xs:string | Sets the name used to make a unique name if no file name is available on the message. |
| uri | xs:string | Configures the endpoint from a URI |
| Element | Type | Description |
|---|---|---|
| clientPool | <spring:bean/> | |
| component | component | |
| endpoint | <spring:bean/> | |
| marshaler | <spring:bean/> |
| Attribute | Type | Description |
|---|---|---|
| deleteFile | xs:boolean | Returns whether or not we should delete the file when its processed |
| endpoint | xs:string | |
| recursive | xs:boolean | |
| service | xs:QName | |
| uri | xs:string |
| Element | Type | Description |
|---|---|---|
| clientPool | <spring:bean/> | |
| component | component | |
| filter | <spring:bean/> | Sets the optional filter to choose which files to process |
| marshaler | <spring:bean/> | |
| serviceUnit | <spring:bean/> |