Outbound processing

During outbound processing, the adapter receives a request from the module, in the form of a business object, to perform an operation on a file in the local file system. The adapter performs the requested operation and returns a business object, if applicable, that represents the result of the operation to the component.

The following illustration shows the outbound processing flow for WebSphere® Adapter for Flat Files.

Figure 1. Outbound processing
This image is described in the surrounding text.
  • Outbound operations
    An operation is the action that an adapter can perform on the local file system during outbound processing. The name of the operation indicates the type of action that the adapter takes.
  • Outbound data transformation
    During outbound processing, the adapter performs data transformation based on the adapter-specific data binding and data handler you select when you configure the adapter for outbound processing in the external service wizard.
  • File splitting
    To support files that contain multiple records, the adapter provides an optional file splitting feature. When you use this feature during the Retrieve operation, the adapter divides large files into smaller chunks, which are then retrieved separately.
  • Generating unique file names
    To generate unique file names during Create operations, add a persistent sequence number to the default file name or use random numbers to generate file names.
Parent topic: Technical overview of the WebSphere Adapter for Flat Files



Feedback

(C) Copyright IBM Corporation 2005, 2012. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)