public class XSLTMappingHandler extends Object
Constructor and Description |
---|
XSLTMappingHandler(XSLTMappingResource xsltMappingResource) |
Modifier and Type | Method and Description |
---|---|
String |
doMap(Map<String,Object> properties,
InputStream inputXML)
This method performs xslt transformation from input xml to the output xml
|
public XSLTMappingHandler(XSLTMappingResource xsltMappingResource) throws TransformerException
xsltMappingResource
- xslt mapping resourceTransformerException
- errors arise from xslt transformationpublic String doMap(Map<String,Object> properties, InputStream inputXML) throws TransformerException
properties
- set of runtime properties with valuesinputXML
- input stream of the input xml messageTransformerException
- errors arise from xslt transformationCopyright © 2021 WSO2. All rights reserved.