Uses of Class
guarana.toolkit.task.transformers.Transformer

Packages that use Transformer
guarana.toolkit.task.transformers Provide tasks that help transform one or more inbound messages into new outbound messages whose schemata are completely new. 
 

Uses of Transformer in guarana.toolkit.task.transformers
 

Subclasses of Transformer in guarana.toolkit.task.transformers
 class 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.
 class Assembler
          Constructs a new outbound message from two or more inbound messages.
 class Chopper
          Chops an inbound message into two or more new outbound messages and puts them in different slots.
 class 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.
 class CustomTransformer
          Allows for the creation of a customised transformer task with a different semantics from the predefined tasks already provided by this package.
 class Splitter
          Splits an inbound message into two or more outbound messages and puts them in a single slot.
 class Translator
          Transforms the body of an inbound message from one schema into another and publish an outbound message to the output gateway.
 



Guaranį DSL Home