public interface XQuerySupport
Modifier and Type | Method and Description |
---|---|
void |
transformMessage(Message msg,
String fileName)
Transform message with the given XQuery and replace the payload with the result
|
void |
transformMessage(Message msg,
String fileName,
Map<String,Object> params)
Transform message with the given XQuery and replace the payload with the result
|
void transformMessage(Message msg, String fileName)
msg
- the message to transform and replacefileName
- the XQueryvoid transformMessage(Message msg, String fileName, Map<String,Object> params)
msg
- the message to transform and replacefileName
- the XQueryparams
- optional parameters to be passed as variables to the transformationCopyright © 2010–2016 AdroitLogic. All rights reserved.