String unescape(String p) {
id.co.hanoman.config.Util.unescape(p)
}
Object dtree(String group, String treeRoot) {
id.co.hanoman.mbplugin.codex.UtilCodex.dtree(config, ctx, group, treeRoot, msg, head, tar);
}
String hex(String p) {
id.co.hanoman.config.Util.hex(p)
}
void copyMessage() {
id.co.hanoman.config.UtilMQ.copyMbMessage(tar.'!this', msg.'!this');
}
void copyMessage(String dest, String src) {
id.co.hanoman.config.UtilMQ.copyMbMessage(id.co.hanoman.config.UtilMQ.getMbFolder(tar.'!this'?.getRootElement()?.getLastChild()?.getLastChild(), dest), id.co.hanoman.config.UtilMQ.getMbFolder(head.'!this', src));
}
void copyMessageToChild(String id) {
id.co.hanoman.config.UtilMQ.copyMbMessage(id.co.hanoman.config.UtilMQ.getMbFolder(tar.'!this', id), msg.'!this');
}
void setValue(String name, String value) {
mbt.createElementAsLastChild(com.ibm.broker.plugin.MbXMLNSC.FOLDER, name, value);
}
String counter(String id, int hiLength, int loLength, String dateReset) {
id.co.hanoman.config.Util.counter(id, hiLength, loLength, dateReset);
}
String convert(String type, Object value, int length) {
id.co.hanoman.config.Util.convert(type, value, length);
}
String decimalFormat(String format, Number value) {
new java.text.DecimalFormat(format).format(value);
}
String getTimeZoneFormat(String format, String timeZone) {
id.co.hanoman.config.Util.getTimeZoneFormat(format, timeZone);
}
String getTimeZoneFormat(String format, String timeZone, Date) {
id.co.hanoman.config.Util.getTimeZoneFormat(format, timeZone, Date);
}
String getUID(String str){
id.co.hanoman.config.Util.getUID(str);
}
Object bitmap(Map msg, List fields) {
id.co.hanoman.config.Util.bitmap(msg, fields);
}
Object bitmapHex(Map msg, List fields) {
id.co.hanoman.config.Util.hex(id.co.hanoman.config.Util.bitmap(msg, fields));
}
String getParamValue(String group, String name, String defaultValue) {
ctx.getParamValue(group, name, defaultValue, src, head, local, idx, size, tar);
}
List getParamValues(String group, String name) {
ctx.getParamValue(group, name, src, head, local, idx, size, tar);
}
String binaryToNumeric(String type, Object value) {
id.co.hanoman.config.Util.binaryToNumeric(type, value)
}
String ebcdicToAscii(String value) {
id.co.hanoman.config.Util.ebcdicToAscii(value)
}
${msg.get("responseCode")}
dsp-abcs-subresponse-${msg.get("responseCode")}
${msg.get("responseCode")}
${msg.get("responseCode")}
${msg.get("responseCode")}