Difference between revisions of "UtilityClasses"
(Created page with "{{GVESB}} provides some utility classes that can simplify the configurator/developer work: * XMLUtils : XML manipulation * TextUtils : Text manipulation * BinaryUtils...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{GVESB}} provides some utility classes that can simplify the configurator/developer work: | {{GVESB}} provides some utility classes that can simplify the configurator/developer work: | ||
− | |||
− | |||
* [[BinaryUtils]] : Binary data manipulation | * [[BinaryUtils]] : Binary data manipulation | ||
+ | * [[CryptoHelper]] : Cryptography helper | ||
* [[DateUtils]] : Date&Time manipulation | * [[DateUtils]] : Date&Time manipulation | ||
+ | * [[JSONUtils]] : JSON manipulation | ||
* [[PropertiesHandler]] : Metadata helper | * [[PropertiesHandler]] : Metadata helper | ||
+ | * [[TextUtils]] : Text manipulation | ||
+ | * [[ThreadMap]] : Passing data between iterated Flow/SubFlow | ||
* [[XMLConfig]] : XML configuration helper | * [[XMLConfig]] : XML configuration helper | ||
− | * [[ | + | * [[XMLUtils]] : XML manipulation |
* [[XSLTUtils]] : XSLT helper | * [[XSLTUtils]] : XSLT helper |
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