Class HttpProducerCharsetProcessor

java.lang.Object
org.qubership.integration.platform.engine.camel.processors.HttpProducerCharsetProcessor
All Implemented Interfaces:
org.apache.camel.Processor

@Component public class HttpProducerCharsetProcessor extends Object implements org.apache.camel.Processor
Allows replacing incorrect default request encoding in a component HttpProducer
  • Constructor Details

    • HttpProducerCharsetProcessor

      public HttpProducerCharsetProcessor()
  • Method Details

    • process

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