
rvicemix.servicemix-ftp.3.2.1.source-code.servicemix-ftp.xsd.html Maven / Gradle / Ivy
Schema for namespace: http://servicemix.apache.org/ftp/1.0
Element Summary
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 Detail
Element: component
Element Type Description
endpoints (poller | sender)*
Element: poller
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
targetOperation 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/>
Element: pool
Attribute Type Description
binaryMode xs:boolean
controlEncoding xs:string
dataTimeout xs:integer
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/>
Element: sender
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.
uploadSuffix xs:string Set the file name suffix used during upload. The suffix will be automatically removed as soon as the upload has completed.
This allows other processes to discern completed files from files that are being uploaded.
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/>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy