Deflate (com.ibi.preemit.XDDeflate)

How to:

Syntax:

com.ibi.preemit.XDDeflate

Description:

This preemitter is used to deflate data prior to emit.

For example, use the deflate preemitter to email a huge file, say of size 5 MB, using an email emitter. The destination email mailbox cannot accept greater than 3 MB. In this case the deflate preemitter could be used before the email emitter to send the message in the email.

Parameter:

Parameter

Description

Method of compression to use

Determines what form of compression should be used on the output.


Top of page

x
Procedure: How to Use a Deflate Preemitter
  1. Select the Deflate preemitter from the list.
  2. Click Next.
  3. Select the Method of Compression to use for the new parameter. For this example, set the form of compression to smallest.
  4. Click Next.

    The Name and Description pane opens.

  5. Provide a name and optionally, a description for the preemitter, and click Finish.

    After you add the DeflatePreemitter to iWay Service Manager, create an outlet, DeflateOutlet and add the DeflatePreemitter to this outlet.


Top of page

x
Procedure: How to Construct a Channel Using a File Listener as an Inlet

In How to Use a Deflate Preemitter, you selected the type of action the Deflate Preemitter would take. You will now construct the channel Deflate using a file listener as inlet is a simple move route.


iWay Software