Element Summary

ElementDescriptionClass
componentFTP Componentorg.apache.servicemix.ftp.FtpComponent
endpointAn FTP endpointorg.apache.servicemix.ftp.FtpEndpoint
pollingEndpointA 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 Detail

Element: component

ElementTypeDescription
endpoints(endpoint)*
pollingEndpoints(pollingEndpoint)*

Element: endpoint

AttributeTypeDescription
overwritexs:boolean
uniqueFileNamexs:stringSets the name used to make a unique name if no file name is available on the message.
urixs:stringConfigures the endpoint from a URI
ElementTypeDescription
clientPool<spring:bean/>
componentcomponent
endpoint<spring:bean/>
marshaler<spring:bean/>

Element: pollingEndpoint

AttributeTypeDescription
deleteFilexs:booleanReturns whether or not we should delete the file when its processed
endpointxs:string
recursivexs:boolean
servicexs:QName
urixs:string
ElementTypeDescription
clientPool<spring:bean/>
componentcomponent
filter<spring:bean/>Sets the optional filter to choose which files to process
marshaler<spring:bean/>
serviceUnit<spring:bean/>