Uses of Class
guarana.framework.message.Exchange

Packages that use Exchange
guarana.framework.task Provides a base and abstract java implementation for tasks. 
guarana.toolkit.task.communicators.dummy Provides dummy communicators for testing your solution without the need of adapters. 
guarana.toolkit.task.mappers Provides tasks tho map the body of a message from XML to Stream or vice-versa. 
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. 
guarana.toolkit.task.routers Provide tasks that does not change the state of a message. 
guarana.toolkit.task.streamdealers.ciphers Provides a set of supported and already implemented ciphers. 
guarana.toolkit.task.streamdealers.codecs Provides a set of supported and already implemented codecs. 
guarana.toolkit.task.streamdealers.compressors Provides a set of supported and already implemented compressors. 
guarana.toolkit.task.timers Provide tasks that are time-dependent. 
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 Exchange in guarana.framework.task
 

Methods in guarana.framework.task with parameters of type Exchange
 void Task.doWork(Exchange exchange)
          This method implements the business logic of this task.
 

Uses of Exchange in guarana.toolkit.task.communicators.dummy
 

Methods in guarana.toolkit.task.communicators.dummy with parameters of type Exchange
abstract  void OutInDummyCommunicator.doWork(Exchange exchange)
          This method implements the business logic of this task.
 

Uses of Exchange in guarana.toolkit.task.mappers
 

Methods in guarana.toolkit.task.mappers with parameters of type Exchange
abstract  void XML2Stream.doWork(Exchange exchange)
          This method implements the business logic of this task.
abstract  void Stream2XML.doWork(Exchange exchange)
          This method implements the business logic of this task.
 

Uses of Exchange in guarana.toolkit.task.modifiers
 

Methods in guarana.toolkit.task.modifiers with parameters of type Exchange
abstract  void Slimmer.doWork(Exchange exchange)
          This method implements the business logic of this task.
abstract  void HeaderPromoter.doWork(Exchange exchange)
          This method implements the business logic of this task.
abstract  void HeaderEnricher.doWork(Exchange exchange)
          This method implements the business logic of this task.
abstract  void HeaderDemoter.doWork(Exchange exchange)
          This method implements the business logic of this task.
abstract  void CustomModifier.doWork(Exchange exchange)
          This method implements the business logic of this task.
abstract  void ContextBasedSlimmer.doWork(Exchange exchange)
          This method implements the business logic of this task.
abstract  void ContextBasedHeaderEnricher.doWork(Exchange exchange)
          This method implements the business logic of this task.
abstract  void ContextBasedContentEnricher.doWork(Exchange exchange)
          This method implements the business logic of this task.
abstract  void ContentEnricher.doWork(Exchange exchange)
          This method implements the business logic of this task.
 

Uses of Exchange in guarana.toolkit.task.routers
 

Methods in guarana.toolkit.task.routers with parameters of type Exchange
abstract  void SemanticValidator.doWork(Exchange exchange)
          This method implements the business logic of this task.
 void Replicator.doWork(Exchange exchange)
          This method implements the business logic of this task.
 void IdempotentTransfer.doWork(Exchange exchange)
          This method implements the business logic of this task.
abstract  void Filter.doWork(Exchange exchange)
          This method implements the business logic of this task.
abstract  void Distributor.doWork(Exchange exchange)
          This method implements the business logic of this task.
abstract  void Dispatcher.doWork(Exchange exchange)
          This method implements the business logic of this task.
abstract  void CustomRouter.doWork(Exchange exchange)
          This method implements the business logic of this task.
abstract  void Correlator.doWork(Exchange exchange)
          This method implements the business logic of this task.
 

Uses of Exchange in guarana.toolkit.task.streamdealers.ciphers
 

Methods in guarana.toolkit.task.streamdealers.ciphers with parameters of type Exchange
 void Encrypter.doWork(Exchange exchange)
          This method implements the business logic of this task.
 void Decrypter.doWork(Exchange exchange)
          This method implements the business logic of this task.
 

Uses of Exchange in guarana.toolkit.task.streamdealers.codecs
 

Methods in guarana.toolkit.task.streamdealers.codecs with parameters of type Exchange
 void Encoder.doWork(Exchange exchange)
          This method implements the business logic of this task.
 void Decoder.doWork(Exchange exchange)
          This method implements the business logic of this task.
 

Uses of Exchange in guarana.toolkit.task.streamdealers.compressors
 

Methods in guarana.toolkit.task.streamdealers.compressors with parameters of type Exchange
 void Zipper.doWork(Exchange exchange)
          This method implements the business logic of this task.
 void Unzipper.doWork(Exchange exchange)
          This method implements the business logic of this task.
 

Uses of Exchange in guarana.toolkit.task.timers
 

Methods in guarana.toolkit.task.timers with parameters of type Exchange
abstract  void Ticker.doWork(Exchange exchange)
          This method implements the business logic of this task.
 void ExpireChecker.doWork(Exchange exchange)
          This method implements the business logic of this task.
 void Delayer.doWork(Exchange exchange)
          This method implements the business logic of this task.
 

Uses of Exchange in guarana.toolkit.task.transformers
 

Methods in guarana.toolkit.task.transformers with parameters of type Exchange
abstract  void Translator.doWork(Exchange exchange)
          This method implements the business logic of this task.
abstract  void Splitter.doWork(Exchange exchange)
          This method implements the business logic of this task.
abstract  void CustomTransformer.doWork(Exchange exchange)
          This method implements the business logic of this task.
abstract  void CrossBuilder.doWork(Exchange exchange)
          This method implements the business logic of this task.
abstract  void Chopper.doWork(Exchange exchange)
          This method implements the business logic of this task.
abstract  void Assembler.doWork(Exchange exchange)
          This method implements the business logic of this task.
abstract  void Aggregator.doWork(Exchange exchange)
          This method implements the business logic of this task.
 



Guaranį DSL Home