| FUSE ESB 4.2 XML Configuration Reference | ||||||
| SUMMARY: DOCUMENTATION | ELEMENTS | ATTRIBUTES | FRAMES | NO FRAMES | ||||||
http://servicemix.apache.org/file/1.0)>http://servicemix.apache.org/file/1.0)
An endpoint which receives messages from the NMR and writes the message to
the file system.
| Nested Element Summary | |||||
| sequence |
|
||||
| Attribute Summary | |
boolean | append
Specifies if the endpoint appends data to existing files or if it will overwrite existing files. |
boolean | autoCreateDirectory
Specifies if the endpoint should create the target directory if it does not exist. |
string | component
|
string | directory
Specifies the directory where the endpoint writes files. |
string | endpoint
The name of the endpoint. |
ID | id
|
QName | interfaceName
The qualified name of the interface exposed by the endpoint. |
string | marshaler
Specifies a <code>FileMarshaler</code> object that will marshal message data from the NMR into a file. |
boolean | overwrite
Specifies if the endpoint overwrites existing files or not. |
QName | service
The qualified name of the service the endpoint exposes. |
string | tempFilePrefix
Specifies a string to prefix to the beginning of generated file names. |
string | tempFileSuffix
Specifies a string to append to generated file names. |
| Attribute Detail |
Specifies if the endpoint appends data to existing files or if it will
overwrite existing files. The default is for the endpoint to overwrite
existing files. Setting this to <code>true</code> instructs the endpoint
to append data. Default value is <code>false</code>.
Defined with global type boolean
Specifies if the endpoint should create the target directory if it does
not exist. If you set this to <code>false</code> and the directory does
not exist, the endpoint will not do anything. Default value:
<code>true</code>.
Defined with global type boolean
Defined with global type string
Specifies the directory where the endpoint writes files.
Defined with global type string
The name of the endpoint.
Defined with global type string
Defined with global type ID
The qualified name of the interface exposed by the endpoint.
Defined with global type QName
Specifies a <code>FileMarshaler</code> object that will marshal message
data from the NMR into a file. The default file marshaler can write valid
XML data. <code>FileMarshaler</code> objects are implementations of
<code>org.apache.servicemix.components.util.FileMarshaler</code>.
Defined with global type string
Specifies if the endpoint overwrites existing files or not.
The default is for the endpoint to not overwrite
existing files. Setting this to <code>true</code> instructs the endpoint
to overwrite existing files. Default value is <code>false</code>.
Defined with global type boolean
The qualified name of the service the endpoint exposes.
Defined with global type QName
Specifies a string to prefix to the beginning of generated file
names.
Defined with global type string
Specifies a string to append to generated file names.
Defined with global type string
| FUSE ESB 4.2 XML Configuration Reference | ||||||
| SUMMARY: DOCUMENTATION | ELEMENTS | ATTRIBUTES | FRAMES | NO FRAMES | ||||||