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 Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
trimStrings(String inputString)
Remove irrelevant whitespaces from the input string.
-
-
-
Method Detail
-
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
-
-