Package guarana.toolkit.task.transformers

Provide tasks that help transform one or more inbound messages into new outbound messages whose schemata are completely new.

See:
          Description

Class Summary
Aggregator Constructs a new outbound message from two or more inbound messages produced by an Splitter The header from the first inbound message in the sequence is kept to the outbound message.
Assembler Constructs a new outbound message from two or more inbound messages.
Chopper Chops an inbound message into two or more new outbound messages and puts them in different slots.
CrossBuilder Takes two or more inbound messages and builds several new outbound messages where each outbound message represents one possible combination of values inside the inbound messages.
CustomTransformer Allows for the creation of a customised transformer task with a different semantics from the predefined tasks already provided by this package.
Splitter Splits an inbound message into two or more outbound messages and puts them in a single slot.
Transformer An abstract transformer task.
Translator Transforms the body of an inbound message from one schema into another and publish an outbound message to the output gateway.
 

Package guarana.toolkit.task.transformers Description

Provide tasks that help transform one or more inbound messages into new outbound messages whose schemata are completely new. Note that the outbound message also has a new identifier.

Since:
Guaranį SDK 1.0.0


Guaranį DSL Home