The receiver handles the first stage in the WBI Connect data flow. It picks up documents from the transport, performs some basic processing on them, and places them in a storage queue to be picked up by the main processing component, Document Manager. In synchronous requests, it also returns the response document to the initiating participant. As of the 4.2.2 release, users may customize the receiver stage of processing in two ways, by creating new receivers or by creating and configuring new receiver handlers. This chapter covers both ways of customizing receivers.:
An additional section covers development and deployment issues.
The API listing and code and pseudo code sample outlines follow in the next chapter.