Class RequestProcessor

java.lang.Object
org.apache.synapse.commons.emulator.RequestProcessor

public class RequestProcessor extends Object
Class responsible for removing the unwanted whitespaces in any type of inputs.
  • Method Details

    • trimStrings

      public static String trimStrings(String inputString)
      Remove irrelevant whitespaces from the input string. If string is a XML or JSON reordered the structure of the string to normalize
      Parameters:
      inputString - string which needs to remove whitespaces
      Returns:
      trim string not include irrelevant whitespaces