Package guarana.toolkit.task.modifiers

Provide tasks that add or remove data from the body and header of inbound messages, but do not alter the schema of the message.

See:
          Description

Class Summary
ContentEnricher Adds content to an inbound message's body.
ContextBasedContentEnricher Adds content to an inbound message's body using content from another context inbound message.
ContextBasedHeaderEnricher Adds content from a context message to the inbound message's header.
ContextBasedSlimmer Reduces the content of an inbound message's body by removing part of it using a context message.
CustomModifier Allows for the creation of a customised modifier task with a different semantics from the predefined tasks already provided by this package.
HeaderDemoter Removes content from the inbound message's header and adds it back to the body.
HeaderEnricher Adds content to the inbound message's header.
HeaderPromoter Enables the promotion of part of the inbound message's body to the header.
Modifier An abstract modifier task.
Slimmer Reduces the content of an inbound message's body by removing part of it.
 

Package guarana.toolkit.task.modifiers Description

Provide tasks that add or remove data from the body and header of inbound messages, but do not alter the schema of the message. Note that the outbound message has a new identifier and conforms to the same schema as the original inbound message.

Since:
Guaranį SDK 1.0.0


Guaranį DSL Home