Class ApiResFromExchangeProcessor

java.lang.Object
com.skava.orchestration.processor.ApiResFromExchangeProcessor
All Implemented Interfaces:
org.apache.camel.Processor

@Service("apiResFromExchangeProcessor") public class ApiResFromExchangeProcessor extends Object implements org.apache.camel.Processor

The Class ApiResFromExchangeProcessor

This processor class set the response of some APIs in exchange.
Version:
8.6.0
Author:
Infosys Equinox
  • Field Details

  • Constructor Details

    • ApiResFromExchangeProcessor

      public ApiResFromExchangeProcessor()
  • Method Details

    • process

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

      public void getAuthSessionResFromExchange(org.apache.camel.Exchange exchange)
      sets authSessionResFromExchange call's response in exchange
      Parameters:
      exchange - a Exchange instance, which holds the information during the entire routing of a Message received by a Consumer.
    • getUserPropertiesResFromExchange

      public void getUserPropertiesResFromExchange(org.apache.camel.Exchange exchange)
      sets userPropertiesResFromExchange call's response in exchange
      Parameters:
      exchange - a Exchange instance, which holds the information during the entire routing of a Message received by a Consumer.
    • getAccByBuyerIdResFromExchange

      public void getAccByBuyerIdResFromExchange(org.apache.camel.Exchange exchange)
      sets accountsByBuyerId call's response in exchange
      Parameters:
      exchange - a Exchange instance, which holds the information during the entire routing of a Message received by a Consumer.
    • getUserByIdResFromExchange

      public void getUserByIdResFromExchange(org.apache.camel.Exchange exchange)
      sets getUserById call's response in exchange
      Parameters:
      exchange - a Exchange instance, which holds the information during the entire routing of a Message received by a Consumer.
    • getUserSubscriptionPaymentResponseByIdResFromExchange

      public void getUserSubscriptionPaymentResponseByIdResFromExchange(org.apache.camel.Exchange exchange)
      sets getUserSubscriptionPaymentResponseByIdResFromExchange call's response in exchange
      Parameters:
      exchange - a Exchange instance, which holds the information during the entire routing of a Message received by a Consumer.
    • getAccountTypeResponseByIdResFromExchange

      public void getAccountTypeResponseByIdResFromExchange(org.apache.camel.Exchange exchange)
      sets getAccountTypeResponseByIdResFromExchange call's response in exchange
      Parameters:
      exchange - a Exchange instance, which holds the information during the entire routing of a Message received by a Consumer.
    • getUserSubscriptionAddressResponseByIdResFromExchange

      public void getUserSubscriptionAddressResponseByIdResFromExchange(org.apache.camel.Exchange exchange)
      sets getUserSubscriptionAddressResponseByIdResFromExchange call's response in exchange
      Parameters:
      exchange - a Exchange instance, which holds the information during the entire routing of a Message received by a Consumer.