Class TransmogrifierAdapter

All Implemented Interfaces:
Processor, Adapter

public class TransmogrifierAdapter extends ProcessorAdapter
Adapts a Transmogrifier.
Author:
Martin Krasser
  • Constructor Details

  • Method Details

    • doProcess

      protected void doProcess(Exchange exchange, Object inputData, Object... inputParams)
      Delegates processing of input data and input parameters to a Transmogrifier object. The transmogrification result is written to body of the message returned by Exchanges.prepareResult(Exchange).
      Specified by:
      doProcess in class ProcessorAdapter
      Parameters:
      exchange - message exchange where to write processing results.
      inputData - input data.
      inputParams - input parameters.