Difference between revisions of "UtilityClasses"

From GreenVulcano Wiki
Jump to: navigation, search
(Created page with "{{GVESB}} provides some utility classes that can simplify the configurator/developer work: * XMLUtils : XML manipulation * TextUtils : Text manipulation * BinaryUtils...")
 
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:
* [[XMLUtils]] : XML manipulation
 
* [[TextUtils]] : Text manipulation
 
 
* [[BinaryUtils]] : Binary data manipulation
 
* [[BinaryUtils]] : Binary data manipulation
 +
* [[CryptoHelper]] : Cryptography helper
 
* [[DateUtils]] : Date&Time manipulation
 
* [[DateUtils]] : Date&Time 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
* [[CryptoHelper]] : Cryptography helper
+
* [[XMLUtils]] : XML manipulation
 
* [[XSLTUtils]] : XSLT helper
 
* [[XSLTUtils]] : XSLT helper

Revision as of 08:32, 19 February 2015

GreenVulcano® ESB provides some utility classes that can simplify the configurator/developer work: