Appendix C. Sender Endpoint Properties
Attributes Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
Table C.1, “Attributes for configuring a sender endpoint” describes the attributes used to configure a sender endpoint.
| Name | Type | Description | Default |
|---|---|---|---|
service | QName | Specifies the service name of the endpoint. | required |
endpoint | String | Specifies the name of the endpoint. | required |
directory | String | Specifies the name of the directory into which data is written. | required |
autoCreateDirectory | boolean | Specifies if the endpoint creates the output directory if it does not exist. | true |
append | boolean | Specifies if the data is appended to the end of an existing file or if the data is written to a new file. | false |
tempFilePrefix | String | Specifies the prefix used when creating output files. | servicemix- |
tempFileSuffix | String | Specifies the file extension to use when creating output files. | .xml |
Beans Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
Table C.2, “Attributes for configuring a sender endpoint” describes the beans used to configure a sender endpoint.
| Name | Type | Description | Default |
|---|---|---|---|
marshaler | org.apache.servicemix.components.util.FileMarshaler | Specifies the marshaler to use when writing data from the NMR to the file system. | DefaultFileMarshaler |