rvicemix.servicemix-truezip.2009.01.source-code.servicemix-truezip.xsd.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of servicemix-truezip Show documentation
Show all versions of servicemix-truezip Show documentation
TrueZip Binding Component for Apache ServiceMix for reading from and writing to zip archives
Schema for namespace: http://servicemix.apache.org/truezip/1.0
Element Summary
Element Description Class
component File Component org.apache.servicemix.truezip.TrueZipComponent
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.truezip.TrueZipPollerEndpoint
sender An endpoint which receives a message and writes the content to a file. org.apache.servicemix.truezip.TrueZipSenderEndpoint
Element Detail
Element: component
Element Type Description
endpoints (poller | sender)*
executor <spring:bean/>
executorFactory <spring:bean/>
Element: poller
Attribute Type Description
autoCreateDirectory xs:boolean
concurrentPolling xs:boolean
delay xs:long
deleteFile xs:boolean Returns whether or not we should delete the file when its processed
endpoint xs:string
file xs:string Sets the file to poll, which can be a directory or a file.
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
Element Type Description
component component
definition <spring:bean/>
description <spring:bean/>
filter <spring:bean/> Sets the optional filter to choose which files to process
lockManager <spring:bean/>
marshaler <spring:bean/>
scheduler <spring:bean/>
serviceUnit <spring:bean/>
Element: sender
Attribute Type Description
autoCreateDirectory xs:boolean
directory xs:string
endpoint xs:string
interfaceName xs:QName
service xs:QName
tempFilePrefix xs:string
tempFileSuffix xs:string
Element Type Description
component component
definition <spring:bean/>
description <spring:bean/>
marshaler <spring:bean/>
serviceUnit <spring:bean/>