Element | Description | Class |
---|---|---|
component | FTP Component | org.apache.servicemix.ftp.FtpComponent |
poller | 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.FtpPollerEndpoint |
pool | A pool of FTP clients for the Jakarta Commons Net library | org.apache.servicemix.ftp.FTPClientPool |
sender | An FTP endpoint | org.apache.servicemix.ftp.FtpSenderEndpoint |
Element | Type | Description |
---|---|---|
endpoints | (poller | sender)* |
Attribute | Type | Description |
---|---|---|
delay | xs:long | |
deleteFile | xs:boolean | Returns whether or not we should delete the file when its processed |
endpoint | xs:string | |
firstTime | xs:date | |
interfaceName | xs:QName | |
period | xs:long | |
recursive | xs:boolean | |
service | xs:QName | |
targetEndpoint | xs:string | |
targetInterface | xs:QName | |
targetService | xs:QName | |
targetUri | xs:string | |
uri | xs:string |
Element | Type | Description |
---|---|---|
clientPool | pool | |
component | component | |
definition | <spring:bean/> | |
description | <spring:bean/> | |
filter | <spring:bean/> | Sets the optional filter to choose which files to process |
marshaler | <spring:bean/> | |
scheduler | <spring:bean/> | |
serviceUnit | <spring:bean/> |
Attribute | Type | Description |
---|---|---|
binaryMode | xs:boolean | |
host | xs:string | |
localPort | xs:integer | |
passiveMode | xs:boolean | |
password | xs:string | |
port | xs:integer | |
username | xs:string |
Element | Type | Description |
---|---|---|
address | <spring:bean/> | |
config | <spring:bean/> | |
localAddress | <spring:bean/> | |
pool | <spring:bean/> |
Attribute | Type | Description |
---|---|---|
endpoint | xs:string | |
interfaceName | xs:QName | |
overwrite | xs:boolean | |
service | xs:QName | |
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 | pool | |
component | component | |
definition | <spring:bean/> | |
description | <spring:bean/> | |
marshaler | <spring:bean/> | |
serviceUnit | <spring:bean/> |