WebSphere Adapter for Flat Files supports the operations described below for outbound processing.
Operation | Response |
---|---|
Append | The content in the request is appended at the end of a file. |
Create | A file with the user specified filename is created in the user specified directory and the content of the file is sent across in the request. |
Delete | Deletes the file from the directory specified in the request. |
Exists | If the file in the request exists in the user specified directory, a successful response is returned. |
List | Return all the file names in a directory specified in the request. |
Overwrite | Overwrites the file in the directory with the content specified in the request. |
Retrieve | Returns the content of the file specified in the request. |
(c) Copyright IBM Corporation 2005, 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)