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 | Type | Description |
---|---|---|
endpoints | (poller | sender)* |
Attribute | Type | Description |
---|---|---|
autoCreateDirectory | 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/> |
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/> |