Uses of Class
guarana.toolkit.task.modifiers.Modifier

Packages that use Modifier
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. 
 

Uses of Modifier in guarana.toolkit.task.modifiers
 

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



Guaranį DSL Home