Class TransformRequestProcessor

java.lang.Object
org.alfresco.repo.rendition2.TransformRequestProcessor
All Implemented Interfaces:
org.apache.camel.Processor

public class TransformRequestProcessor extends Object implements org.apache.camel.Processor
Transform Request processor executes transformation based on TransformRequest event.
Author:
aepure
  • Constructor Details

    • TransformRequestProcessor

      public TransformRequestProcessor()
  • Method Details

    • setRenditionService2

      public void setRenditionService2(RenditionService2Impl renditionService2)
    • setMessagingObjectMapper

      public void setMessagingObjectMapper(com.fasterxml.jackson.databind.ObjectMapper messagingObjectMapper)
    • setTransactionService

      public void setTransactionService(TransactionService transactionService)
    • process

      public void process(org.apache.camel.Exchange exchange) throws Exception
      Specified by:
      process in interface org.apache.camel.Processor
      Throws:
      Exception