Class XSLTMappingHandler


  • public class XSLTMappingHandler
    extends Object
    This class handle the transformation of the input xml to the output xml. Saxon xslt transformation engine is used for the transformation.
    • Method Detail

      • doMap

        public String doMap​(Map<String,​Object> properties,
                            InputStream inputXML)
                     throws TransformerException
        This method performs xslt transformation from input xml to the output xml
        Parameters:
        properties - set of runtime properties with values
        inputXML - input stream of the input xml message
        Returns:
        output xml as a string
        Throws:
        TransformerException - errors arise from xslt transformation