Designing Intelligent Event Processor (IEP) Projects

Stream Output

The Stream Output operator enables you to convert a stream of events into outgoing messages that can be sent to the Normalized Message Router and received by any JBI component.

When the WSDL document for the event processor is automatically generated, IEP uses the Stream Output operator to define various WSDL elements. For example, if the Stream Output operator is called SuspiciousTransactions, then the WSDL document contains an operation called SuspiciousTransactions and a message called SuspiciousTransactions_Msg.

ProcedureTo Create a Stream Output Operator

  1. Drag a Stream Output operator from the Palette to the Design view.

  2. Connect the input of the Stream Output operator to an operator that has stream output.

  3. Double-click the Stream Output operator.

    The property editor opens. Notice that the component has inherited the schema of its input stream.

  4. If you want to change the default name, then change the value in the Name field.

  5. If you want to include a timestamp on the output, then select the Include Timestamp check box.

  6. (Optional) Click the Documentation tab and supply notes on this component.

  7. Click OK.