Difference between revisions of "UtilityClasses"
Line 3: | Line 3: | ||
* [[CryptoHelper]] : Cryptography helper | * [[CryptoHelper]] : Cryptography helper | ||
* [[DateUtils]] : Date&Time manipulation | * [[DateUtils]] : Date&Time manipulation | ||
+ | * [[JSONUtils]] : JSON manipulation | ||
* [[PropertiesHandler]] : Metadata helper | * [[PropertiesHandler]] : Metadata helper | ||
* [[TextUtils]] : Text manipulation | * [[TextUtils]] : Text manipulation |
Latest revision as of 19:23, 28 October 2015
GreenVulcano® ESB provides some utility classes that can simplify the configurator/developer work:
- BinaryUtils : Binary data manipulation
- CryptoHelper : Cryptography helper
- DateUtils : Date&Time manipulation
- JSONUtils : JSON manipulation
- PropertiesHandler : Metadata helper
- TextUtils : Text manipulation
- ThreadMap : Passing data between iterated Flow/SubFlow
- XMLConfig : XML configuration helper
- XMLUtils : XML manipulation
- XSLTUtils : XSLT helper